[php-list] reg. storing & checking for dates

2008-02-22 Thread Vijayaraghavan R
Hi, I am a newbie php user. I use PHP & MYSQL. I want to store a date field in MYSQL using PHP & later do some checking for dates greater than or less than the stored date. Can someone help me on how to do this? Thanks & Regards, R.Vijay [Non-text portions of this message have been removed]

Re: [php-list] reg. storing & checking for dates

2008-02-22 Thread James Keeline
--- Vijayaraghavan R <[EMAIL PROTECTED]> wrote: > I am a newbie php user. > > I use PHP & MYSQL. I want to store a date field in MYSQL using PHP & later > do some checking for dates greater than or less than the stored date. > > Can someone help me on how to do this? > > Thanks & Regards, > R.V

[php-list] Rewriting rule in .htaccess

2008-02-22 Thread Gangadhara Prasad
Hi All, I am rewriting rule in .htaccess file.I need to convert all .php files with .html extension. Ex: http://localhost/test/test.php to http://localhost/test/test.html http://localhost/test/test.php?id=1 to http://localhost/test/test-1.html My code is Options +FollowSymlink

Re: [php-list] Rewriting rule in .htaccess

2008-02-22 Thread listgroups08
- Original Message - From: "Gangadhara Prasad" Hi All, I am rewriting rule in .htaccess file.I need to convert all .php files with .html extension. Ex: http://localhost/test/test.php to http://localhost/test/test.html http://localhost/test/test.php?id=1 to http://localhost/test

Re: [php-list] Rewriting rule in .htaccess

2008-02-22 Thread Gangadhara Prasad
Hi, Thanks for your reply. I have changed code like Options +FollowSymlinks RewriteEngine on RewriteRule http://localhost/test/test-([0-9]+)\.html$ test.php?id=$1 But it is not working. - Original Message From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> To: php-list@yahoogroups.com Sent: