Jump to content

Forms in Php


mizraabi

Recommended Posts

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
https://forums.phpfreaks.com/topic/115473-forms-in-php/#findComment-593724
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
https://forums.phpfreaks.com/topic/115473-forms-in-php/#findComment-594296
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.