Thread
:
Any php peeps here? I have an error and can't figure it out.
View Single Post
03-23-2007, 05:20 PM
ssp
Confirmed User
Join Date: Jan 2005
Location: United Kingdom
Posts: 7,990
Yes.
What you should do is separate your strings (anything between "", i.e: "&refer_id=") from your variables (anything with a $ sign, i.e: $refer_id).
You can join them together with '.' (ignore the single quotations). Then you should be fine.
ssp
View Public Profile
Find More Posts by ssp