Find us on facebook

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'] : '';