what is this error "Call to unsupported or undefined
function mysql_connect();" and when you will get this?
Answer Posted / 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 |
Post New Answer View All Answers
What is the content of /etc directory?
Write a program to get second highest number in an array using php?
What is strcmp?
How to define a function with any number of arguments?
What is difference between mysql_fetch_array and mysql_fetch_assoc?
Is empty check in php?
Write a program to find no of days between two dates in php?
Tell me how is it possible to remove escape characters from a string?
What is config file in php?
What is the use of "echo" in php?
What is the use of mysqli_real_escape_string() function?
What are the features of php?
What is beforeRender() used?
How many types of inheritances used in php and how we achieve it.
Is php still used?