Forum: Advanced PHP Programming
04-01-2012, 08:04 AM
|
|
Replies: 2
Views: 605
Error while working on PHP Server Scripting
The error is in the line marked red can u tell me what is the error?
<?php
$link= mysql_connect('localhost','xxxxx','xxxxx');
@mysql_select_db('xxxxx','xxxxx','xxxxx',$link);
$query="SELECT * FROM...
|