| | |
finding page size
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
<?$file="www.mysite.com";
$fh=fopen($file, "r");
$fileinfo=fstat($fh);
$b=filesize("$file");
print $b;
echo "Filename:" .basename($file)."<br/>";
echo "Filesize: ".round(($fileinfo["size"]/1024),2)."kb <br/>";?>
this is the code to determine the size of the page. but i m getting the error as filesize() [function.filesize]: stat failed for www.mysite.com
any body help in finding the page size of teh given url
$fh=fopen($file, "r");
$fileinfo=fstat($fh);
$b=filesize("$file");
print $b;
echo "Filename:" .basename($file)."<br/>";
echo "Filesize: ".round(($fileinfo["size"]/1024),2)."kb <br/>";?>
this is the code to determine the size of the page. but i m getting the error as filesize() [function.filesize]: stat failed for www.mysite.com
any body help in finding the page size of teh given url
•
•
Join Date: May 2006
Posts: 1
Reputation:
Solved Threads: 0
You can't use fstat on a remote file.
You want to use a function like: http://www.php-editors.com/contest/1/33-read.html
Good luck!
You want to use a function like: http://www.php-editors.com/contest/1/33-read.html
Good luck!
![]() |
Similar Threads
- Page size wider than setup (Windows Software)
- set a dynamic page size for gridview? (ASP.NET)
- please help with page size (Site Layout and Usability)
- How to set html page size attributes (HTML and CSS)
- page size (HTML and CSS)
- Change Web Page Font Size on the Fly (Windows tips 'n' tweaks)
Other Threads in the PHP Forum
- Previous Thread: Running VERY BASIC PHP script ???
- Next Thread: need help with php scripts
| Thread Tools | Search this Thread |
apache api array beginner binary broken cache cakephp checkbox class cms code codingproblem cron curl customizableitems database date display dynamic echo email error errorlog file files filter folder form format forms forum function functions gc_maxlifetime global google headmethod host href htaccess html image include insert ip javascript joomla limit link login mail malfunctioning memmory memory menu mlm multiple mysql nodes oop parameter parsing paypal pdf php phpmysql problem query radio random recursion recursiveloop remote script search select server sessions sms snippet source space sql static survey syntax system table trouble tutorial up-to-date update upload url validator variable video web youtube





