On Tuesday 26 April 2005 11:10, Mark Sargent wrote:
> Prathaban Mookiah wrote:
> >Mark,
> >
> >Back to basics budy!!
> >
> >> 25 if ($myrow = mysql_fetch_array($result)); {
> >
> >should be
> >
> >> 25 if ($myrow = mysql_fetch_array($result)) {
> >
> >Note that extra semicolon?
> >
> >
> >P
Prathaban Mookiah wrote:
Mark,
Back to basics budy!!
25 if ($myrow = mysql_fetch_array($result)); {
should be
25 if ($myrow = mysql_fetch_array($result)) {
Note that extra semicolon?
Prathap
-- Original Message ---
From: Mark Sargent <[EMAIL PROTECTED]>
To:
Mark,
Back to basics budy!!
> 25 if ($myrow = mysql_fetch_array($result)); {
should be
> 25 if ($myrow = mysql_fetch_array($result)) {
Note that extra semicolon?
Prathap
-- Original Message ---
From: Mark Sargent <[EMAIL PROTECTED]>
To: php-general@lists.php.net
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Tuesday 20 Apr 2004 08:24, Lasse Motroen wrote:
> I have received some code and am trying to run it. However, I get the
> following error:
>
> *Parse error*: parse error, unexpected '=', expecting ')'
>
> It happens on this line when &$args=array()
4 matches
Mail list logo