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



what is this error "Call to unsupported or undefined function mysql_connect();" and when..

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

what is this error "Call to unsupported or undefined function mysql_connect();" and when..

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

Post New Answer

More PHP Interview Questions

Do csrf tokens expire?

0 Answers  


Why php is sometimes called as embedded scripting language?

0 Answers  


what is the default session expire time in php? what is default file attachment size in mail in php?

3 Answers  


What is the use of "ksort" in php?

0 Answers  


What are the rules for naming a php variable?

0 Answers  


What is return value in php?

0 Answers  


describe arguments in header in php?

1 Answers  


What's the difference between __sleep and __wakeup?

0 Answers  


How session manage in wordpress

1 Answers   HCL, ITBS, TCS,


When do you use define() and when do you use const. What are the main differences between those two?

0 Answers  


What are the differences between include() and include_once () functions?

12 Answers  


What is the difference between == and === operator in PHP?

0 Answers  


Categories