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 |
Do csrf tokens expire?
Why php is sometimes called as embedded scripting language?
what is the default session expire time in php? what is default file attachment size in mail in php?
What is the use of "ksort" in php?
What are the rules for naming a php variable?
What is return value in php?
describe arguments in header in php?
What's the difference between __sleep and __wakeup?
How session manage in wordpress
When do you use define() and when do you use const. What are the main differences between those two?
What are the differences between include() and include_once () functions?
What is the difference between == and === operator in PHP?