php.net
> Subject: [PHP] Problems with mysql_connect()
>
>
> Hi,
>
> I'm having problems with this code (a simple exercise where i wanto to
> connect to sql server and get data from it and write that data in html)
>
>
> :
>
>
>
> "http://www.w3.
Delta Storm wrote:
> Hi,
>
> I'm having problems with this code (a simple exercise where i wanto to
> connect to sql server and get data from it and write that data in html)
>
> //Prolazi kroz skup zapisa
> //ispisuje svako polje
> while ($row = mysql_fetch_row($result)
There is a closing parenthesis missing, see below:
- Original Message -
From: "Delta Storm" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, January 10, 2007 11:45 AM
Subject: [PHP] Problems with mysql_connect()
Hi,
I'm having problems with this code (a simple exer
Hi,
I'm having problems with this code (a simple exercise where i wanto to
connect to sql server and get data from it and write that data in html)
:
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
http://www.w3.org/1999/xhtml";>
Exercise 23 - Using PHP with MySQL
$connec
4 matches
Mail list logo