If register_globals is off
echo $_GET['sort'];
echo $_GET['var2'];
Greg
--
phpDocumentor
http://www.phpdoc.org
Ashley M. Kirchner wrote:
Benny Pedersen wrote:
how do i get var from a url like this one
http://localhost/index.php?sort=name&var2=login
In index.php:
echo $sort;
echo $va
> Benny Pedersen wrote:
>
> >how do i get var from a url like this one
> >
> >http://localhost/index.php?sort=name&var2=login
> >
> >
>
> In index.php:
>
> echo $sort;
> echo $var2;
And if you're wondering why that doesn't work (if it doesn't), then try
echo $_GET['sort'];
echo $_G
Benny Pedersen wrote:
how do i get var from a url like this one
http://localhost/index.php?sort=name&var2=login
In index.php:
echo $sort;
echo $var2;
--
M | I haven't lost my mind; it's backed up on tape somewhere.
+---
http://www.inicrm.com
Offered as an ASP (my company produces it, so... shameless plug)
Marco
On Sun, 2002-12-01 at 10:59, Thomas Seifert wrote:
> Hi folks,
>
> I already searched through the web but couldn't find any which provide the features
>I want.
>
> What I would want to see in such a
> So the question is, does anyone know any good
> troubleticket/helpdesk-systems written in PHP?
>
>
> Thanks,
>
> Thomas
This would seem to fit the bill:
(I've used it and can recommend it)
http://helpdesk.oneorzero.com/
HTH
Tony
--
PHP General Mailing List (http://www.php.net/)
To
5 matches
Mail list logo