View Single Post
  #3  
Old 04-19-2004, 04:53 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

I am guessing that your problem is that you have double quotes where you should have two single quotes next two each other, i.e. where you have ",", that should be <single quote><single quote><comma><single quote><single quote> (Where <single quote> is the character below the @ sign on an English keyboard).

Also, the id and password should be the account id and password you want to use, not your mysql userid and password.
Reply With Quote