Re: [PHP] forms problem

2009-06-04 Thread PJ
Shawn McKenzie wrote: > PJ wrote: > >> AngeloZanetti wrote: >> >>> Shawn McKenzie wrote: >>> >>> PJ wrote: > PROBLEM 1 solved: errant s removed; strange that they were > inhibiting entry of data into form field? > > PROBLEM 2 not resolved: but

Re: [PHP] forms problem

2009-06-04 Thread PJ
Andrew Ballard wrote: > On Wed, Jun 3, 2009 at 7:13 PM, PJ wrote: > >> Tom Chubb wrote: >> >>> 2009/6/3 PJ : >>> >>> The code: ...snip           accès client >>> name="title" value="" size="10" />       mot de passe >>> va

Re: [PHP] forms problem

2009-06-03 Thread Andrew Ballard
On Wed, Jun 3, 2009 at 7:13 PM, PJ wrote: > Tom Chubb wrote: >> 2009/6/3 PJ : >> >>> The code: >>> ...snip >>> >>>         >>>            accès client >> name="title" value="" size="10" /> >>>            mot de passe >>>            >> value="      entrez     " /> >>>             Inscription >>>

Re: [PHP] forms problem

2009-06-03 Thread Shawn McKenzie
PJ wrote: > AngeloZanetti wrote: >> Shawn McKenzie wrote: >> >>> PJ wrote: >>> PROBLEM 1 solved: errant s removed; strange that they were inhibiting entry of data into form field? PROBLEM 2 not resolved: but the form was off the page and clipped in upper right hand corn

Re: [PHP] forms problem

2009-06-03 Thread PJ
AngeloZanetti wrote: > > Shawn McKenzie wrote: > >> PJ wrote: >> >>> PROBLEM 1 solved: errant s removed; strange that they were >>> inhibiting entry of data into form field? >>> >>> PROBLEM 2 not resolved: but the form was off the page and clipped in >>> upper right hand corner. What can be

Re: [PHP] forms problem

2009-06-03 Thread PJ
Tom Chubb wrote: > 2009/6/3 PJ : > >> The code: >> ...snip >> >> >>accès client > name="title" value="" size="10" /> >>mot de passe >>> value=" entrez " /> >> Inscription >> >>> snip... >> >> PROBLEM 1: On Firefox3,

Re: [PHP] forms problem

2009-06-03 Thread AngeloZanetti
Shawn McKenzie wrote: > > PJ wrote: >> PROBLEM 1 solved: errant s removed; strange that they were >> inhibiting entry of data into form field? >> >> PROBLEM 2 not resolved: but the form was off the page and clipped in >> upper right hand corner. What can be done to get it to show correctly? >>

Re: [PHP] forms problem

2009-06-03 Thread Tom Chubb
2009/6/3 PJ : > The code: > ...snip > >         >            accès client name="title" value="" size="10" /> >            mot de passe >             value="      entrez     " /> >             Inscription >         >     snip... > > PROBLEM 1: On Firefox3, the first input (accès client) does not

[PHP] forms problem

2009-06-03 Thread PJ
PROBLEM 1 solved: errant s removed; strange that they were inhibiting entry of data into form field? PROBLEM 2 not resolved: but the form was off the page and clipped in upper right hand corner. What can be done to get it to show correctly? -- Hervé Kempf: "Pour sauver la planète, sortez du capi

Re: [PHP] forms problem

2009-06-03 Thread Bastien Koert
On Wed, Jun 3, 2009 at 11:55 AM, PJ wrote: > The code: > ...snip > >         >            accès client name="title" value="" size="10" /> >            mot de passe >             value="      entrez     " /> >             Inscription >         >     snip... > > PROBLEM 1: On Firefox3, the first

[PHP] forms problem

2009-06-03 Thread PJ
The code: ...snip accès client mot de passe Inscription http://www.ptahhotep.com http://www.chiccantine.com/andypantry.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/un

Re: [PHP] Forms problem?

2002-07-17 Thread Jason Wong
On Wednesday 17 July 2002 19:17, Mark Colvin wrote: Misleading subject. Nothing to do with php or forms. [snip] > mention that when I load this page, I get an IE error 'unterminated string > constant' but the page does load correctly. Obviously there is a problem. What does 'load correctly' m

[PHP] Forms problem?

2002-07-17 Thread Mark Colvin
I have a php script that queries a mysql db and build a form on a page for each row returned. Each form has four fields and a thumbnail of a JPEG. Below the image is a link to view the full image in a new window by using a javascript function. (No javascript jibes before I go any further, it was