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 dates in date related calculations and MySQL 
functions etc.)


Both ways it would work fine.




William Stokes wrote:


Hello,

I have a datetime column in MySQL DB. How can I match to that column from 
php code if I only have the date information available.


2006-02-24 12:00:00  against2006-02-24

This might be more SQL question sorry about that.

Thanks
-Will

 



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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 List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php