Categories
Tags → Accessing Php

Accessing the Command Line From PHP

This tutorial will explain the different methods of accessing the system command line from a PHP script. Being able to run external programs can come in handy, and fortunately there are multiple functions that will do this. We will explain the differ...
DETAILS

What is PHP Sessions?

Session concept is very useful for Web based applications to pass and share information from one Web page (request) to another Web page (request). Session support in PHP consists of a way to preserve certain data across subsequent accesses. This enab...
DETAILS

How to Create CAPTCHA Protection using PHP and AJAX

CAPTCHA is a simple test to determine if a user is a computer or a human. It is used to prevent spam abuse on the websites. So if you use CAPTCHA on your web site forms, this can help in stopping some bots and making life harder for other bots in acc...
DETAILS

PHPNetAdmin

What Is PHPNetAdmin? PHPNetAdmin is a streamlined visitor and bot/spider logging system for php-based applications. It works by using auto_prepend, in a .htaccess file, to prepend a logging file to the top of every php parsed file you have on y...
DETAILS

Page:
©2003-2019 jCay.com