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 does session start do in php?
What is "echo" in php?
CWD is a type of shell variable. State Whether True or False?
What are the different functions in sorting an array?
What is the difference between array_map () and array_shift ()?
Does php need html?
what server connected
How to reset/destroy a cookie?
What is strstr php?
What is associative array in php?
How to create a text file in PHP?
What's the output of the ucwords function in this example?