Re: [PHP] Mail() function problem

2002-09-11 Thread Alva Chew
Hi, does that mean I can do nothing about it? Alva Pekka Saarinen [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... At 9/10/2002, you wrote: Hi Everyone, I did a simple test with this script: ?php mail([EMAIL PROTECTED], test, this is a test mail); echo

[PHP] Mail() function problem

2002-09-10 Thread Alva Chew
? Thanks and regards. -- Alva Chew Stridec Systems mobile: +65 9144-8023 email: [EMAIL PROTECTED] website: www.stridec.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Open a new window by code

2002-08-25 Thread Alva Chew
Hi, Does anyone know how can i open a new browser window by PHP code? Thanks and regards. Alva Chew -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] SMS with php

2001-09-16 Thread Alva Chew
Hi, Does anyone know how to send a sms message to a handphone using PHP? Thanks and regards, Alva Chew -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail

[PHP] Pricing Advice Needed

2001-06-28 Thread Alva Chew
on the average, how much should I be charging per man hour, or per line of code? Sincere thanks and regards, Alva Chew, Singapore -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

Re: [PHP] Pricing Advice Needed

2001-06-28 Thread Alva Chew
can save lots of research and learning time. therefore you have to estimate how much does your hour cost and how much are you able to do. you can start by $20/hour... Alva Chew [EMAIL PROTECTED] wrote in message 9hejcu$3n6$[EMAIL PROTECTED]">news:9hejcu$3n6$[EMAIL PROTECTED].

Re: [PHP] Line Breaks in textarea

2001-06-28 Thread Alva Chew
try the function nl2br($value) regards, Alva Chew Nathan Cook [EMAIL PROTECTED] wrote in message 00cf01c0ff3d$72992160$[EMAIL PROTECTED]">news:00cf01c0ff3d$72992160$[EMAIL PROTECTED]... Hello- I am selecting a value from a blob field in a mysql db. The value looks like this: Tes

Re: [PHP] Convert

2001-06-28 Thread Alva Chew
use implode(separator, $array). the separator joins the array together. For example, if you got 'cat', 'run', 'dog' in the array using implode(-, $array) will give you: cat-run-dog. Got it? regards, Alva Chew [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED