Jump to content
xisto Community

Bocarius

Members
  • Content Count

    4
  • Joined

  • Last visited

  1. I don't know about software. But great "tools" are web templates that allow to design your blog as you wish. I like to change templates (e. g from free web templates) for my mood. But it not for all blog directories
  2. I use a simple advice from php tutorial: All what you need is an input field and a PHP code to check the entered code. Here is an example code for the HTML form: Access code: <input /><br /> Please enter <b>MYCODE</b> above. Then you can simply the check if the entered code matches, with a PHP help. Please, compare the code in lower-case to avoid issues with a typing in CaSe SeNSiTiVe code: If (strtolower($_POST[âcodeâ]) != 'mycode') {die('Wrong access code');} The form will be submitted only after the time, when the person enters the correct access code. Maybe it is too easy, but it is effective
  3. I'm not very good at programming, so I use the [url= http://forums.xisto.com/ "http://phpforms.net/php-forms.html"]php form, so that only a member of the site can view the page
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.