You need to declare the following PHP variables for the script to work correctly and modular. $host - MySQL server (usualy localhost) $user - MySQL user account password $pass - MySQL database name $db - MySQL user account $table - MySQL database table you want to export $file - The filename you wil...
It must be because number inputs have been set to be ignored/dismissed. This can be done by limiting a certain string using a certain function. <-Wierd sentence. xD $_GET['id'] = abs(@intval($_GET['id'])); if(!$_GET['id']) { echo "Either you didn't specify an ID, or you attempted to use an in...
Could we not use the str_replace() function here? I've only just started off and not sure how exactly to get the str_replace function working but I should do with a little research. Something like: str_replace("/", "", "the location?"); //First quote should identify wh...