Jump to content

[SOLVED] problem connecting to mysql


kraziekris

Recommended Posts

Hi i am trying to connect to a mysql thats installed on my server

 

i made a script called sqltest.php

 

with

 

<html>

<head> <title>MySQL Test</title> </head>

<body>

<h1>

<?php $connection=mysql_connect("localhost","root","8119604")

or die("Could not connect to MySQL");

echo "Successfully connected to MySQL";

?>

</h1>

</body></html> 

 

 

its held at http://beta.mauritiusnews.co.uk/testsql.php

 

if you click you will see the error i get:

Fatal error: Call to undefined function mysql_connect() in D:\Inetpub\wwwroot\BETA\testsql.php on line 5

 

 

i dont know why my php.ini seems to have the correct extentions????

 

Thanks

 

Chris

Link to comment
https://forums.phpfreaks.com/topic/56392-solved-problem-connecting-to-mysql/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.