Categories
Tags → Tutorial In Php

Exec and system command and results

This simple tutorial shows you how to execute system command such as ping in php and display results. Code and example is included.
DETAILS

Hello World Remoting (amfphp)

Flash Remoting is a way Flash uses in order to talk to servers. This communication need to use ColdFusion, or install server side extensions in .Net or Java based servers. AMFPHP is a new proyect that offers the best of Flash Remoting in a free, open...
DETAILS

Using sessions make a login script

To begin this tutorial in PHP sessions, you must first make sure that your web server (ie. apache) has the options to allow session with the configuration. Note: people using apache and php under a win32 enviorment must manually configure this optio...
DETAILS

E-mailing in PHP

This tutorial will show you how to send email in PHP. Firstly it''ll go over the basics of how the Simple Mail Transfer Protocol (SMTP) works, then how to send email using PHP. After that it will show you how to send HTML emails in PHP (ins...
DETAILS

How to create and access MySQL with PHP

This tutorial will hopefully teach you some basics of how to access data with your PHP scripting to gather information with in a MySQL database. The first step you need to do is get a basic understanding of what MySQL is. If your site can handl...
DETAILS

Creating a Search Application

In this tutorial, we will discuss a method of searching web pages for keywords. We will provide methods for exact keyword matching and a type of fuzzy search. Also included in this tutorial is a overview of using databases in PHP and a heavy concentr...
DETAILS

PHP Strings Primer

In order to accomplish almost any programming task with PHP you''ll be dealing with strings. To get the best out of PHP you must thoroughly understand the basic string functions available. In this tutorial we will lay down the foundations needed...
DETAILS

joeldg

The programmer journal of joeldg, the published PHP tutorial writer and contributor to the PHP language''s page. On his page he convers some of the advanced topics in PHP which are not covered elsewhere. Topics such as ncurses, and all SystemV s...
  • Categories
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Simple Security and Sessions in PHP

This article demostrates an easy way to maintain sessions and security (or authorization) in PHP. It does NOT use the PHP built in session support. The following method will allow you to easily secure any PHP page by simply including a file at the to...
DETAILS

Mail on 404

A simple snippet of php code to insert in your custom 404 error page. It will send an e-mail when a visitor encounters a 404 page and certain conditions are met. The tutorial explains how the script works and where to insert the code.
DETAILS

Page:
©2003-2019 jCay.com