Need Help With Inserting Data Into Database From Registration Form
Hi
I have created a registration form in Dreamweaver 8.
This form asks for a user name, password, first name, last name, address etc.
When the user enters all the data and clicks the submit button, the data should be inserted into a member table in a MySQL database.
However, when I click the button it goes to a web page saying Im not authorised to view this page. With HTTP error 403 - forbidden.
This registration page didn't work at first but then I updated Java, then it worked once. But now it doesn't.
Is there a problem with my software or am I creating the form wrong?
Have you checked the permissions on the folder the database is in?
KDLA
FYI
* My screen resolution is set at 1680x1050
* I'm accessing your site through a T1 line
* I'm probably viewing it using Firefox (unless browser is specified)
Not you, but the user. Does the folder the database is in have write/execute permissions for the guest (the internet user)? You need to check that. Error 403 is a permissions-related error.
KDLA
FYI
* My screen resolution is set at 1680x1050
* I'm accessing your site through a T1 line
* I'm probably viewing it using Firefox (unless browser is specified)
Bookmarks