Forum: PHP May 25th, 2008 |
| Replies: 4 Views: 504 It is possible to use mail functionality on your computer. You just need a mail server installed on your PC. You can use the free version of LiteMail (http://www.cmfperception.com/litemail.html). |
Forum: PHP May 25th, 2008 |
| Replies: 2 Views: 9,548 all is a reserve word. It is not a good practive to use reserve words in query. If it is required to use such words, then simply use back ticks (`) around them as I did in the below query.... |