dd
Monthly Call Plans
Pay as you go
require_once('admin/connection.php');?> $editor_id=$_REQUEST['editor_id']; $query="select * from editor where editor_id='$editor_id'"; $queryresult=mysql_query($query) or die(mysql_error()); $row=mysql_fetch_array($queryresult); ?>