Jump to content
xisto Community

rr77

Members
  • Content Count

    4
  • Joined

  • Last visited

  1. A simple method of validation. This is good if you dont want spaces between caracters: form.php <FORM action="vali.php" method="post"> <P> <LABEL for="user">User name: </LABEL> <INPUT type="text" id="user"><BR> <INPUT type="submit" value="Send"> </P></FORM> vali.php <?php$user =$_POST['user']; $cuser=0;for($i=0; $i<strlen($user); $i++) { if ($user[$i]==" ") { $cuser=1; } } if($cuser==1){ echo "The user name have spaces";}else{ echo "The user name is correct";}?> Notice from rvalkass: Remember, all code must be placed in CODE BB tags. Thank you.
  2. This program was build as an alternative for Microsoft's IIS. The main goal was to design a simple web server with support for ASP. Setting up Baby ASP Web Server is very easy: copy the executable to a directory of your choice, set the directory of your webpages and it's ready to run! babyweb.zip
  3. web: http://www.micronovae.com/CSP.html Notice from rvalkass: Anything you copy needs to be in QUOTE tags. Readme.
  4. This is a simple stats sistem for your web. I did it myself. The sistem count days visits, week visits and total visits. This is an example: http://forums.xisto.com/no_longer_exists/ (pass: 123456) For add a visit: http://forums.xisto.com/no_longer_exists/process.php Install: 1. Host your files in your server 2. chmod 777 for config.txt 3. http://forums.xisto.com/no_longer_exists/ 4. delete install.php and proinstall.php 5. finally call process.php in the pages you want. For access to control panel http://forums.xisto.com/no_longer_exists/ Download it!!!: http://forums.xisto.com/no_longer_exists/ estadisticas.zip
×
×
  • 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.