Find us on facebook
Find us on facebook
https://www.facebook.com/itpathfinder
Showing posts with label
PHP Errors
.
Show all posts
Showing posts with label
PHP Errors
.
Show all posts
Sep 10, 2014
Overcome undefined index in php
1)
error_reporting
(E_ALL ^ E_NOTICE);
2) $fid = isset($_GET['fid']) ? $_GET['fid'] : '';
Older Posts
Home
Subscribe to:
Posts (Atom)