RE: [PHP] Real Simple, but i'm new!!

2001-12-31 Thread Robert V. Zwink
nk.net/daid.php -Original Message- From: scott [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 29, 2001 10:48 PM To: Php-General Subject: RE: [PHP] Real Simple, but i'm new!! well, if your URL is index.php?links if (!empty($links)) is similar to what you'd want to use. > -

RE: [PHP] Real Simple, but i'm new!!

2001-12-29 Thread scott
well, if your URL is index.php?links if (!empty($links)) is similar to what you'd want to use. > -Original Message- > From: Brian Clark [mailto:[EMAIL PROTECTED]] > Sent: Saturday, December 29, 2001 9:44 PM > To: PHP is not a drug. > Subject: Re: [PHP] Real

Re: [PHP] Real Simple, but i'm new!!

2001-12-29 Thread Brian Clark
* FiShcAkE ([EMAIL PROTECTED]) [Dec 29. 2001 13:07]: > Hey, Howdydo > I've just started learning php and I need to know this... What are the > commands I use to get i.e. index.php?links and index.php?newsto > work? You can use QUERY_STRING, but you could also use action=news, action=l

[PHP] Real Simple, but i'm new!!

2001-12-29 Thread FiShcAkE
Hey, I've just started learning php and I need to know this... What are the commands I use to get i.e. index.php?links and index.php?newsto work? I have a site, with the menu down one side, and I need to have the index.php?news link to a "news.php" page, etc. etc. I hope this makes sen