hello -
the page in question is a signup page, it works fine on my testing and development server.
I have uploaded to the production server and it is going to a blank page after submit was entered.
It will process one insert query. and that is it.
there are no errors given. for mysql or php.
i have checked the php.ini file i have it set the same elements for test server.
also i removed the custom error message and inserted the mysql_error(), still blank/no errors displayed. which leaves me to think its the ini file for php.
----- brief on member signup forms
it has 7 querys to process.
thanks in advance for your help.
the page in question is a signup page, it works fine on my testing and development server.
I have uploaded to the production server and it is going to a blank page after submit was entered.
It will process one insert query. and that is it.
there are no errors given. for mysql or php.
i have checked the php.ini file i have it set the same elements for test server.
also i removed the custom error message and inserted the mysql_error(), still blank/no errors displayed. which leaves me to think its the ini file for php.
----- brief on member signup forms
it has 7 querys to process.
thanks in advance for your help.
Comment