php - HTTP Error 500 (Internal Server Error) in Drupal -
iam providing datas using json ios app using php. while running code in browser, showing server error. if there no values in database, shows {"posts":null} provided in code. problem occurs if there value in database. shows error server error website encountered error while retrieving http://path server file/php/categoryitemlisting.php?category=11. may down maintenance or configured incorrectly. here suggestions: reload webpage later. http error 500 (internal server error): unexpected condition encountered while server attempting fulfill request. error occuring php file. using other files, able transfer data. my connection.php file : <?php $link = mysql_connect("127.0.0.1","root","") or die('cannot connect db'); mysql_set_charset("utf8"); mysql_select_db('cotton',$link) or die('cannot select db'); ?> categoryitemlisting.php <?php require('connection.php'); $item = array() ...