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'];
The Claude code task cycle 1. Gater context Reads files, explore projec structure, code base 2. Plan Break the task in to steps 3. Exe...
No comments:
Post a Comment