Thread
:
how to display one record in SQL/PHP
View Single Post
#
12
(
permalink
)
06-19-2007, 02:33 AM
vsd32
WebProWorld New Member
Join Date: Jun 2007
Posts: 15
Re: how to display one record in SQL/PHP
Try:
$query = "SELECT * FROM tablename WHERE productID = '1'";
$result = mysql_query($query);
An go on with others iddeas
__________________
http://www.lyricsrec.com
- lyrics for all and for free
http://www.lyricsrec.com/lyrics/c.php
(
http://www.lyricsrec.com/lyrics/d.php
)
vsd32
View Public Profile
Send a private message to vsd32
Visit vsd32's homepage!
Find all posts by vsd32