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
Why are sessions used?
What is a definer in mysql?
What is session expiry?
Tell me what is the difference between the functions strstr() and stristr()?
Where sessions stored in PHP?
How to define a user function?
How to delete file in php?
What is array function in javascript?
What is the function of string in c?
What is meant by urlencode and urldecode?
How to set cookies in PHP?
What is the difference between md5(), crc32() and sha1() crypto on php?
Difference between array_combine and array_merge?
Can I write php code in html file?
What is static method php?