CreativeBoy

C# Tutorial Lesson 22: Writing and Installing a Windows service

Posted by: creativeboyhm on: April 7, 2008

Fit Sql Tutorial

Posted by: creativeboyhm on: April 4, 2008

free Scripts for php

Posted by: creativeboyhm on: April 3, 2008

Coutry Ip Site Ip Ip to Host Name Hostname to ip

Posted by: creativeboyhm on: April 3, 2008

<?php
$sdip = gethostbyname(“avenir-technologies.com”);
$sddomain = gethostbyaddr($sdip);
print “IP: $sdip\n”;
print “Domain: $sddomain\n”;
?>

http://www.hudzilla.org/phpbook/read.php/15_3_0

Asp.net Books Articles

Posted by: creativeboyhm on: March 7, 2008

http://aspalliance.com/

Output Control Functions In php

Posted by: creativeboyhm on: March 6, 2008

http://www.weberdev.com/Manuals/PHP/ref.outcontrol.html

How the web works: HTTP

Posted by: creativeboyhm on: March 6, 2008

http://www.garshol.priv.no/download/text/http-tut.html

Fit article about php buffering output

Posted by: creativeboyhm on: March 6, 2008

http://www.weberdev.com/ViewArticle/Output-Buffering-with-PHP

ASP.NEt BEST BOOKS

Posted by: creativeboyhm on: March 5, 2008

Paging

Posted by: creativeboyhm on: March 5, 2008

if(ceil(($eu/$limit))==0)
$pno=1;
else
$pno=ceil(($eu/$limit));
echo $pno.”/”.ceil(($totalcomments/$limit));

Online Users

Categories

 

November 2009
M T W T F S S
« Jun    
 1
2345678
9101112131415
16171819202122
23242526272829
30