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
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
.
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
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
4 matches
Mail list logo