change "$url" -> $url so the value of $url gets passed by reference, and the...
change "$url" -> $url so the value of $url gets passed by reference, and the string "$url" does not erroneously get passed as a variable into _post()
Please register or sign in to comment