Re: [PHP] Re: Anyone Up?

2002-02-01 Thread hugh danaher
PROTECTED] Sent: Thursday, January 31, 2002 11:50 PM Subject: [PHP] Re: Anyone Up? Jtjohnston [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Luke is that 6:47 pm tomorrow? :) You lost an entire day! Enough Oz Jokes. Here is my predicament i

RE: [PHP] Re: Anyone Up?

2002-02-01 Thread Niklas Lampén
PROTECTED] Sent: Thursday, January 31, 2002 11:50 PM Subject: [PHP] Re: Anyone Up? Jtjohnston [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Luke is that 6:47 pm tomorrow? :) You lost an entire day! Enough Oz Jokes. Here is my predicament i

Re: [PHP] Re: Anyone Up?

2002-02-01 Thread Brian Clark
* hugh danaher ([EMAIL PROTECTED]) [Feb 01. 2002 03:48]: I think you'll need something like this: VALUE=\'Your Name1\' / /single quote marks I believe (and I certainly could be wrong). otherwise it'll truncate at 'Your' of course, if this is what you want... (Not trying to pick on

Re: [PHP] Re: Anyone Up?

2002-02-01 Thread hugh danaher
and is looking at Name # as the next instruction, which it isn't. My two cents for the evening. Hugh - Original Message - From: Brian Clark [EMAIL PROTECTED] To: PHP is not a drug. [EMAIL PROTECTED] Sent: Friday, February 01, 2002 12:54 AM Subject: Re: [PHP] Re: Anyone Up? * hugh danaher

Re: [PHP] Re: Anyone Up?

2002-02-01 Thread Brian Clark
* hugh danaher ([EMAIL PROTECTED]) [Feb 01. 2002 04:21]: Not familiar with anything but php and html. XHTML isn't too different. There are different `rules' -- like tags and attributes must be lower case, values must be surrounded by double quotes, tags without closing tags: br /, img

RE: [PHP] Re: Anyone Up?

2002-02-01 Thread Niklas Lampén
Message- From: hugh danaher [mailto:[EMAIL PROTECTED]] Sent: 1. helmikuuta 2002 11:21 To: Php-General Subject: Re: [PHP] Re: Anyone Up? Not familiar with anything but php and html. I know that in a type=text (obviously not a checkbox) if you don't use the escape backslashes, the value

Re: [PHP] Re: Anyone Up?

2002-02-01 Thread Lars Torben Wilson
- Original Message - From: Brian Clark [EMAIL PROTECTED] To: PHP is not a drug. [EMAIL PROTECTED] Sent: Friday, February 01, 2002 12:54 AM Subject: Re: [PHP] Re: Anyone Up? * hugh danaher ([EMAIL PROTECTED]) [Feb 01. 2002 03:48]: I think you'll need something like

Re: [PHP] Re: Anyone Up?

2002-02-01 Thread Lars Torben Wilson
On Fri, 2002-02-01 at 01:33, Brian Clark wrote: * hugh danaher ([EMAIL PROTECTED]) [Feb 01. 2002 04:21]: Not familiar with anything but php and html. XHTML isn't too different. There are different `rules' -- like tags and attributes must be lower case, values must be surrounded by

Re: [PHP] Re: Anyone Up?

2002-02-01 Thread Brian Clark
* Lars Torben Wilson ([EMAIL PROTECTED]) [Feb 01. 2002 05:07]: On Fri, 2002-02-01 at 01:33, Brian Clark wrote: XHTML isn't too different. There are different `rules' -- like tags and attributes must be lower case, values must be surrounded by double quotes, tags without closing tags: br

Re: [PHP] Re: Anyone Up?

2002-02-01 Thread Erik Price
On Friday, February 1, 2002, at 05:07 AM, Lars Torben Wilson wrote: Everything is correct 'cept the 'double quotes' bit--XML accepts attribute values enclosed in either single or double quotes. Yes, and to extend on that: you need to stick to one convention or the other throughout the

Re: [PHP] Re: Anyone Up?

2002-02-01 Thread Lars Torben Wilson
On Fri, 2002-02-01 at 10:48, Erik Price wrote: On Friday, February 1, 2002, at 05:07 AM, Lars Torben Wilson wrote: Everything is correct 'cept the 'double quotes' bit--XML accepts attribute values enclosed in either single or double quotes. Yes, and to extend on that: you need to

Re: [PHP] Re: Anyone Up?

2002-02-01 Thread Erik Price
On Friday, February 1, 2002, at 03:05 PM, Lars Torben Wilson wrote: Everything is correct 'cept the 'double quotes' bit--XML accepts attribute values enclosed in either single or double quotes. Yes, and to extend on that: you need to stick to one convention or the other throughout the

Re: [PHP] Re: Anyone Up?

2002-02-01 Thread Lars Torben Wilson
On Fri, 2002-02-01 at 13:54, Erik Price wrote: Hm... I don't know why I thought otherwise. I checked with the spec (http://www.w3.org/TR/xhtml1/#h-4.4), and it really doesn't say yes or no to this. But I'm sure you're right, since some attributes contain quoted content, which is why you

[PHP] Re: Anyone Up?

2002-01-31 Thread Luke Welling
Jtjohnston wrote: Anyone Awake? Up? It is 6:17 pm. I would have trouble sleeping at this time of day :) I'm using 12 checkboxes INPUT TYPE=checkbox NAME=Check1 VALUE=Your Name dynamically generated by mysql. Each has an id as primary index so I do this: INPUT TYPE=\checkbox\

[PHP] Re: Anyone Up?

2002-01-31 Thread jtjohnston
Luke is that 6:47 pm tomorrow? :) You lost an entire day! Enough Oz Jokes. Here is my predicament in Canada :-) $varname = Check.$i; $varname = Check1 but I want $varname = Your Name1 to Your Name12. One more try? :) INPUT TYPE=checkbox NAME=Check1 VALUE=Your Name1 INPUT TYPE=checkbox

[PHP] Re: Anyone Up?

2002-01-31 Thread Luke Welling
Jtjohnston [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Luke is that 6:47 pm tomorrow? :) You lost an entire day! Enough Oz Jokes. Here is my predicament in Canada :-) $varname = Check.$i; $varname = Check1 but I want $varname = Your Name1 to Your Name12.