[PHP] Re: recommending a PHP book?

2005-03-16 Thread freaky . irish
Try this: http://www.free-itebooks.com/php-mysql-free-itebooks/ and maybe you'll find ebook you're looking for -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] convert VARCHAR 10 to DATETIME

2003-03-19 Thread freaky deaky
thanks. this was the quickest way to accomplish the task strtotime(); also works. both are useful to know... - Original Message - From: "John W. Holmes" <[EMAIL PROTECTED]> Date: Wed, 19 Mar 2003 21:47:23 -0500 To: "'freaky deaky'" <[EMAIL PROTE

[PHP] convert VARCHAR 10 to DATETIME

2003-03-19 Thread freaky deaky
this question is not strictly php related, but i thought possibly someone on this list might have dealt with this type of problem before. i am exporting a database out of filemakerpro 5 as a comma delimited file, and importing the data into a mysql database most of the information transfer

[PHP] ok now my sessions are *not* timing out

2003-03-11 Thread freaky deaky
before my problem was that my sessions were being terminated spontaneously. it looks like i've managed to fix that problem - so far i haven't been randomly logged off my application. the problem is, according to my php.ini settings, my session should have been terminated after 2 hours, it's been

[PHP] sessions terminating randomly please help

2003-03-10 Thread freaky deaky
hi i am experiencing a major problem with sessions expiring randomly in some of my apps. i will log in and start clicking around and then i will eventually arrive at a page that tells me that i'm not logged in anymore. this happens apparently randomly. i have seen it on ie6, ie for mac, netsca

[PHP] AddType application/x-httpd-source .phps

2002-12-19 Thread Freaky
Hey there, I'm trying to get .phps served in full color but it doesn't seem to work.. I added AddType application/x-httpd-php-source .phps right under the line for the application/x-httpd-php .php and I know the server sees it because when I browse to myserver/myphpscript.phps netscape says receiv

[PHP] Fw: Formatting dates (from MySQL)

2002-12-14 Thread freaky
Hey there, I was just looking at the date/time functions (http://www.php.net/manual/en/function.time.php) and I can't seem to find a function that can format a date that is supplied in the format of a DATETIME column. So, I was wondering, is there a function that can format it properly or should