Hi buddy I wanna Use the script the Diesel Jokes script .. I have uploaded the script but when i try to install this script from the install.php .. it is return from the main page without install ... for more details http://www.urduinn.com/sms/install.php db: urduinn_sms pass : 2friends pass: urduinn_sms could anybody tell me that which php module is use in the script ... please reply ASAP
It's hard to say without seeing the code. But from the looks, it seems like a register_globals issue. The script behaves like no data was sent. Try placing these lines at the top of install.php extract($_POST); extract($_GET); PHP: