[PHP] php help needed, is there a bright spark out there!

2002-02-06 Thread hamish
' cannot access any locations.   I live in hope! Hamish warehouse layout.xls Description: MS-Excel spreadsheet -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] date format

2002-04-22 Thread hamish
Hello All, I have a variable in the following date format: April 11, 2002, 1:53 pm and want to get it to the following format: -mm-dd what's the best way? hamish -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] good php hosting environments

2002-04-26 Thread hamish
e any suggested companies, or companies that they've had good experiences using? cheers Hamish -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Need some help on security with php and mysql

2002-03-28 Thread hamish
: 'jeffrey@localhost' (Using password: YES) in /home/httpd/htdocs/helpdesk/test.php What have I done wrong? cheers Hamish -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] mail tag

2002-04-03 Thread hamish
hello, I have coded a typical mail process for sending a mail from a form. It works fine except for anytime any one puts a ' or a " in the content of the mail, the tag places a \ infront of it. I have tried to stripslashes and the mail is being sent as html. Has any one got the answer? code b

[PHP] File extension for PHP's serialization format?

2006-10-26 Thread Hamish Lawson
the format: staff/engineering.json But what file extension should I use for PHP's serialization format? Obviously it can't be .php - aside from being inaccurate (it's not PHP code), using this extension would probably trigger the web server into trying to run a (nonexistent) PHP script

Re: [PHP] File extension for PHP's serialization format?

2006-10-26 Thread Hamish Lawson
er use an extension that was specific to the serialization format. Hamish -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] File extension for PHP's serialization format?

2006-10-27 Thread Hamish Lawson
neering.php would be inappropriate for the reasons I gave before. Hamish -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] File extension for PHP's serialization format?

2006-10-27 Thread Hamish Lawson
I'll plump for .pser. Hamish -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php