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
How to check a key exist in an array?
List the different types of print functions available in php?
Why sessions are used in php?
What is the difference between null and empty?
What is a composer?
Php program to generate fibonacci series?
Tell me how can we display information of a variable and readable by human with php?
Is php better than java?
can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.
What is is_null() in php?
Explain object-oriented methodology in php?
What is the difference between Session and Cookie?
Which cryptographic extension provide generation and verification of digital signatures?
Write a program to find no of days between two dates in php?
How can you pass a variable by reference?