Re: [PHP] loop Q

2006-02-24 Thread ÃmìtVërmå
It depicts $counter = $counter+1; William Stokes wrote: What does this do in a for loop? $counter+=1 Thanks -Will -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Date question

2006-02-24 Thread ÃmìtVërmå
If you are only avail with date-information then too you can use existing DATETIME field as following query.. INSERT INTO `test` (`testingdate` ) VALUES ( '2006-06-06'); it will take care of itself. Second way is you can change DATETIME field to VARCHAR (if you're not going to use those

Re: [PHP] PHP Manual in PDF format

2006-02-24 Thread ÃmìtVërmå
Good.. you went straight into their vault to those PDF :) tedd wrote: Hi ALL I am looking out for PHP Manual in PDF Format Thanks in Advance Regards Kaushal Try Google: http://iwing.cpe.ku.ac.th/tutorial/PHP/PHPmanual.pdf I'm sure there are others. tedd -- PHP General Mailing