posted on Dec, 30 2008 @ 08:50 AM
I SEEMS to have found a good site that explains this:
www.acmultimedia.co.uk...
Only im unsure about few things. What did he mean by saying:
"Create your database table using these files and your ready to begin. "?
How do i do that?
And then where do i put this script:
"
?php
#Convert the post code to upper case and trim the variable
$postcode = strtoupper(trim($postcode));
#Remove any spaces
$postcode = str_replace(" ","",$postcode);
#Trim the last 3 characters off the end
$postcode_first = substr($postcode,0,strlen($postcode)-3);
?>
"
In HTML file or where?
As for that PHP post link im absolutely clueless whats inside
[edit on 30-12-2008 by Freeman]