PHP question: receiving a complex POST variable

Status
Not open for further replies.

Supergeek

The Uberest Nerd
May 19, 2007
1,039
12
0
Denver
I'm trying to send a URL through an AJAX form to a PHP script. The data gets sent, but because it's a URL with variables it gets split into the variables.

For example:

Code:
<a href=http://ezsmiley.com><img src=http://www.ezsmiley.com/img.php?eyes=Eyes_Tense&body=Bodies_Yellow&leftside=undefined&rightside=undefined&legs=undefined&hat=undefined&mouth=Mouths_Angry&misc=undefined&background=undefined border='0'></a>
I want to be able to just say "Eat that as one big variable and shut up, bitch!"
but I seem to be stuck either reformatting the code before sending, and then reformatting on receipt, or just check the variables manually in the script.

I just want to save the damn generated URL on my server... why does shit have to be so harrrrd?? :hollering:
 


Status
Not open for further replies.