Home

Submit

Source

Feeds
Source Site » www.codebeach.com

Search another site:

http://
CGI and Perl Getting Started
Subroutines in Perl
CGI and Perl / Getting Started
This tutorial shows how to create subroutines and use subroutines in Perl.

Site: www.codebeach.com Report - View Tutorial

CGI and Perl File Manipulation
Files in Perl
CGI and Perl / File Manipulation
This tutorial walks through using files in Perl.

Site: www.codebeach.com Report - View Tutorial

CGI and Perl Miscellaneous
Pipes and Command Line Variables in Perl
CGI and Perl / Miscellaneous
This tutorial walks through handling pipes and command line variables in a Perl script.

Site: www.codebeach.com Report - View Tutorial

PHP Getting Started
Basic PHP Includes
PHP / Getting Started
Lets say you have a Web site with 10 or so pages, and you want to update the navigation. You don't want the hassle of updating every single page. That's where includes come in handy.

Site: www.codebeach.com Report - View Tutorial

PHP Getting Started
PHP Babysteps Tutorial
PHP / Getting Started
PHP is a server-side scripting language for creating dynamic Web pages. It has a very elegant design, that is both easy to use and powerful. PHP stands for PHP: Hypertext Preprocessor. It is a server side, HTML embedded language like ASP, SSI etc.

Site: www.codebeach.com Report - View Tutorial

PHP Getting Started
Covering the basics of PHP
PHP / Getting Started
This PHP tutorial covers the echo, the if...else statement and integer variables.

Site: www.codebeach.com Report - View Tutorial

PHP Getting Started
What is PHP?
PHP / Getting Started
This article provides an overview of PHP including criticisms of the language.

Site: www.codebeach.com Report - View Tutorial

PHP Sessions and Cookies
Password Protection with PHP, MySQL, and Session Variables
PHP / Sessions and Cookies
Learn how to implement password protection using PHP, MySQL and session variables.

Site: www.codebeach.com Report - View Tutorial

PHP Sessions and Cookies
PHP and Cookies
PHP / Sessions and Cookies
Cookies have long been used in PHP scripts, and are a very useful function. But what exactly are cookies? Maybe you have used then, but you still don't know exactly what they are. Or you are completely new to cookies? It doesn't matter, because in this tutorial I will show you exactly what cookies are, and what they are used for.

Site: www.codebeach.com Report - View Tutorial

PHP Functions
Introduction to PHP Functions
PHP / Functions
Functions are a very important part of PHP and it is probably safe to say that they are used in every single script. This tutorial will guide you through the basics of PHP functions to creating your own to do specific tasks.

Site: www.codebeach.com Report - View Tutorial

PHP Membership
Developing a Login System with PHP and MySQL
PHP / Membership
Most interactive websites nowadays would require a user to log in into the website's system in order to provide a customized experience for the user. Once the user has logged in, the website will be able to provide a presentation that is tailored to the user's preferences.

Site: www.codebeach.com Report - View Tutorial

PHP Navigation
HTACCESS Wrappers with PHP
PHP / Navigation
HTACCESS is a remarkable tool you can use for password protection, error handling (like custom 404 pages), or HTTP redirects. It can also be used to transform whole folders in seconds: adding headers to all your HTML documents, watermarking all your images, and more.

Site: www.codebeach.com Report - View Tutorial

PHP Navigation
Simple Solution for Php Includes - IFrames
PHP / Navigation
I have recently created my first Php program. I wanted to share with others some of the problems that I encountered, and how I finally overcame these obstacles.

Site: www.codebeach.com Report - View Tutorial

PHP Redirection
PHP Redirect
PHP / Redirection
A PHP Redirect automatically transfers a web user from one URL to another. For example, typing foo.com in the browser automatically transfers the user to another URL bar.com.

Site: www.codebeach.com Report - View Tutorial

PHP Redirection
Redirecting a Page using PHP
PHP / Redirection
Redirecting a page in PHP is an easy task. You can use the PHP Header method to redirect a visitor to a new page. The header() method is used to send HTTP headers back to the browser. The headers can be sent back to the browser only if there's no content or error messages shown in the page.

Site: www.codebeach.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement