Re: [PHP] url query problem

2005-11-14 Thread Richard Lynch
On Fri, November 11, 2005 9:12 pm, Imroz wrote: > Hi PHP Gurus > Am new to the php world, I need help to do something. PlZz help > > I have this link HYPERLINK > "http://www.taximauritius.mu/link1.php"http://www.taximauritius.mu/link1 > ..php. > > What I want to do : > > When clicking on the li

Re: [PHP] url query problem

2005-11-11 Thread Minuk Choi
You've tried accessing $_GET in reservation.php? Like $_GET['client'] would return "apartment1" in reservation.php if you clicked on http://www.taximauritius.mu/reservation.php?client=apartment1 -Minuk Imroz wrote: Hi PHP Gurus Am new to the php world, I need help to do something. PlZzz

[PHP] url query problem

2005-11-11 Thread Imroz
Hi PHP Gurus Am new to the php world, I need help to do something. PlZz help   I have this link http://www.taximauritius.mu/link1.php.   What I want to do :   When clicking on the link above, that would bring me to a page http://www.taximauritius.mu/reservation.php?client=apartm