Categories
Tags → Statements

Java Tool Tutorials by Herong - A Free Tutorial Book

&"Java Tool Tutorials&" is a free tutorial book based on notes and sample codes collected by the author while he was learning Java tools himself. Topics includes: book, breakpoint, class, classpath, debugging, free, import, java, ja...
  • Categories
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Commercial License,
    • Free for non-commercial use
DETAILS

MySQL Log Parser

This a is a simple PHP command line utility that will parse a MySQL update log file and dump only updates to a particular database in a certain time interval. Currently there are no flags, you are prompted for all input. Usage: bash-2.05$ ph...
DETAILS

MySQL Database Handling in PHP

This comprehensive mysql tutorials touches on Starting a Session with MySQL,Executing SQL Statements against a MySQL database and demonstrating how a SELECT SQL statement is executed against the selected database. features full code and examples.
DETAILS

SyncSQL.com - Synchronize MySQL Databases

Synchronize MySQL Databases absolutely free. SyncSQL.com is a free service which compares the structure of two similar databases and produces a set of alter statements that will make the structure of the target database identical to the structure of ...
DETAILS

ClickQuery

Perfect for managing your MS Access databases on-line. ClickQuery is a fully functional Active Server Pages (ASP) database utility application that allows you to run select, insert, update and delete statements from any browser. Easily incorporated i...
DETAILS

Site Framework including Blog, Membership, DHTML menu etc.

The Wizard framework has been used in production sites for three years.It is modular, CSS driven with a templating system, allowing the webmaster to spend more time on design and less on the plumbing. Included is an optional page commenting fea...
DETAILS

PHP:Paging

PHP:Paging is a PHP component that will help you create paging easy and quickly. Creating good paging is often a big hassle, and you often have to use a lot of if-else statements or use difficult template language. PHP:Paging does this all for you, a...
DETAILS

Beginners PHP Tutorial

In this tutorial you will learn: * What PHP can be used for * How PHP works * A basic PHP script * Using variables * Using some basic conditional statements
DETAILS

All about IF Statements

Learn how to use IF statements in this tutorial.
DETAILS

Variables in PHP

Variables are nothing but identifiers to the memory location to store data. We can create any number of varibles. In PHP all the variables begin with a dollar sign &"$&" and the value can be assignes using the &"=&"...
DETAILS

Page:
©2003-2019 jCay.com