[PHP] Text data truncated after first blank character in form fields

2003-02-17 Thread Michael Eacott
When I have the following in a form: > the value shown in the form field is a and not a b c why? and how can I get to see the untrucated text, please? Mike -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Recursion????? A message for Alex Davis

2003-02-15 Thread Michael Eacott
Alex Like you I have php scripts that validate the contents of registration and other forms. I'm new to php and do not have a clue about client side (java) scripting. Yes and the GO BACK AND TRY AGAIN process is what my php scripts do. All very messy. I'll have to learn javascript but currentl

[PHP] Help with POSTing variable array names from a PHP script please.

2003-02-15 Thread Michael Eacott
I'm attempting to "print" to the client's browser a list of book titles found in a MYSqL table, each with a checkbox on its "printed" line so that the client can click on the checkboxes to retrieve selected books. The php script below is included after verification of the fields in an HTML form