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 the difference between print() and echo() in PHP?
Which function is used in php to delete a file?
How to create reusable code in php?
How to execute an sql query?
How can I embed a java program in php file and what changes have to be done in php.ini file?
What is final keyword in php?
Explain the difference between require() and require_once()?
What is cookies? How to create cookies in php?
How to assigning a new character in a string using php?
What are the different functions in sorting an array?
How many types of functions are there in php?
What is the use of explode() function?