Re: [PHP] php trouble

2003-03-08 Thread Ashley M. Kirchner
Benny Pedersen wrote: how do i get var from a url like this one http://localhost/index.php?sort=namevar2=login In index.php: echo $sort; echo $var2; -- M | I haven't lost my mind; it's backed up on tape somewhere.

RE: [PHP] php trouble

2003-03-08 Thread John W. Holmes
Benny Pedersen wrote: how do i get var from a url like this one http://localhost/index.php?sort=namevar2=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 $_GET['var2']; and

Re: [PHP] php trouble

2003-03-08 Thread Greg Beaver
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=namevar2=login In index.php: echo $sort; echo

RE: [PHP] PHP Trouble-Ticket-Systems?

2002-12-01 Thread Tony Crockford
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

Re: [PHP] PHP Trouble-Ticket-Systems?

2002-12-01 Thread Marco Tabini
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