Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~958 People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for freedompeace

Erm, well I'm having heaps of trouble telling the difference between what the bracket value bracket thingies do... [like tinyint(1), tinyint(2), tinyint(3)] I've read this, but I can't seem to understand it >.< [QUOTE]Another extension is supported by MySQL for optionally specifying the display width of integer data types in …

Member Avatar for drjohn
0
385
Member Avatar for freedompeace

Well, um... Up to now I've been using a free host to do all my PHP messing around, and I've decided to purchase a decent web host and get serious. I previously had a great deal of help with securing my MySQL queries so that they wouldn't be injected, and …

Member Avatar for saad.khalid
0
114
Member Avatar for jhbalaji

A quick Google tells me that you've asked this elsewhere, and the answer is... [QUOTE=Member of another forum]Its for a license file (hxxp://rapidactionprofits[dot]com/license/license_process.php), nothing malicous heres a snippet.. [CODE=php]<?php function buildQS($arr,$urlEncodeThem=1) { foreach($arr as $key=>$value) $qstr .= ($urlEncodeThem==1) ?$key.'='.urlencode($value).'&': $key.'='.$value.'&'; rtrim($qstr,'&'); return $qstr; } function getAddonPostProcess($afile,$contentPre) { $sql='SELECT * FROM …

Member Avatar for freedompeace
0
153
Member Avatar for freedompeace

Hey everyone, Um, I've been working with PHP and MySQL for a few weeks, and to store text I've always been stripping anything but alphanumeric characters, which has worked fine until now. For my next project [I want to create a simple CMS/forum for my website], I need to store …

Member Avatar for colweb
0
306

The End.