Jump to content

Forms in Php


mizraabi

Recommended Posts

hi !

i would like to know that how to create forms in php wid MySql db at the back . And after storing the data how shd i view tht .

Kindly refer to sample project etc.

I know i have design the form in html but how to use php and MySql wid it ,.

Plz help

 

Thankx 1 ???

Link to comment
Share on other sites

what knowledges you have about mysql and php?

 

I would say this is very common and simple to do.

Find some nice tutorials with google, it will explain better than here in a post, and with examples.

 

Anyway here is the main line:

1) Gather your from fields after being submitted ($_POST variables)

2) build your mysql query (queries)

3) execute the query

4) eventually display resulats and/or errors

 

Z.

Link to comment
Share on other sites

sorry, i can only provide you some tutorials in french, as i am french, and was used to go there to learn.

Here is the link: http://php.developpez.com/cours/?page=sgbd#mysql

I believe you can find many tutorials and article to the mysql official website, and the forums.

 

And by the way, here is the link to the official php wbesite, mysql functions :

http://us3.php.net/manual/en/mysql.examples.php

 

Z.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.