This tutorial is a continuation from my previous tutorial in which I covered the database design and HTML password reset form scripting for this password reset ticket system.
Part Two - Fake Data:
Before we can even think of making a password reset ticket system, we need to create a fake user to which we can reset their password.
This tutorial is on how to create a full ticket system in PHP, HTML, and MySQLi.
Since ticket systems require a lot of fairly complex code, for beginners, this will be split up in to multiple tutorials/sections.
some features 1.home page desgin like facebook 1.1:post status 1.2:upload Photo with description of photo 1.3:subcomment for your post by other users 1.4:simley icons in comments section 1.5 post comment in any language(ie:Nepali,English,Hindi etc) 1.6:rating system 1.7:Time in ago Format ie 2 sec ago 1.8:photo comment 1.9:Fetch youtube video through url 1.10:Notification system by ball bouncing 1
JMS is a PHP MySQL integrated system that allows people to submit what they consider jokes in their own perspective. I did create this for my dear brothers and sisters who are just into PHP and MySQL programming. Hope you find it helpful to your tutorials. We used this languages and database systems to develop:- PHP MySQL You can view the live sample here Admin Follow me on twitter @patricbensen
Introduction:
This is a second part to my previous tutorial - 'Creating an Email Subscription List in PHP/MySQLi', found here; http://www.sourcecodester.com/tutorials/php/7813/email-subscription-list-phphtml.html
Mail Function:
Before we can begin with our actual email subscription email sending script, we need to know exactly how we are going to be sending our emails.
Luckily enough, there is a built in function in to PHP called 'mail', guess what it does...
Introduction:
This tutorial is on how to delete data through HTML/PHP from a MySQLi table.
Listing:
This tutorial is carrying on from my previous two tutorials in which I taught you how to insert and list data to/from a MySQL(i) database and table.
Introduction:
This tutorial is on how to list data from a MySQL table.
HTML:
Before we begin, we are going to create some basic HTML code to correctly format our information we will be listing later.
Introduction:
This tutorial will be on allowing users to input data in to an HTML form, and then upload that data to a MySQL database through PHP.
HTML:
First we need our HTML form. This example will just be for a user to enter their username and email address, we will not do any validation or username checking (to assure no duplicate usernames within our website) as this is not the purpose of this tutorial.
This is an update on the Data Entry with Picture Upload project that I created previously. I added Backup Database option on the View Data page. This is important to those sites that are using database. It is a good practice to regularly back up our records. Hope you learn from this project.