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

write a program to print [123] [456] [789] note : braces also need to be printed

1 Answers   Net Solution,


What does PEAR stands for?

0 Answers   Arigo Infotech,


What is php session_start() and session_destroy() function?

0 Answers  


What is difference between html and php?

0 Answers  


What are the uses of php language?

0 Answers  






What happens when submit button is clicked?

0 Answers  


How does csrf attack work?

0 Answers  


Tell me what does the php error 'parse error in php - unexpected t_variable at line x' means?

0 Answers  


How can we increase execution time of a php script?

0 Answers  


How do I escape in php?

0 Answers  


What is php date function?

0 Answers  


Tell me how to find the position of the first occurrence of a substring in a string?

0 Answers  


Categories