Thread
:
Any php peeps here? I have an error and can't figure it out.
View Single Post
03-23-2007, 05:11 PM
ssp
Confirmed User
Join Date: Jan 2005
Location: United Kingdom
Posts: 7,990
try changing this:
$board_config['agreed_val']&refer_id=$refer_id
to this:
$board_config['agreed_val']."&refer_id=" .$refer_id
ssp
View Public Profile
Find More Posts by ssp