PHP Test if MySQL table exists – PHP October 6, 2011 Pramod T P Leave a comment if(mysql_num_rows( mysql_query(“SHOW TABLES LIKE ‘table_name'”))) echo ” Table exists “
Javascript Print a Web Page Using JavaScript October 6, 2011 Pramod T P Leave a comment <a href=”javascript:window.print()”>Print</a>