Re: [PHP] quick question

2002-01-10 Thread Erik Price
I thought that $_GET[] and $_POST[] could be used in place of regular variables... that is, $sql = "SELECT * FROM tablename WHERE tablename.column=$_GET['criteria_integer']"; but unfortunately, this isn't working. It resulted in the following error message in the browser: Parse error: parse

Re: [PHP] quick question

2002-01-10 Thread Erik Price
I thought that $_GET[] and $_POST[] could be used in place of regular variables... that is, $sql = "SELECT * FROM tablename WHERE tablename.column=$_GET['criteria_integer']"; but unfortunately, this isn't working. On Thursday, January 10, 2002, at 08:18 AM, Ford, Mike [LSS] wrote: >> -

RE: [PHP] quick question

2002-01-10 Thread Ford, Mike [LSS]
> -Original Message- > From: Erik Price [mailto:[EMAIL PROTECTED]] > Sent: 09 January 2002 19:22 > > I'm trying to write my code in accordance with the PHP 4.1.0 security > advisory -- that is, I want to use the $_GET and $_POST arrays when > grabbing variables passed with GET and POST

RE: [PHP] Quick Question about Variables --- NEVERMIND

2001-12-12 Thread Matthew Walkup
Hah, I saw parse error and assumed it was because i was trying to use a function that didnt exist. Little did I know I mistyped something. It works now, sorry for the inconvience. Thanks, Matt -Original Message- From: Matthew Walkup [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December

Re: [PHP] quick question.

2001-09-26 Thread Joel Ricker
: I was just wondering if I could call some functions out side of the class : I'm making? The reason why I want to do this is so that I don't have to : rewrite the functions as methods in the class and I don't want to get too : far into what I'm doing before I find out it doesn't work. Sure you

Re: [PHP] quick question: frames OT

2001-05-09 Thread Adaran (Marc E. Brinkmann)
Hi Romulo Roberto Pereira, Wednesday, May 09, 2001, 7:11:38 AM, you wrote: Romulo> Hello! Romulo> Just a quick ot question: Romulo> From a php script I open a frameset this divides the browser window in two Romulo> rows. How do I do to get rid of the frameset without closing the window? try a li

Re: [PHP] quick question on the passed variables between scripts

2001-01-18 Thread Ignacio Vazquez-Abrams
On Thu, 18 Jan 2001, Romulo Roberto Pereira wrote: > Hello! > > I have one script that has a bunch of checkboxes in a form, all them with > different names. As you know the only submit the ones that are > checked. I would like to know witch ones the user checked (they will come in > the path as

<    1   2