Forum: PHP Oct 17th, 2008 |
| Replies: 3 Views: 579 Helpful links about Mod rewrite:
http://www.workingwith.me.uk/articles/scripting/mod_rewrite
http://www.addedbytes.com/apache/url-rewriting-for-beginners/ |
Forum: PHP Oct 13th, 2008 |
| Replies: 14 Views: 2,815 R0bb0b,
No offenses taken! Instead, we are working together to get a good working script for our fellow community member. |
Forum: PHP Oct 3rd, 2008 |
| Replies: 14 Views: 2,815 See if this helps. To use this script, you need to create a folder named uploads where the uploaded files would be stored.
<?php
$maxsize=28480; // Set the maximum upload size in bytes
if... |