RE: [PHP] passing variables to scripts

2002-04-28 Thread John Holmes
Try $_GET["entry_id"] or $HTTP_GET_VARS["entry_id"], depending on your version of PHP. ---John Holmes... > -Original Message- > From: Mark Gallagher [mailto:[EMAIL PROTECTED]] > Sent: Sunday, April 28, 2002 4:04 AM > To: [EMAIL PROTECTED] > Subject:

[PHP] passing variables to scripts

2002-04-28 Thread Mark Gallagher
(yes, newbie - but I *have* tried everything I know, I swear) I'm trying to write a "comments" system for my site (because I think I can). Basically, the script receives the ID of a particular entry (the site is a blog) via "?entry_id=". It checks to see if there's a corresponding text file