How to use method "GET" in a Form ?

Issues related to forms.
Post Reply
L3WIS
 
 
Posts: 2
Joined: Fri Jul 28, 2017 10:51 am

How to use method "GET" in a Form ?

Post by L3WIS »

Hello,

I want to get information of my database. I think with the method GET I can receive this information in my website, but I don't understand how this can worked. Have you got more information ?
User avatar
Pablo
 
Posts: 21577
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: How to use method "GET" in a Form ?

Post by Pablo »

To get data from a database you will need a PHP script.

For basic data retrieval there extensions may be useful:
http://www.wysiwygwebbuilder.com/dataviewer.html
http://www.wysiwygwebbuilder.com/mysqlconnector.html
http://www.wysiwygwebbuilder.com/respon ... table.html
Post Reply