Re: [PHP] hidden form field.

2001-02-13 Thread Kevin McCarthy
If you mean why would any script bother using a hidden form field to hold a value between html pages as opposed to holding it in a db field, I would answer there are reasons. One would be to use a hidden form field as a buffer so that you don't have to change a field's value until you are sure

[PHP] encode string with spaces

2001-02-01 Thread Kevin McCarthy
. But if there are spaces in the string in between defined fields, it is thrown off. BTW, I tried both ereg_replace() and str_replace() with no luck as below: $my_string = "This is my dog, Jack"; str_replace(" ", "%20", $my_string); $my_string remains with space

Re: [PHP] checkboxes into MySQL

2001-01-15 Thread Kevin McCarthy
ds, e-mail: [EMAIL PROTECTED] > > To contact the list administrators, e-mail: [EMAIL PROTECTED] > > > > > > >-- >PHP General Mailing List (http://www.php.net/) >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] >To

[PHP] calling perl from within php

2001-01-15 Thread Kevin McCarthy
ird parameter in the perl script. I've worked with perl before, but it's been a while and I am trying to get back in the perl mind frame and I've never combined it with PHP so I could be off here. Any help would be greatly appreciated. TIA ------ Kevin McCarthy B