help me to do this code
Posted: Thu Sep 15, 2005 12:42 pm
hi
i think alot of about phpcode do show rows of one column from mysql and rows must be link when click on it show the opposite row from next column from same table under the link which click on it before.
the last of my try is show rows of column without be link .
the code do that is
/* Connecting, selecting database */
$link = mysql_connect('localhost', 'root', '')
or die('Could not connect : ' . mysql_error($link));
mysql_select_db('email', $link)
or die('Could not select database');
/* Issue SQL query */
$query = 'select url from email';
$result = mysql_query($query, $link) or die('Query failed : ' . mysql_error($link));[/b]
i think alot of about phpcode do show rows of one column from mysql and rows must be link when click on it show the opposite row from next column from same table under the link which click on it before.
the last of my try is show rows of column without be link .
the code do that is
/* Connecting, selecting database */
$link = mysql_connect('localhost', 'root', '')
or die('Could not connect : ' . mysql_error($link));
mysql_select_db('email', $link)
or die('Could not select database');
/* Issue SQL query */
$query = 'select url from email';
$result = mysql_query($query, $link) or die('Query failed : ' . mysql_error($link));[/b]