Checking Logins Using an Encrypted Password

<?php
  $pass = (isset($_GET['pass'])) ? $_GET['pass'] : '';
  $encpass = '$FK3.qn2.$Si5KhnprsRb.N.SEF4GMW0';
  
  if (crypt($pass, $encpass) === $encpass) {
    echo 'Login successful.';
  } else {
    echo 'Login failed.';
  }
?>

For additional information, see the official PHP Language Guide available at: www.php.net/docs.php

PHP Tutorials: STRINGS

PHP Tutorials: ARRAYS

PHP Tutorials: DATE and TIME

PHP Tutorials: INTERACTING WITH FORMS

PHP Tutorials: COOKIES and SESSIONS

PHP Tutorials: USING FILES ON THE SERVER

Web Developer Books and Resources

Web Design & Color Theory

Use these handy resources to grow and expand your designer skills.

AJAX JavaScript Libraries

AJAX DictionaryWe have compiled one of the largest AJAX development reference lists out there. There are over 50 libraries and frameworks available with descriptive commentary about each available resource.

The following category groups are available:

Also check out our listing of more than 30 AJAX tutorials.

AJAX NEWS a daily dose of the world of Ajax.

Web Design News Feeds

Search Engine Optimization

What is Search Engine Optimization? - Search engine optimization is both a niche industry of web marketing and a specific set of practices that guide the creation of a website that ranks well for specific, relevant keyword phrases at the major search engines.

SearchSEOmoz is a search engine optimization resource created to benefit the entire SEO community. Every tool, service & article provided is absolutely free to all users.

Learn more about SEOmoz

*Not affiliated to RawData.

WordPress BLOG Software

WordPress is a state-of-the-art semantic personal publishing platform with a focus on aesthetics, web standards, and usability. What a mouthful. WordPress is both free and priceless at the same time.

Pen and PaperMore simply, WordPress is what you use when you want to work with your blogging software, not fight it.

The WordPress BLOG software is compatible with RawData Hosting Servers.*

Learn more about WordPress

*Installation & support provided by mfg.

Manage MySQL on Mac OS X

YourSQL is a simple but powerful program to create and manipulate MySQL databases. It is intended to be easy to use for the beginner as well as the more advanced user, YourSQL Logoand provides access to some otherwise underused, advanced features of MySQL, such as indices, InnoDB tables, multi-statement SQL scripts and multi-threaded handling of SQL dumps for backups or similar administration tasks.

Download YourSQL for Mac OS X

*Installation & support provided by mfg.