Forum: PHP Oct 17th, 2008 |
| Replies: 3 Views: 569 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 Jul 26th, 2008 |
| Replies: 2 Views: 1,177 Bcc means blind carbon copy. To use it enter the correct email address for the blind carbon copy recipient of your message. To send an email to multiple recipients using Bcc, enter their email... |
Forum: PHP Jul 26th, 2008 |
| Replies: 5 Views: 934 Hello ibrahimssani,
Since the issue of this thread has been resolved, you may want to mark it as "Solved", owing to the fact that you're the thread starter. Doing this prevents people from posting... |
Forum: PHP Jul 26th, 2008 |
| Replies: 5 Views: 934 Hi ibrahimssani,
Here is the script to upload your files. You can edit the maximum upload size to suit your needs. Also you can edit the file types you want uploaded. I included .gif, .pjpeg and... |
Forum: PHP Jul 26th, 2008 |
| Replies: 5 Views: 934 I will write out the code necessary to upload files. It's going to take me quite some time. So, be a little patient, please. |
Forum: PHP Jul 3rd, 2008 |
| Replies: 5 Views: 495 You can as well buy some PHP & MySQL textbooks. http://safari.oreilly.com has good books on both subjects. And they give you an offer to read online.
Moreover, search with Google, Yahoo and MSN... |
Forum: PHP Jul 1st, 2008 |
| Replies: 6 Views: 1,112 # Drop any existing table `posts`
# --------------------------------------------------------
DROP TABLE IF EXISTS `posts`;
# --------------------------------------------------------
# Table... |