Password Protect

Scott worked with encoding a master password that only allows access to certain pages. This information is on his [Scott Page]. Look under Techniques. This implementation worked great for me, though I had to make a small change to the logout function. I added the following code between his two lines of code and it works. setcookie('LexCLabLoggedIn', FALSE); See the [cref password-tutorial] Post for instructions for implementing this....

Read More

Install Your Own Server

Donnie discussed the WAMP server installation = (windows), Apache, MySQL, PHP at [WampServer Installation].

Read More

PHP

PHP stands for: Hypertext Preprocessor. PHP is a server-side scripting language, like ASP PHP scripts are executed on the server PHP supports many databases (MySQL, Informix, Oracle, Sybase, Solid, PostgreSQL, Generic ODBC, etc.) It is free and open source. Here are some of the things we have been doing with PHP: Email Forms Includes – Assume that you have a standard header file, called “header.php”. To include the...

Read More

Pin It on Pinterest