Running a MySQL script in phpMyAcmin

2010-02-14 Thread John
I am trying to help a friend with her website, which is on Yahoo. I went into her phpMyAdmin, and got the message: Your PHP MySQL library version 3.23.49 differs from your MySQL server version 4.1.14. This may cause unpredictable behavior. Another message told me to run the script:

mysql script

2008-03-24 Thread Kaushal Shriyan
Hi I have created a script http://pastebin.com/m2c9cc100. is this syntactically correct, just want to make sure before running it Thanks and Regards Kaushal

Passing parameter to mysql script

2005-05-17 Thread weetat
Hi all , I need to pass paramter to mysql script , for example , my script , INSERT INTO SYSTEM_PARAMETER_TABLE (branch_code,param_name,station_id,param_value) VALUES(?,?,?,?) Anybody have any ideas how to do that ? Thanks - weetat -- MySQL General Mailing List For list archives

Re: Passing parameter to mysql script

2005-05-17 Thread mfatene
Hi , look at prepared statement : http://dev.mysql.com/tech-resources/articles/4.1/prepared-statements.html?rated=0 Mathias Selon weetat [EMAIL PROTECTED]: Hi all , I need to pass paramter to mysql script , for example , my script , INSERT INTO SYSTEM_PARAMETER_TABLE (branch_code

a conundrum -- php/mysql script

2003-03-18 Thread Nicole Lallande
Dear all, Have written a wrapper to Christian Novak's excellent biffwriter class which writes out excel files based on query to a mysql database. A for loop, $zz=1; $zz =61; $zz++: generates the id needed for the WHERE condition: $sql = SELECT $arv, DATE_FORMAT(date_rec,'%m-%d-%Y') as