I believe I have all of the information in my form's builder correct, but everytime I get to the last step it tells me that it is building my table for me, but at the bottom of the status window it says:
Could not access MySQL database with information provided.
I know it is getting into the database, because prior to getting creating table, I was getting mysql errors.
I appreciate any help I can get. Thank you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
make sure you provide valid table name and column names for the database table. These shouldn't have any spaces or special characters in them, they should be single words. You can use underscores though. Its better if you use the column names suggested by the program.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am only using one column name and I am keeping it simple - fname.
Could it be the method in which I FTP'd the PHPFORM directory and it's contents to my WWW directory? I selected ASCII for the entire load. Is that correct?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I believe I have all of the information in my form's builder correct, but everytime I get to the last step it tells me that it is building my table for me, but at the bottom of the status window it says:
Could not access MySQL database with information provided.
I know it is getting into the database, because prior to getting creating table, I was getting mysql errors.
I appreciate any help I can get. Thank you
make sure you provide valid table name and column names for the database table. These shouldn't have any spaces or special characters in them, they should be single words. You can use underscores though. Its better if you use the column names suggested by the program.
I am only using one column name and I am keeping it simple - fname.
Could it be the method in which I FTP'd the PHPFORM directory and it's contents to my WWW directory? I selected ASCII for the entire load. Is that correct?