Re: [PHP] How do you do the ? mark after a filename

2006-11-13 Thread Norbert Ehart
Thomas Bonham schrieb: I keep seeing the ? mark after many file names index.php?id=234. So what I would like to know is how do you make them. I have heard that they can make a programs life sampler when doing somethings with a database. in my scripts, i do it with the switch-syntax === snip

Re: [PHP] How do you do the ? mark after a filename

2006-11-13 Thread Ivo F.A.C. Fokkema
On Sun, 12 Nov 2006 22:02:51 -0700, Thomas Bonham wrote: > Thank you for that, it was a big help. > > Can I also call function that way? > > Again thank you for your help. > > Thomas Do you mean: /index.php?action=search -- PHP General Mailing List (http://www.php.net/) To unsubscribe, vi

Re: [PHP] How do you do the ? mark after a filename

2006-11-12 Thread J R
using "click me in your php you can get its value by use of the $_GET variable. hth, john On 11/13/06, Thomas Bonham <[EMAIL PROTECTED]> wrote: Thank you for that, it was a big help. Can I also call function that way? Again thank you for your help. Thomas Tom Chubb wrote: > On 12/11/06, T

Re: [PHP] How do you do the ? mark after a filename

2006-11-12 Thread Thomas Bonham
Thank you for that, it was a big help. Can I also call function that way? Again thank you for your help. Thomas Tom Chubb wrote: On 12/11/06, Thomas Bonham <[EMAIL PROTECTED]> wrote: Hi All, I keep seeing the ? mark after many file names index.php?id=234. So what I would like to know is ho

Re: [PHP] How do you do the ? mark after a filename

2006-11-11 Thread John Meyer
the ? is a delimiter between the url and the get variables, which are set by the script itself, either through forms or by scripts. Thomas Bonham wrote: > Hi All, > > I keep seeing the ? mark after many file names index.php?id=234. > > So what I would like to know is how do you make them. I have

[PHP] How do you do the ? mark after a filename

2006-11-11 Thread Thomas Bonham
Hi All, I keep seeing the ? mark after many file names index.php?id=234. So what I would like to know is how do you make them. I have heard that they can make a programs life sampler when doing somethings with a database. Thank you, Thomas -- PHP General Mailing List (http://www.php.net/) T