Posted by: creativeboyhm on: April 7, 2008
Posted by: creativeboyhm on: April 4, 2008
Posted by: creativeboyhm on: April 3, 2008
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
Posted by: creativeboyhm on: March 7, 2008
http://aspalliance.com/
Posted by: creativeboyhm on: March 6, 2008
http://www.weberdev.com/Manuals/PHP/ref.outcontrol.html
Posted by: creativeboyhm on: March 6, 2008
http://www.garshol.priv.no/download/text/http-tut.html
Posted by: creativeboyhm on: March 6, 2008
http://www.weberdev.com/ViewArticle/Output-Buffering-with-PHP
Posted by: creativeboyhm on: March 5, 2008
Posted by: creativeboyhm on: March 5, 2008
if(ceil(($eu/$limit))==0)
$pno=1;
else
$pno=ceil(($eu/$limit));
echo $pno.”/”.ceil(($totalcomments/$limit));
Recent Comments