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-19 5:00

>>19
No, that's not faster.
That's buggier.

Slower:
if (streln($str) >= 5) // ...
Faster:
if (isset($str[5])) // ...

this is wrong if the length of the string is 5.

HOH GOD THE FUCKING FAIL I WANT TO FUCKING HIT YOU
I HATE YOU

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