The Dink Network

Reply to Re: Coding error

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
January 28th 2006, 03:44 AM
spike.gif
if(&result==1) doesn't seem to have spaces. It should look like this:

if (&result == 1)

And yeah, the semicolons need not be there.