Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

WHY PHP NO WORK

Name: Anonymous 2008-06-18 0:17

DEAR PROG

WHY NO WORK?
SICP WAS NO HELP.

url_setopt($curl, CURLOPT_POSTFIELDS,"name_f="$_POST["username1"]");
url_setopt($curl, CURLOPT_POSTFIELDS,"name_l="$_POST["username2"]");
url_setopt($curl, CURLOPT_POSTFIELDS,"pass0=$_POST["pass"]");
url_setopt($curl, CURLOPT_POSTFIELDS,"pass1=$_POST["pass"]");
url_setopt($curl, CURLOPT_POSTFIELDS,"email=$_POST["email"]");

Name: Anonymous 2008-06-18 21:37

>>8
' is faster than " because " needs to process the string for potential interpolation.

curl_setopt($curl, CURLOPT_POSTFIELDS, 'name_f=' . $_POST['username1']);

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List