Re: [PHP] newbie mysql and php

2003-12-28 Thread tony
> -Original Message- > From: tony [mailto:[EMAIL PROTECTED] > Sent: Saturday, December 27, 2003 4:18 PM > To: [EMAIL PROTECTED] > Subject: [PHP] newbie mysql and php > > > hello > > I'm new with php just learning and i have just a problem with the follow

RE: [PHP] newbie mysql and php

2003-12-28 Thread Chris
alue is:',$dbdo; while($row= mysql_fetch_array($dbdo)){ ... Chris -Original Message- From: tony [mailto:[EMAIL PROTECTED] Sent: Saturday, December 27, 2003 4:18 PM To: [EMAIL PROTECTED] Subject: [PHP] newbie mysql and php hello I'm new with php just learning and i hav

Re: [PHP] newbie mysql and php

2003-12-27 Thread Brad Pauly
On Sat, 2003-12-27 at 17:17, tony wrote: > hello > > I'm new with php just learning and i have just a problem with the following > code > > $dbconnect = mysql_connect("localhost", "prog_tony","PASSWORD"); > mysql_select_db("prog_dealer", $dbconnect); > $stop = 0; > $counter = 1; > while(!$stop){

[PHP] newbie mysql and php

2003-12-27 Thread tony
hello I'm new with php just learning and i have just a problem with the following code $dbconnect = mysql_connect("localhost", "prog_tony","PASSWORD"); mysql_select_db("prog_dealer", $dbconnect); $stop = 0; $counter = 1; while(!$stop){ $query = "SELECT name FROM category WHERE id = $count