> -Original Message-
> From: conbud [mailto:[EMAIL PROTECTED]
> Sent: 12 March 2003 19:12
>
>
> Hi, Ive been trying to get this to work but I keep getting this error
>
> Parse error: parse error, unexpected $ in
> /home/conbud/nrlug/test3.php
> on line 72
>
> line 72 is just the endin
You are mixing and matching your If statements.
if ()
else
AND
if () {
} else {
}
Be consistent. It looks like if you close the { tags your code should
work ok.}
Hope this helps,
Jonathan Pitcher
On Wednesday, March 12, 2003, at 01:11 PM, conbud wrote:
Hi, Ive been trying to get this
Hi, Ive been trying to get this to work but I keep getting this error
Parse error: parse error, unexpected $ in /home/conbud/nrlug/test3.php
on line 72
line 72 is just the ending php bracket, heres what I got:
@mysql_connect(localhost, root, boing_boing) or die("ERROR--CAN'T
CONNECT TO S
3 matches
Mail list logo