PHP

Creating a Dependent Dropdown List with PHP, jQuery and Ajax.

Submitted by kabiru10 on
There are times in a web application where you want to populate a dropdown list based on the value of another drop down list. Scenarios like this can be populating a Country’s State dropdown based on the value of the Country selected, populating product sub-categories based on the parent category. In this example, we will be creating a dropdown list for category/subcategory for a product in an eCommerce website. Create a database called dependent_list.

Contact Us Script Using sqlite

Submitted by gateluv on
Sqlite is a relational database management system contained in a small C programming library. Sqlite is a popular embedded database system that stores records in a little file on the system source code. Data can be retrieved through the use of write and read ability of sqlite. Moreover, Instead of saving the record into a RDMS tool like “phpmyadmin”, Sqlite can be used instead as it will save the record into a separate file on the host machine. To create a contact us page on our website using sqlite.

Session tracking

Submitted by thuhChief on
Session tracking using PHP/MySQL. A sessions table is updated every time a user logs in and when they logout. When a user logs in, their session id, user id, username, ip address, date & time of login and the time they logout.

Like and Unlike Script

Submitted by killerzone on
Like and Unlike sourcecode. System Requirements: -Xampp 1.7.3 or below -Chrome,Firefox,Opera How to Install? -Download the following files -Extract the zip files to htdocs(this is the path: C:\\xampp\htdocs) Create Database -Go to your browser ans type localhost/phpmyadmin -Create database name upload -Click Tab Import and Browse the sql file You can download more php Codes @ appscoder.blogspot

MySQL Insert in Dynamic Forms with jQuery And PHP

Submitted by jacastillejot on

Good morning to all the community source code, I'm new on the web and this time I have a form with dynamic fields assigned by the user, useful to restrict the user not to Himself as static fields is the insertion of these fields MySQL, in the design of BD not know if it is the most optimal bright ideas, opinions and hope.

Simple ADD/VIEW Data entry using php

Submitted by killerzone on
Features: - Add entry -Field trapping -View data System Requirements: -Xampp 1.7.3 or below -Chrome,Firefox,Opera How to Install? -Download the following files -Extract the zip files to htdocs(this is the path: C:\\xampp\htdocs) Create Database -Go to your browser ans type localhost/phpmyadmin -Click Tab Import and Browse the SQL file After creating database the system is ready to run just type

Comment System (Simple)

Submitted by jmmaguigad on
This project gives beginners of an insight in making comment system like facebook. To implement the program,; first you need to extract the zip file, then locate the .sql file which will be imported into the phpmyadmin, after importing, access now the php files by entering the url: localhost/file location of your php file/php file's name... This program was made to help beginners. I have once