Wednesday, 3 September 2014

PHP select single colun value





PHP single column value :

$post_like_id=mysql_query("SELECT * FROM `post_answer` WHERE `postid` = '$questionID'");

$post_answer = mysql_fetch_array($post_like_id);

$like=$post_answer['p_id'];

No comments:

Post a Comment

React Windowing or List virtualization - React App optimization

  Windowing  or   List virtualization   is a concept of only rendering or write the visible portion in the current   “ window ”   to the   D...