Forum: Promotion and Marketing Plans Oct 20th, 2008 |
| Replies: 44 Views: 7,196 Try to get targeted back links from high PR websites with contents that relate to what your website is offering. And make sure you update your site's contents regularly. |
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,834 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,834 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... |
Forum: HTML and CSS Jul 28th, 2008 |
| Replies: 8 Views: 2,946 Since you didn't explain in details, I can only guess. If structuring the three text fields with a table is your need, see if this modification helps:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0... |