| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Mary Adel | Date: | March 9 2006 8:06pm |
| Subject: | php and mysql | ||
| View as plain text | |||
I have a severe problem that php5 cannot connect to mysql and i don't
know why
also i am using linux
here is my peice of code
:<?php
print "hi";
mysql_connect('localhost', '', '') or die(mysql_error());
echo "Connected to MySQL<br />";
print "connected";
?>
if their is any configuration please tell me
thanks,
mary
| Thread | ||
|---|---|---|
| • php and mysql | Mary Adel | 9 Mar |
| • RE: php and mysql | fbsd_user | 9 Mar |
| • RE: php and mysql | Mary Adel | 9 Mar |
| • RE: php and mysql | JC | 9 Mar |
| • Re: php and mysql | Peter Brawley | 9 Mar |
| • RE: php and mysql | SST - Adelaide) | 9 Mar |
| • RE: php and mysql | mysql | 9 Mar |
| • RE: php and mysql | Ing. Edwin Cruz | 9 Mar |
