Re: [PHP] Not Displaying From Vars??

2002-09-30 Thread Paonarong Buachaiyo
;sun_edu" size="4" maxlength="3"> > > size="2" face="Arial, Helvetica, sans-serif"> >class="hours" id="sun_per2" size="4" maxlength="

RE: [PHP] Not Displaying From Vars??

2002-09-29 Thread John W. Holmes
Does just a simple form work? ---John Holmes... > -Original Message- > From: Stephen Craton [mailto:[EMAIL PROTECTED]] > Sent: Sunday, September 29, 2002 3:19 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: [PHP] Not Displaying From Vars?? > > H

Re: [PHP] Not Displaying From Vars??

2002-09-29 Thread debbie_dyer
e to error and in my opinion anything that makes it easy to write bad code cannot be good. Debbie - Original Message - From: "Chris Shiflett" <[EMAIL PROTECTED]> To: "debbie_dyer" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, September 29, 200

Re: [PHP] Not Displaying From Vars??

2002-09-29 Thread Chris Shiflett
Your description of register_globals is good, except that the "security risk" is a matter of opinion. I would argue that register_globals only presents a security risk to inexperienced developers. The client can submit any data to your application regardless of any configuration (and even rega

Re: [PHP] Not Displaying From Vars??

2002-09-29 Thread debbie_dyer
Wheres the form tag? - Original Message - From: "Stephen Craton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, September 29, 2002 8:19 PM Subject: RE: [PHP] Not Displaying From Vars?? > Here's the part that's

RE: [PHP] Not Displaying From Vars??

2002-09-29 Thread Stephen Craton
Hope that helps! Thanks, Stephen http://www.melchior.us http://php.melchior.us :: -Original Message- :: From: John W. Holmes [mailto:[EMAIL PROTECTED]] :: Sent: Sunday, September 29, 2002 1:33 PM :: To: 'Stephen Craton'; [EMAIL PROTECTED] :: Subject: RE:

Re: [PHP] Not Displaying From Vars??

2002-09-29 Thread debbie_dyer
data) and use the superglobals $_POST, $_GET, etc to access your data instead. - Original Message - From: "Stephen Craton" <[EMAIL PROTECTED]> To: "'debbie_dyer'" <[EMAIL PROTECTED]> Sent: Sunday, September 29, 2002 7:29 PM Subject: RE: [PHP] Not Disp

RE: [PHP] Not Displaying From Vars??

2002-09-29 Thread John W. Holmes
Post your code... > -Original Message- > From: Stephen Craton [mailto:[EMAIL PROTECTED]] > Sent: Sunday, September 29, 2002 2:11 PM > To: [EMAIL PROTECTED] > Subject: RE: [PHP] Not Displaying From Vars?? > > I just tried it and it doesn't work either. >

Re: [PHP] Not Displaying From Vars??

2002-09-29 Thread debbie_dyer
magic_quotes_gpc is off) - Original Message - From: "Stephen Craton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 29, 2002 7:00 PM Subject: [PHP] Not Displaying From Vars?? > I bet you're getting sick of hearing from me but yet again, I'm havin

RE: [PHP] Not Displaying From Vars??

2002-09-29 Thread Stephen Craton
: ---John Holmes... :: :: > -Original Message- :: > From: Stephen Craton [mailto:[EMAIL PROTECTED]] :: > Sent: Sunday, September 29, 2002 2:01 PM :: > To: [EMAIL PROTECTED] :: > Subject: [PHP] Not Displaying From Vars?? :: > :: > I bet you're getting sick of hearing from me b

RE: [PHP] Not Displaying From Vars??

2002-09-29 Thread John W. Holmes
[mailto:[EMAIL PROTECTED]] > Sent: Sunday, September 29, 2002 2:01 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Not Displaying From Vars?? > > I bet you're getting sick of hearing from me but yet again, I'm having > trouble. I have a form that you type in a number for how

[PHP] Not Displaying From Vars??

2002-09-29 Thread Stephen Craton
I bet you're getting sick of hearing from me but yet again, I'm having trouble. I have a form that you type in a number for how many hours an employee has worked. When they submit the form, it's supposed to display, again, what they typed in and record them to a database to be used for a later use