Re: [PHP-WIN] . becomes _ when submitting page

2002-09-09 Thread Kjell Hansen
t; > > Ignatius Reilly wrote: > > > > > > > > > Your naming conflicts with javascript. Remember what dots are used > for > > in > > > > > js. > > > > > > > > > > Avoid using other characters than alphanum and underscor

Re: [PHP-WIN] . becomes _ when submitting page

2002-09-09 Thread Scott Carr
> reason you should need to use any other character. > > > > > > > > I am not quite even sure that it is valid HTML to use dots in > attributes > > > > values. > > > > > > > > HTH > > > > > > > > Ign

Re: [PHP-WIN] . becomes _ when submitting page

2002-09-09 Thread Kjell Hansen
]> Sent: Monday, September 09, 2002 9:59 PM Subject: RE: [PHP-WIN] . becomes _ when submitting page > If we are talking about a simple post, I don't see the issue. In the > following code (as gobots.php), I can type in period characters all day long > and it always returns just

Re: [PHP-WIN] . becomes _ when submitting page

2002-09-09 Thread Kjell Hansen
id using other characters than alphanum and underscore. There is no > > > reason you should need to use any other character. > > > > > > I am not quite even sure that it is valid HTML to use dots in attributes > > > values. > > > > > > HTH > > > > > > Ignatius &

RE: [PHP-WIN] . becomes _ when submitting page

2002-09-09 Thread David Hollister
age- From: Scott Carr [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 1:39 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] . becomes _ when submitting page You can still do so. Just reverse the string. Replace the first occurance of "_" with ".". Re-reverse the

Re: [PHP-WIN] . becomes _ when submitting page

2002-09-09 Thread Scott Carr
haracter. > > > > I am not quite even sure that it is valid HTML to use dots in attributes > > values. > > > > HTH > > > > Ignatius > > > > ____________ > > - Original Message - > > From: "Kjell Hansen" &l

Re: [PHP-WIN] . becomes _ when submitting page

2002-09-09 Thread Kjell Hansen
in attributes > values. > > HTH > > Ignatius > > > - Original Message - > From: "Kjell Hansen" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, September 08, 2002 7:12 PM > Subject: [PHP-WIN] . becomes _ when submitting page

Re: [PHP-WIN] . becomes _ when submitting page

2002-09-09 Thread Brian 'Bex' Huff
ssage - > From: "Kjell Hansen" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, September 08, 2002 7:12 PM > Subject: [PHP-WIN] . becomes _ when submitting page > > > >> Hi, >> In my HTML page I have a textarea called &qu

Re: [PHP-WIN] . becomes _ when submitting page

2002-09-08 Thread Ignatius Reilly
- Original Message - From: "Kjell Hansen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 08, 2002 7:12 PM Subject: [PHP-WIN] . becomes _ when submitting page > Hi, > In my HTML page I have a t

[PHP-WIN] . becomes _ when submitting page

2002-09-08 Thread Kjell Hansen
Hi, In my HTML page I have a textarea called "filename.ext" when I submit the page I get "filename_ext" in my $_POST array. Anyone know why?!??!? TIA Kjell -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php