easy way to learning online
Owner: nenjap31
Listed in: Computers
Language: English
Tags: script, learning script, share, share your script, leraning online
Site Statistics
Unique Visitors Today:
0
Page Views Today:
0
Unique Visitors this Week:
0
Page Views this Week:
0
Unique Visitors this Month:
0
Page Views this Month:
0
Total Unique Visitors:
351
Total Page Views:
575
Total Hits Out:
48
Latest Blog Posts for Script 31 - World of script
- Share Your Script: THE APOCALYPSE OF GANGSTERS:THE BEGINNINGon Apr 11, 2011 in Your scriptName*:JOHN ROBERTS Email*:johneroberts7@gmail.com Website / Blog:http://www.scribd.com/doc/28175885/Gangsters-Revised-1-2-Revised Title*:THE APOCALYPSE OF GANGSTERS:THE BEGINNING Script Languange:ENGLISH Script*:THE APOCALYPSE OF GANGSTERS: THE...
- Listing file in directory<?php $dir = "data/"; if ($handle = opendir($dir)) { while (false !== ($files = readdir($handle))) { if ($files != "." && $files != "..") { echo $files; } } } ?>...
- Javascript show hideon Feb 21, 2011 in script31 Java script<script language="Javascript" type="text/javascript"> function show_hide(tblid, show) { if (tbl = document.getElementById(tblid)) { if (null == show) show = tbl.style.display == 'none'; tbl.style.display = (show ? '' : 'non...
- Looping date with php<?php date_default_timezone_set('UTC'); $dates = '2010-01-01'; $end_dates = '2011-01-01''; while (strtotime($dates) <= strtotime($end_dates)) { echo $dates; $dates= date ("Y-m-d", strtotime("+1 day", strtotime($dates)));...
- Java script confirm deleteon Feb 18, 2011 in script31 Java scriptThis script used to ask user if they want to delete <script> function confirmDelete(delUrl) { if (confirm("Are you sure want to delete ?")) { document.location = delUrl; } } </script> <a href="javascript:confirmDelete(...
- Share Your Script: CSS HACKon Feb 17, 2011 in Your script phpName*:Arief affandi Email*:nenjap31@yahoo.co.id Website / Blog:http://www.belajaronline31.blogspot.com Title*:CSS HACK Script Languange:php Script*:<?php $useragent = $_SERVER["HTTP_USER_AGENT"]; if (strstr($useragent,"MSIE"))...
- Counter with data textCount people who is access your web can be used mysql or text, this script used text because if used mysql and many access your web then can be make your web is down. <?php if(is_file("count.txt")){ $views2=file_get_contents("count.
- Random without duplicatewith this script we can make random without duplicate. We use function shuffle to random array. then looping that array to get random as much as we want. <?php $array_word=array('a','b','c','d','e','f','g','h','i','j','k', 'l','m','n','o','p','q...
- Jquery SlideThis is script to make slide with jquery. <div id='slide1' style='width:200px;height:100px;border:1px solid black;background:#DDDDDD'> <div id='slider1' style='color:white;font-family:arial;padding-top:5px;width:auto;height:25px;background:#...
- Script 31on Feb 13, 2011 in shareShare Your Script Name * Email * Website / Blog Title * Script Languange Script * I...
Loading Comments...
Comments
{ds_PageTotalItemCount} commentcomments
{pvComments::date}
{pvComments::comment}