Re: OT: nooB html form question
- From: "JWBlue" <nospam@xxxxxxxxxx>
- Date: Fri, 31 Mar 2006 18:00:32 GMT
This gets me started thank you. I will tie the tex file name to the user
login so they can only write to their own file.
Thank you very much for the reply.
"Sjoerd" <sjoerder@xxxxxxxxx> wrote in message
news:1143742065.164511.162560@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Something like this:
<?php
if (isset($_POST['checkbox'])) {
file_put_contents($_POST['checkbox'], 'MyFormData.Txt');
}
echo '<input type="checkbox" name="checkbox"';
if (file_get_contents('MyFormData.txt')) echo 'checked="checked"';
echo '>';
?>
But does this code example really help you?
.
- References:
- OT: nooB html form question
- From: JWBlue
- Re: OT: nooB html form question
- From: Sjoerd
- OT: nooB html form question
- Prev by Date: Re: Protected objects serialization on SOAP sessions
- Next by Date: Unable to load dynamic library
- Previous by thread: Re: OT: nooB html form question
- Next by thread: Re: OT: nooB html form question
- Index(es):