No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
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 …
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 …
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 …
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 …
The End.
freedompeace