PDA

View Full Version : PHP Form Generator


Anonymous
06-19-2003, 03:48 PM
I am trying to make a form to submit data into a mysql database I created. When I run the last step of the generator I get an error:

Warning: Access denied for user: 'markrobinton@localhost' (Using password: YES) in /home/virtual/site1/fst/var/www/html/formgen/process3.php on line 336

The help at the top suggests I change the read/write protections on the forms directory, but I don't know where this is located or if I have access to it.

Is there an easy way to make the form generator compatible with my database?

/Mark Robinton

dbmasters
06-19-2003, 09:52 PM
Well, that error typically mean that either you have the wrong username/password for your database, or you forgot to open the connection in your script.