Re: [PHP] How to escape from a function?

2001-01-17 Thread Zenith
Thanks very much.^^ ""Zenith"" [EMAIL PROTECTED] ¼¶¼g©ó¶l¥ó 942grb$ted$[EMAIL PROTECTED]">news:942grb$ted$[EMAIL PROTECTED]... ... may be I have use a wrong subject, but I can't think a more suitable one sorry first! say, I have a function like this function foo() { babababa... /*at

[PHP] How to escape from a function?

2001-01-16 Thread Zenith
... may be I have use a wrong subject, but I can't think a more suitable one sorry first! say, I have a function like this function foo() { babababa... /*at this point, I want to output a lot of html, can I use a ':' to escape from there?*/ /*I know I can do this is a if construct or for...

Re: [PHP] How to escape from a function?

2001-01-16 Thread Chris Hayes
say, I have a function like this function foo() { babababa...; /*at this point, I want to output a lot of html, can I use a ':' to escape from there?*/ echo 'html'; echo 'titlechris is great/title'; return; // would just stop the function OR if you want to call the

Re: [PHP] How to escape from a function?

2001-01-16 Thread Ignacio Vazquez-Abrams
On Wed, 17 Jan 2001, Zenith wrote: ... may be I have use a wrong subject, but I can't think a more suitable one sorry first! say, I have a function like this function foo() { babababa... /*at this point, I want to output a lot of html, can I use a ':' to escape from there?*/ /*I know I