what is this error "Call to unsupported or undefined
function mysql_connect();" and when you will get this?
Answer Posted / 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 |
Post New Answer View All Answers
What are php keywords?
What is curl php?
How can we destroy the cookie in php?
Tell us how to set cookies in php?
What does the unset() function mean?
When is a conditional statement ended with an endif?
What is exception handling in php?
Tell me how comparison of objects is done in php5?
How is php different from other languages?
What is the functionality of the functions strstr() and stristr()?
What is binary safe string?
What is empty () in php?
How to access a global variable inside a function?
How cookies are transported from browsers to servers?
What is pdo in php why use?