Quote:
Today at 12:13 PM Gaffer said this in Post #45
damn it i'm getting errors.....
lets see being my luck it's a single semi colan out of place again
edit---
ok i found the error
for some reason it dont' like the fact that i have a ' in my username....
which is a little strange...
|
Yikes...
I have fixed this bug - Version 1.1 is released.
It's a small bug to fix.
To upgrade, in form1.php, find:
PHP Code:
,'$bbuserinfo[username]'
Replace with:
PHP Code:
,'".addslashes($bbuserinfo[username])."'
Done!
I have updated the ZIP file to version 1.1.
When downloading, make sure the PHP file says 1.1 at the top of it.