[PHP] PHP - hosting tips

2002-03-24 Thread Rudi Starcevic
Hi friends, Here at work we are gearing up to host PHP applications. Could anyone point me towards some tips on PHP hositng ? I'm interested in preparing my PHP server so that it is as secure as possible. Thanks Kind regards Rudi Starcevic. -- PHP General Mailing List (http://www.php.net

[PHP] Using 'print END'

2003-09-16 Thread Rudi Starcevic
Hi, When printing like this: print END Hello world END; Is it at all possible to use a function in the output ? For example: print END; strtolower(Hello World) END; So far I've been unable to make it function work. Many thanks Rudi. -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Using 'print END'

2003-09-16 Thread Rudi Starcevic
Hi, $my_string = strtolower(Hello World); print END $my_string END; Yeah that'll work fine for me. Thanks Rudi. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php