> -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
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
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){
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
4 matches
Mail list logo