PHP

PHP Source Code

Free PHP Source Code. Download from a vast collections of free PHP source code below. You can modify and integrate it in your own personal use. Just give a little credit to the original author whenever you use it on your system's project.

jQuery - Ajax Call onChange Event

Submitted by fkgeo on
In this tutorial we are covering JQuery--Ajax Call onChange in input in ajax call will be made and user picture will be retrieved from MySql and will be placed automatically on user pict if the username is wrong then anonymous picture will be placed 1. Create a login.php page coding of login.php Power Tricks by fk Login here Login Ajax page for retreive data from Database coding of ajaxPage.php

PHP Ajax MySQL Search Form

Submitted by Obro Megh on
Functionality: 1. Real Time search and show the result on page with Ajax. ;) 2. Simple Style. Installation First create the database and make table using this SQL code below. CREATE TABLE countries ( id INT NOT NULL PRIMARY KEY AUTO_INCREMENT, name VARCHAR(50) NOT NULL ); In countries table what you put in name column it will be the search result and so on. ;) Then, Just change the backend-search

PHP MySQL Login System

Submitted by Obro Megh on
Functionalities: 1. Login. 2. Sign Up. 3. Dashboard. Installation It is pretty easy to install.First create the database and make table using this SQL code. CREATE TABLE users ( id INT NOT NULL PRIMARY KEY AUTO_INCREMENT, username VARCHAR(50) NOT NULL UNIQUE, password VARCHAR(255) NOT NULL, created_at DATETIME DEFAULT CURRENT_TIMESTAMP ); Then just change the config.php dbname to your database

LaraBlogger - Laravel Blogging, CMS abd CRUD Generator

Submitted by Kibb on
LaraBlogger is a Blogging CMS Template with CRUD generator Build in Laravel 5.5 Framework, With LaraBlogger you can build a new blog easly, or you can integrate to an existing webiste with ease. Features. Fully Responsive. CRUD Functionality Admin Panel Build in Voyager. Built with Laravel Framework, PHP/MySQL & HTML5/CSS3. Post Management. Modern and User friendly UI, SEO (Search Engine Optimized

User Manager Application

Submitted by Jeff Nyak on
User management application, where you can add users, username, lastname, phone number etc, edit, update and delete. This simple project is coded in PHP(OOP) and bootstrap as the front end framework. For more info get in touch [email protected]. You can also find the source code in my github account, https://github.com/jeffnyalik/usermanager

PHP Text to Speech using Microsoft Speech API

Submitted by Mr.Niemand03 on
https://en.m.wikipedia.org/wiki/Microsoft_Speech_API Microsoft Speech API The Speech Application Programming Interface or SAPI is an API developed by Microsoft to allow the use of speech recognition and speech synthesis within Windows applications. To date, a number of versions of the API have been released, which have shipped either as part of a Speech SDK, or as part of the Windows OS itself