Get File Size and File Type In PHP
With this PHP script you can find size and type (extension) of required file.
Posted in: File, File Manipulation, Info, Tricks
Post's RSS » RSS 2.0
Post's Comments RSS » RSS 2.0
Respond: Post A Comment
![]() |
With this PHP script you can find size and type (extension) of required file.
.htaccess rules can be different for different hosts. This is file in root directory of website which defines certain rules for website behavior for some requests.
Many popular websites provide their RSS links. i.e.
MSN Money Finance Tips
http://articles.moneycentral.msn.com/Feeds/RSS/financerss.aspx
MSN CNBC TV Updates
http://articles.moneycentral.msn.com/Feeds/RSS/cnbcrss.aspx
Technology and Science
http://rss.msnbc.msn.com/id/3032117/device/rss/rss.xml
Visit this URL to get a better idea.
http://rss.msn.com
You can get these URLS and display updates from these websites at your website in HTML user friendly readable format. wow!!!
For that you need xmlParser.
ADOdb is a database abstraction library for PHP. Many popular web applications such as ACID, PostNuke, Xaraya, phpWiki, Mambo, PHP GACL, TikiWiki, eGroupWare and phpLens App Server are using ADOdb as their database abstraction layer. Some reasons why ADOdb is popular include:
We can display data fetched from database in a variety of ways. Depends upon our requirement. By multiple columns I mean dividing all fetches data into columns and displaying it. Here is how We can divide the resultset into multiple columns.