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
Explain me what are the main error types in php and how do they differ?
What is var_dump function in php?
What is symfony php?
What does PEAR stands for?
What is difference between session_unset and session_destroy?
What is a trait in php?
What are different types of errors available in Php?
Tell me what is mean by an associative array?
Is laravel easy to learn?
How do I see how many pages per session in google analytics?
What is php written in?
Explain me how to include a file to a php page?
Is it possible multiple inheritance in php?
What's php?
What is abstract class php?