GIDForums  

Go Back   GIDForums > Computer Programming Forums > MySQL / PHP Forum
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 05-May-2005, 22:41
vladimy vladimy is offline
New Member
 
Join Date: May 2005
Posts: 2
vladimy is on a distinguished road

mysql with php


i created a table in mysql and need php to do the search for my can someone help me out asap


mysql> select * from bartenderonline;
+------------------+------------------+--------------+----------+--------------+

| creamDrinks | DrinksontheRocks | JuiceDrinks | Martinis | SourDrinks |

+------------------+------------------+--------------+----------+--------------+

| brandy alexander | black russian | screw driver | martini | whiskey sour |

+------------------+------------------+--------------+----------+--------------+

1 row in set (0.05 sec)
  #2  
Old 24-May-2005, 14:02
anjanesh anjanesh is offline
New Member
 
Join Date: Mar 2005
Location: Mumbai, India
Posts: 16
anjanesh is on a distinguished road
PHP Code:

$res = mysql_query("select * from bartenderonline") or die(mysql_error());
while ($row = mysql_fetch_array($res))
{
 echo $row[0].', '.$row[1].'<br>';
} 


 

Recent GIDBlogLast Week of IA Training by crystalattice

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
RESELLER WEB HOSTING - $9.99/MONTH For 4GB HD & 30GB BW! CPanel, PHP, MySQL & MORE! IncognitoNet Web Hosting Advertisements & Offers 0 30-Jan-2005 21:46
RESELLER WEB HOSTING - $9.99/MONTH For 4GB HD & 30GB BW! CPanel, PHP, MySQL & MORE! IncognitoNet Web Hosting Advertisements & Offers 0 11-Nov-2004 19:51
PHP, MySQL, WML skyloon MySQL / PHP Forum 0 05-Mar-2004 07:53
Windows: From only £20p/y,Linux: from $10p/m. ASP, ASP.NET, PHP, Free MySQL, +More EyotaHosts Web Hosting Advertisements & Offers 0 28-Jun-2003 13:54

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 21:27.


vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.