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 generate a form?
What the difference between the 'bitwise and' operator and the 'logical and' operator?
Can we run php in apache tomcat?
What is difference between html and php?
What is difference between isset and empty in php?
Tell me how can we check the value of a given variable is alphanumeric?
What is a composer in PHP?
Whether php supports microsoft sql server?
Explain the difference between mysql_connect and mysql_pconnect?
How to create connection in php?
Tell me what does the array operator '===' means?
Is null check in php?
How can php and javascript interact?
What are the rules to determine the “truth” of any value which is not already of the boolean type?
How are variables declared in php?