
Likes:
0
-
Or you can actually fix those by actually takeing care if the variable is defined or not:
if (isset($_GET['a'])){
$variable = $_GET['a'];
}
This way you won't need to cheat by suppresing with '@' or disabling the error, that in my opinion can do rather bad than good when you're trying to debug.
Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks