Likes Received By JohnnySchultz
-
Bushranger liked JohnnySchultz's post in the thread How to Display results in two columns in PHP & MYSQL.
you can try this one... <?php include 'library/config.php'; include 'library/opendb.php'; echo "<table border='0'...
Nov 1, 2017 -
Raj Kumar liked JohnnySchultz's post in the thread UNKON-php.
you need to build the SELECT query then execute it with mysql_query()..
Oct 1, 2011 -
jasoncdu liked JohnnySchultz's post in the thread Very beginner question - how does javascript work?.
if a javascript code is inside the <head> it will be executed even before you see the page it self.. in case the javascript is inside...
Sep 24, 2011 -
ker liked JohnnySchultz's post in the thread Submit form to hash.
if you have jquery, you can add this code... <script type="text/javascript"> $('form').submit(function() { var form_data =...
Aug 8, 2011