Forum: PHP Oct 6th, 2009 |
| Replies: 107 Views: 3,526 How about a tutorial on how to plug in and turn on a computer? and while we at it reset and shut down a computer.
This would optimize 50% of my work time with users of the network!!!
Sorry boys... |
Forum: PHP May 31st, 2009 |
| Replies: 6 Views: 520 You stated your sql statement is LIMIT 3, 3.
That line of code will only gather 3 results try changing it to LIMIT 3, 4 and see if that works? |
Forum: PHP Feb 25th, 2009 |
| Replies: 109 Views: 3,782 I have tried to research this and im always running into old articles.
What I have come across are (possibly more):
md5, sha1, hash, crypt and mcrypt
Now I have used md5/sha1 before and have... |
Forum: PHP Oct 15th, 2008 |
| Replies: 5 Views: 524 Shanti my hero!
Nice that works but I what I require is a bit more complex like comparing $variable string vs. $cell content instead of just a.
Thanks, Regards X |