[PHP] config.ini question

2003-02-08 Thread RoyW
Virtual Directory Support is set to "disabled" where in the config file do I set this to "enabled"? Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Carriage Returns in Text Fields

2002-09-03 Thread RoyW
I have a script which takes a memo field and stuffs it into a "mediumtext" column of a MySQL table. When I spit out the contents of the field, the carriage returns are no longer there... how do I maintain the integrity of the paragraphs in text fields? Thanks -- PHP General Mailing List (ht

[PHP] Distance Script Available?

2002-10-04 Thread RoyW
There has to be somewhere you can pick up a script or function that will calculate distance? :-) Roy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Newbie Date question

2002-07-14 Thread RoyW
If: $today = date("Y-m-d"); Then how to I get: $yesterday = ? Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Remove carriage returns

2001-12-07 Thread RoyW
I have a "memo" type field in a form and I am looking for the PHP command to strip the carriage returns from the field before inserting into a database. ??? Thx! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMA

[PHP] GoTo URL Function?

2001-08-20 Thread RoyW
Hi, I am sure there is an easy way to do this... But when my script is done doing whatever I want it to do - RATHER than print text and all to a page, I want the browser (within the same window) to go to a specific URL Can this be done - let's say for example to: http://www.yahoo.com Thanks!