hey im just starting to learn php and mysql, i am using CentOS 5 and have all the neccisary programs compiled correctly (apache, php, mysql, etc) i can use mysql from the command line with no flaws, however when i try to connect to mysql from php i get nothing, no errors no text at all just a blank page...i have a mysql_connect.p hp file and the php file i have created to access and change database variables, theres supposed to be an input box and a submit button to submit querys into my database and theres nothing! please help!!!!!
PHP MySQL connection problem
Collapse
X
-
This is probbly happening because there is an fatal error somwhere that has been suppressed.
If your putting @ signs in front of your include statments they would suppress fatal errors in the pages you are including.
It would be much easier to help you if you posted your code (within [ PHP] tags please)Comment
Comment