Friday 16 August 2013

Form Validation using JQuery in PHP

Hey guys.

In this blog, i am gonna show you Form validation my enterprise computing project.
The title of this website is "Sparkles Jewelry Online Shopping Website".
I have designed this website using PHP, CSS, JQuery and AJAX for the Front end and SQL for the Back end.

Form Validation:

When you create a form, you often will want to check the values people enter into the form. For example, you might want to require first name, last name, and a valid email address. Checking these values before a form is sent to the server is called "Form Validation".
There are a number of ways to do this, but one of the easiest and most flexible is to used for PHP forms is JQuery validation. Some of this may seem a little complicated, but it's really not too bad.

In this blog i have included validation functions for :
1) Name field
2) Date field
3) Phone number field
4) Password field
5) Re-Password match checking
6) Email field

Demo validation video:



 

Thursday 15 August 2013

Online jewellery shopping website project using PHP

Hey,

In this blog, i am gonna show you my enterprise computing project.
For the fourth semester (MCA), i have designed a website.
The title of this website is "Sparkles Jewelry Online Shopping Website".
I have designed this website using PHP, CSS, JQuery and AJAX for the Front end and SQL for the Back end.

There are many functions included in this website:
1. Login process
2. Profile name display after login process
3. Adding product details into the shopping cart
4. Display of cart list
5. Ordering the products from the cart list
6. Displaying all product details dynamically on the website
7. Adding new product details into database
8. Editing and deleting of product details
9. Registration of new user into the website.
10. Adding and viewing the clients as well as viewer's feedback.

and many more functions are there.

Screenshots:
















































                                                           Please watch these videos:

                                              

                                            


Thank you! :-)
Please leave your comments.