why strange you ask? here goes:
I have been working with Php and Mysql for a week without any problems.
Today I tried executing a php page that connects to mysql and creates a
new database, I got this error:
"Fatal error: Call to undefined function mysql_connect() in C:\Program
Files\Apache Group\Apache2\t est\_debug_tmp. php on line 3".
I did some reading on the net and checked all my configuration, and it
looks o.k. (and it already worked well a whole week before today).
The strange thing is that I have another form that inserts data into
the same database in Mysql, and it works like a charm (needless to say
but both pages log in with the same username to the same database).
any ideas?
I have been working with Php and Mysql for a week without any problems.
Today I tried executing a php page that connects to mysql and creates a
new database, I got this error:
"Fatal error: Call to undefined function mysql_connect() in C:\Program
Files\Apache Group\Apache2\t est\_debug_tmp. php on line 3".
I did some reading on the net and checked all my configuration, and it
looks o.k. (and it already worked well a whole week before today).
The strange thing is that I have another form that inserts data into
the same database in Mysql, and it works like a charm (needless to say
but both pages log in with the same username to the same database).
any ideas?
Comment