what is this error "Call to unsupported or undefined
function mysql_connect();" and when you will get this?
Answers were Sorted based on User's Feedback
Answer / vijaya
This type of error will be displayed when mysql extension is
not enabled in your configuration file. This means,
mysql_connect is not supported.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / shishir mudliyar
"Call to unsupported or undefined
function mysql_connect();"
these message is displayed when mysql dll file is not
specified in php.ini file or .dll which support mysql is
comment on php.ini file.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is scope of variable in php?
Is overloading possible in php?
Is set in php?
What is the difference between exception::getmessage and exception::getline?
How to call javascript function in php on button click?
What is the difference between the functions unlink and unset?
What is cms php?
How arrays are used in php?
What happens if an expected input field was not submitted?
how to run PHP in command line?
8 Answers InfoShore, Ramp Green, Xtreeme,
What is the difference between print() and echo()?
What is url encoding and decoding in php?