what is this error "Call to unsupported or undefined
function mysql_connect();" and when you will get this?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
When a conditional statement is ended with an endif?
Explain the ternary conditional operator in php?
Tell me how can we connect to a mysql database from a php script?
What is the meaning of die in php?
What is faster?
How to access standard error stream in PHP?
How can we upload a file in php?
If we login more than one browser windows at the same time with same user and after that we close one window, then is the session is exist to other windows or not? And if yes then why? If no then why?
Can you convert php to html?
What is the difference between fopen() and fclose()?
Can we extend final class in php?
what is the diffrence between for and foreach?
11 Answers Hirolasoft, IBM, Photon,