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

What is htmlentities function in php?

0 Answers  


What are the new features in php 7?

0 Answers  


Does exist in php?

0 Answers  


What is parent __construct ();?

0 Answers  


What function should you use to join array elements with a glue string?

0 Answers  






How do I check if a given variable is empty?

0 Answers  


What is member variable?

0 Answers  


How should a model be structured in mvc?

0 Answers  


How do you execute a php script from the command line?

0 Answers  


What is the use of limit in mysql?

0 Answers  


Why is php used?

0 Answers  


What is difference between mysql_fetch_array and mysql_fetch_assoc?

0 Answers  


Categories