-
Content Count
3280 -
Joined
-
Last visited
-
Days Won
68
About Me
Here are all my current tutorials. You can access them from here while my server gets repaired. Thank you.
- Scrape Chosen Table
- Using SQL Queries to Execute Commands
- Create Awesome Result Pages
- Cleaning Scraped Data For Evaluation
- Large Dropdown Lists - Solved in 3 nodes
- How to Shuffle a List
- Javascript Math for Loop Cycles
- List Tutorial 1
- phpMyAdmin
John
<head> <style type="text/css"> .style1 { text-align: center; } </style> </head> <body> <script type="text/javascript"> </SCRIPT> <?php $ip=$_SERVER['REMOTE_ADDR']; echo "<font face='Verdana' size='3'><b>IP Address= $ip</b>"; ?><p class="style1"> </p> </body>