Hey There! Can you tell me what version of PHP you're using and what version of Form Tools you're using? Based on what I'm seeing I'd first guess that your hosting/server has had an upgrade of your ...
When I run this php script, i get this: (redhat 8.0)<BR><BR>Fatal error: Call to undefined function: mysql_connect() in /home/cybermart/public_html/test/ConnectTest ...
This code uses the mysqli_* functions, which are the recommended replacement for the deprecated mysql_* functions.
I'm trying to connect to a mysql database using php, and I keep getting this error:<BR><BR>Call to undefined function: mysqli_connect()<BR><BR>Most of my googling found people who have this problem ...