what is this error "Call to unsupported or undefined
function mysql_connect();" and when you will get this?
Answer Posted / 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 |
Post New Answer View All Answers
Is age a variable in research?
What are php keywords?
How to find the index of an element in an array php?
How to randomly retrieve a value from an array?
What is the difference between abstract class and interface in php?
How do functions work?
How to insert a line break in php string?
Write a program to get lcm of two numbers using php?
Can I include php in javascript?
Explain soundex() and metaphone().
How do I sort numbers in php?
How do you check if a variable has not been set in php?
How to remove duplicate values from a PHP Array?
What does the unlink() function means?
Can we extend final class in php?