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
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?
>
> 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
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
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
5 matches
Mail list logo