[PHP-WIN] Re: mySQL SQL Expression

2004-10-11 Thread Nadim Attari
"Susilo" <[EMAIL PROTECTED]> a écrit dans le message de news:[EMAIL PROTECTED] > Does Everybody now what is SQL Expression to get part of the string in > DATE VARIABLE ? > > e.g : 11/12/2004 > > and become to only string '2004' in Table Viewing. http://dev.mysql.com/doc/mysql/en/Date_and_time_fu

[PHP-WIN] MYSQL SQL Expression

2004-10-11 Thread susilo
Does Everybody now what is SQL Expression to get part of the string in DATE VARIABLE ? e.g : 11/12/2004 and become to only string '2004' in Table Viewing.

Re: [PHP-WIN] seesion.save_path Problem

2004-10-11 Thread Frank M. Kromann
Did you remember to restart Apache after making changes to php.ini ? This is not needed if you are using the CGI sapi. - Frank > Environment > - > WinXP Pro SP1 > PHP 4.3.9 > Apache 2.0.52 > > I am trying to set the session.save_path in php.ini and I cannot get it to > work. I have

Re: [PHP-WIN] Re: php_mysql.dll - WON'T WORK!!

2004-10-11 Thread Marc Kia
I used the Libmysql.dll form the 3.xx mysql version and it seams to works. But I had big doubts. After reading your message I took the Libmysql.dll from the php distrib and it I am now more confident that it works. Thanks. "Felipe Gasper" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]

RE: [PHP-WIN] Cookies!

2004-10-11 Thread Nunners
If I'm going to use sessions, I understand how to start them etc, but is it possible to have them "alive" for 24 hours? With the cookies, I was able to, once the user logged in, keep them logged in for 24 hours. As it's an application we are providing for our customers, one of the things I'm able