I tried to run this program I have to do for homework where it accesses a database but when I ran the program (it's a php-generated voice xml application), it says there's an internal error, and when I check the log, it says: PHP Fatal error: Call to undefined function mysql_connect(). Googling this, it says to check that your php version has mysql enabled so I made a program and ran it with only
<?php phpinfo(); exit(); ?>
in it and it came up as a blank white screen.
Suggestions? Do I have to install that program.
I went to php.net to install php version 5.2 or later ??? but I couldn't find the installer anywhere. It was pretty annoying, so I came here.
<?php phpinfo(); exit(); ?>
in it and it came up as a blank white screen.
Suggestions? Do I have to install that program.
I went to php.net to install php version 5.2 or later ??? but I couldn't find the installer anywhere. It was pretty annoying, so I came here.