RE: [PHP] Functions

2001-01-10 Thread Emil Rasmussen
Hi not the () after the function name > > function ShowMessage() { > echo "Show message...\n"; > } > > How can I call the function now? > echo ShowMessage(); :: Emil --- Emil Rasmussen http://www.noget.net -- PHP General Mailing List (http://www.p

RE: [PHP] Functions

2001-01-10 Thread Emil Rasmussen
That should bee notice and not "not"! Ups :-) > > Hi > > not the () after the function name > > > > > function ShowMessage() { > > echo "Show message...\n"; > > } > > > > How can I call the function now? >

RE: [PHP] What does "url_rewriter.tags" do?

2001-04-16 Thread Emil Rasmussen
> Subject: [PHP] What does "url_rewriter.tags" do? > What does it do? url_rewriter.tags is a list of HTML elements that will get the PHPSESSID added to them. Its all about sessions: http://www.php.net/manual/en/ref.session.php. Emil -- Emil Rasmussen http://www.noget.net

Re: [PHP] A compress function?

2002-01-04 Thread Emil Rasmussen
s($stString); } echo str_compress('dsfsd fdf sdf sdfd sf sf sdf sf s fdsf sdfsdf sfsfsd sfs sf '); -- Regards Emil ps. I admit that I dont know if there is a built in function. -- Emil Rasmussen http://noget.net -- PHP Genera

Re: [PHP] $GLOBALS

2001-11-13 Thread Emil Rasmussen
unction.print-r.php > What are the parameters ["HTTP_GET_VARS"]["ref"]? ["HTTP_GET_VARS"] is also an array, and it contains alle the variables from the querystring. And ['ref'] is a querystring variable. /Emil -- Emil Rasmussen http://noget.net -- PHP Gene