Categories
Tags → Html Tutorial

Create syntax highlighted php code as html text

This tutorial teaches you how to convert an existing php code to a syntax colored html text.
DETAILS

Php Syntax Highlighter

This small script convert your PHP code into a syntax colored html text. It is usefull if you want to display your PHP code on a html page with nice colors. Ideal for document and tutorial writers.
DETAILS

How to process the data submitted from HTML form

The great advantage of ASP is possibility to respond to user queries or data submitted from HTML forms. You can process information gathered by an HTML form and use ASP code to make decisions based off this information to create dynamic web pages. Th...
DETAILS

PHP Script Tips - Uploading Files to Web Servers

A collection of 12 tips on uploading files with PHP pages. Clear explanations and tutorial exercises are provided on creating file upload HTML tags, setting encoding type on HTML forms, getting uploaded file information, storing uploaded file in database.
DETAILS

PHP Form Image Upload

This tutorial shows you how to upload an image on your server using PHP and html forms. You will also learn how to verify if the uploaded file is an image (checking the extension), if it doesn''t overtakes a size limit and how to change the uplo...
DETAILS

Simple php/mysql guestbook tutorial

This is a very simple guestbook tutorial consisting of how to write an html form, get the form to insert data in mysql and then displaying the form with a basic mysql query. The result is a simple guestbook which just displays the name and a comment ...
DETAILS

Inout Mailing List Manager

Inout Mailing List Manager is a powerful, feature rich, affordable, easy to use solution for your mailing list management requirements that works on PHP + MySQL. It is designed in such a way that it meets all your mailing list, newsletter, email adve...
DETAILS

convert files from Php to Html Extensions

This tutorial provides a simple method to convert files from Php to Html Extensions, on an Apache Server. Most will agree Php has become the common language for creating dynamic Websites. Although the language is simple and efficient, developers are ...
DETAILS

PHP && MYSQL Tutorial: Inserting Data into mysql

This is the third installment of our php mysql tutorial series. This tutorial covers inserting data to MYSQL with a PHP script. Using the following key features; HTML Forms, Passing variables from a form to php and inserting into the database using M...
DETAILS

In Depth Contact Form Part 2 - The PHP Code

In depth tutorial focusing on the basics of processing a contact form. Includes necessary error checking and clear, simple explanations of all the code. Part 1 can also be found on the site which features the creation of the form itself in HTML
DETAILS

Page:
©2003-2019 jCay.com