Posts tagged File
How to Create a Robots.txt File
Jul 29th
A robots.txt is a useful file that keeps search engines from indexing pages you do not want spidered. But why would you not want a page indexed by a search engine? This tutorial will explain why, and how to do it.
Upload Files Using PHP
Jun 27th
With PHP, it is possible to upload files to the server. You might want users to be able to submit files for review, like text documents, articles, and essays etc, but this data needs to be validated and checked before allowing it to be stored on your Web server.
