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 |
How does csrf token work?
What is isset post?
find highest salary
What are the file upload settings in configuration file?
How to get complete current page url in php?
what is constructor in a class, how it is work, how it is call?
Which php mvc framework is best?
How to upload file in php?
What are the encryption techniques in php?
Difference between array_combine and array_merge?
What is new keyword in php?
How do you develop your own PHP extension ?