Hubs 1-10 (updated every 30 minutes)sort by Hot Best Latest

Simple Event calendar (PHP, MySQL)85

Simple Event calendar (PHP, MySQL)

We will create a useful event calendar using PHP and MySQL and a sprinkle of javascript/ CSS for functionality and look. HERE ARE THE FILES: Here is the live example: http://diadde.com/test/cal.php //data base structure CREATE TABLE IF NOT...

238 comments    google history php
PHP form inserts data into CSV file83

PHP form inserts data into CSV file

Today we are going to use a .csv (comma seperated values) file to store values from a online PHP web form. A csv file is file that you can create easily with Microsoft Excel, here are the full and upgrade versions, also you can also get knowledge...

83 comments    internet technology online
Simple Event calendar (Part Two)86

Simple Event calendar (Part Two)

The reason for this follow up, is because I was asked how would you go about editing the entries for this calendar. Well first here is the example: Going off the original code; we just add a little bit of...

12 comments    php mysql
User Authentication using PHP and MySQL and web forms91

User Authentication using PHP and MySQL and web forms

This is a how to on establishing a login system for a web page or web based application. Source files You've seen them, account signups, email etc, well we are going to show the gist of a PHP login system using MySQL for user management. First...

26 comments    how to internet technology
Show Javascript Confirmation Warning before deleting the record in MySQL , PHP and Javascript72

Show Javascript Confirmation Warning before deleting the record in MySQL , PHP and Javascript

We are going to update the address book tutorial in giving you a warning before you delete the record in MySQL. If you missed the address book how to go here. References are found above If not we continue on to our example: Example here. Same...

23 comments    advice how to internet
Simple PHP web based address book using MySql78

Simple PHP web based address book using MySql

Today we will be creating a web based address book using PHP and MySql, it will be using the $_GET superglobal, as a means of reviewing the database contents. Before we start here are the source files: http://diadde.com/dl/addressBook.zip Working...

45 comments    business internet technology
Create an Image Gallery without MySQL using JQuery LightBox78

Create an Image Gallery without MySQL using JQuery LightBox

Example: http://diadde.host22.com/img_gallery/gallery.php Creating this comes in some very easy steps: 1) Create a dir named "img". 2) FTP all the images that you want to be shown to that directory. 3) Paste and create and .php file using...

4 comments    php jquery
Use Windows Login in PHP Applications86

Use Windows Login in PHP Applications

As a developer you may run into a situation such as what I had, numerous applications deployed and or created and deployed. With multiple logins for all the apps, we had to find way to integrate all logins for better management and maintenance. ...

20 comments    internet technology web
PHP and CSS menu81

PHP and CSS menu

Today we will use PHP to control CSS styles to highlight the tab or hit area of a html menu with styles controlled by CSS. Example page: click here First let's start off with a simple menu, markup: >home >books ...

39 comments    how to internet technology
Simple File or Image Uploads Using PHP HTML75

Simple File or Image Uploads Using PHP HTML

Today we are going to learn how to upload a file or image using PHP and a web form. No knowledge of PHP is needed or HTML as the full file structure is included: Build a simple HTML form: Please Choose a File

19 comments    life internet technology
Please wait working