PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
$sql = "SELECT COUNT(*) AS count FROM course_content WHERE coursetitle='$coursetitle'";
$numrecords = mysql_query($sql) or die("Select Failed!");
$counter = mysql_fetch_array($numrecords);
echo $counter['count'];
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.