Skip Navigation.

PHP & Files

PHP has built in functions which allow it to open, copy, rename,
edit and delete files residing on the web server. This enables
files to be cached to decrease database queries and increase server performance.
Files can be edited very easily with PHP, useful for people on
the go without FTP information to their site or an FTP
application to access their website and something desperately
needs changed.

Every PHP application opens files and uses the information
stored within them to make the script run. A well designed site
that lets the admin edit their files from the admin area will
copy the file and back it up before any changes are made, to
insure restoration of the “working” file is possible. PHP also
has built in functions to CHMOD on Linux/Unix Operating Systems.

Bookmark: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • OnlyWire
  • Socialize-It
  • bodytext
  • del.icio.us
  • Furl
  • StumbleUpon
  • Propeller
  • YahooMyWeb
  • Reddit
  • Slashdot
  • Ma.gnolia
  • RawSugar

No comments - but you could add one!

No comments yet.

RSS feed for comments on this post.

Sorry, the comment form is closed at this time.