[PHP] Blah I'm Stupid

2001-03-27 Thread chris herring
I got a question here. How would you go about calling variables from a form. I'm sure this is super-easy, but I'm a newbie. Any help would be greatly appreciated.

RE: [PHP] Blah I'm Stupid

2001-03-27 Thread Peter Houchin
The input type name is the variable so say you have your variable = $foo Peter -Original Message- From: chris herring [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 28, 2001 2:15 PM To: [EMAIL PROTECTED] Subject: [PHP] Blah I'm Stupid I got a question here

Re: [PHP] Blah I'm Stupid

2001-03-27 Thread David Robley
On Wed, 28 Mar 2001 13:44, chris herring wrote: > > I got a question here. How would you go about calling variables from a > form. I'm sure this is super-easy, but I'm a newbie. Any help would be > greatly appreciated. Just prefix the form object names with $ Say you have a text box set up like

Re: [PHP] Blah I'm Stupid

2001-03-27 Thread chris herring
how would you go about writing that data do a text file then? - Original Message - From: "David Robley" <[EMAIL PROTECTED]> To: "chris herring" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, March 27, 2001 10:19 PM Subject: Re: [PHP] Blah I&

Re: [PHP] Blah I'm Stupid

2001-03-27 Thread David Robley
On Wed, 28 Mar 2001 14:31, chris herring wrote: > - Original Message - > From: "David Robley" <[EMAIL PROTECTED]> > To: "chris herring" <[EMAIL PROTECTED]>; > <[EMAIL PROTECTED]> > Sent: Tuesday, March 27, 2001 10:19 PM > Subject: R

Re: [PHP] Blah I'm Stupid

2001-03-27 Thread chris herring
lose things. - Original Message - From: "David Robley" <[EMAIL PROTECTED]> To: "chris herring" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, March 27, 2001 11:06 PM Subject: Re: [PHP] Blah I'm Stupid > On Wed, 28 Mar 2001 14:31, c

RE: [PHP] Blah I'm Stupid

2001-03-27 Thread Tim Ward
quot;; Tim Ward Senior Systems Engineer Please refer to the following disclaimer in respect of this message: http://www.stivesdirect.com/e-mail-disclaimer.html > -Original Message- > From: chris herring [mailto:[EMAIL PROTECTED]] > Sent: 28 March 2001 06:17 &

Re: [PHP] Blah I'm Stupid

2001-03-28 Thread Christian Reiniger
On Wednesday 28 March 2001 07:17, you wrote: > ok here's the script i have, and i keep getting errors > > $fp = fopen("file.txt", "w"); > $fp = fputs("file.txt", "$text", "r+"); > $fp = fclose("file.txt"); re-read the documentation of these functions. -- Christian Reiniger LGDC Webmaster (htt