Daron Posted April 10, 2011 Posted April 10, 2011 i keep getting a notice saying undefined offset:0 how to fix it?? here is the code $array_gete = array($_GET); while ($tick = current($array_gete)) { $thekey = key($array_gete); $_GET[$thekey] = str_replace("=", "", htmlspecialchars($_GET[$thekey])); next($array_gete); } it says its on line 4. Quote
Djkanna Posted April 10, 2011 Posted April 10, 2011 Thread closed, answer provided in your other topic. :) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.