RE: [WSG] Comment mark

2007-12-09 Thread Kepler Gelotte
Hi Angus, The comment you use depends on the context. If you are in a PHP interpreted section, use /* ... */ (for a block comment), // or # (for commenting out the rest of a line). The syntax you are using works in (X)HTML and as John points out your syntax is incorrect. You also cannot have two

Re: [WSG] Comment mark

2007-12-09 Thread krugonN
Thanks, I didn't know that, I'm very knew to PHP :D Gonzalo González Mora On Dec 10, 2007 3:44 AM, Matthew Pennell <[EMAIL PROTECTED]> wrote: > On 12/10/07, krugonN <[EMAIL PROTECTED]> wrote: > > > > To comment a line in PHP code you should use // or you can comment a > > block using /* */ > > >

Re: [WSG] Comment mark

2007-12-09 Thread Matthew Pennell
On 12/10/07, krugonN <[EMAIL PROTECTED]> wrote: > > To comment a line in PHP code you should use // or you can comment a block > using /* */ > Or you can also use an octothorpe: # to comment out a single line in PHP. - Matthew ***

Re: [WSG] Comment mark

2007-12-09 Thread John Faulds
It should be: (no 2nd !). On Mon, 10 Dec 2007 15:40:52 +1000, Hayden's Harness Attachment <[EMAIL PROTECTED]> wrote:

Re: [WSG] Comment mark

2007-12-09 Thread krugonN
To comment a line in PHP code you should use // or you can comment a block using /* */ Gonzalo González Mora On Dec 10, 2007 2:40 AM, Hayden's Harness Attachment <[EMAIL PROTECTED]> wrote: > I would like to appologize if I am off topic. I am not sure who to ask. I > am using

[WSG] Comment mark

2007-12-09 Thread Hayden's Harness Attachment
I would like to appologize if I am off topic. I am not sure who to ask. I am using

Re: [WSG] Browser test: Construct

2007-12-09 Thread Philippe Wittenbergh
On Dec 10, 2007, at 3:36 AM, Christian Montoya wrote: To set FAYT to work automatically, add user_pref("accessibility.typeaheadfind.autostart", true); in your user.js (or use about:config). OK, I added "return false;" to the keybindings and successfully repressed FAYT in FF on WinVista, but I

Re: [WSG] Browser test: Construct

2007-12-09 Thread Christian Montoya
On Dec 9, 2007 3:21 AM, Philippe Wittenbergh <[EMAIL PROTECTED]> wrote: > > On Dec 9, 2007, at 4:37 PM, Christian Montoya wrote: > > > Is > > there any way at all to prevent the FAYT behavior? If I apply "return > > false," will that work? > > I don't know :-) Nobody ever managed to block FAYT, see

Re: [WSG] Browser test: Construct

2007-12-09 Thread Philippe Wittenbergh
On Dec 9, 2007, at 4:37 PM, Christian Montoya wrote: Is there any way at all to prevent the FAYT behavior? If I apply "return false," will that work? I don't know :-) Nobody ever managed to block FAYT, seen from here. To set FAYT to work automatically, add user_pref("accessibility.typeaheadf