Hi All
Have been browsing and can see lots of topics about MySQL, etc.
I was wondering if there was a 'Getting Started' tutorial or guide on the site? I have had a look around and can see parts about forms and database, etc, but would like to see a project that guides a noob from getting a database created to creating a form to read and write data from within (the features of) WWB. Does anyone have anything like this they could share?
TIA
Paul
MySQL Getting Started
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
- Pablo
- Posts: 23865
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: MySQL Getting Started
MySQL is not specific to WWB.
So, any code that works elsewhere will also work in WWB.
If you are looking for ways to insert custom code then this may be helpful:
https://wysiwygwebbuilder.com/add_html.html
So, any code that works elsewhere will also work in WWB.
If you are looking for ways to insert custom code then this may be helpful:
https://wysiwygwebbuilder.com/add_html.html
- Starb7
-
- Posts: 299
- Joined: Tue Sep 05, 2006 12:35 pm
- Location: Derbyshire
Re: MySQL Getting Started
Hi Pablo
Apologies, I thought the MySQL Connector and Table Editors were part of WWB and wondered if there were any 'in depth' guides on how to use. I have seen the 'Help' info and just thought there might be someone who has created a project and example.
As always, many thanks.
Cheers
Paul
Apologies, I thought the MySQL Connector and Table Editors were part of WWB and wondered if there were any 'in depth' guides on how to use. I have seen the 'Help' info and just thought there might be someone who has created a project and example.
As always, many thanks.
Cheers
Paul
- Pablo
- Posts: 23865
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: MySQL Getting Started
I'm sorry, there is no more information available.
Some basic knowledge of MySQL is require to use these extension.
Some basic knowledge of MySQL is require to use these extension.
- Starb7
-
- Posts: 299
- Joined: Tue Sep 05, 2006 12:35 pm
- Location: Derbyshire
Re: MySQL Getting Started
Okidoke, thanks
- onlye
-
- Posts: 479
- Joined: Sun Jun 17, 2018 12:36 am
- Location: Gluckstadt, MS USA
- Contact:
Re: MySQL Getting Started
try W3 Schools as a source to learn more. There is a SQL course that will give you the basics and should be a benefit when using SQL tools in Wizzy. The courses are nicely layed out, short lessons with quizes and exercises. And if you don't need the certificate the course is free.
I have taken the HTML, CSS, JavaScript, PHP, and SQL courses. All have contributed to helping me understanding more of what Wizzy is doing behind the easy to use UI that Pablo has provided.
https://www.w3schools.com/
I have taken the HTML, CSS, JavaScript, PHP, and SQL courses. All have contributed to helping me understanding more of what Wizzy is doing behind the easy to use UI that Pablo has provided.
https://www.w3schools.com/
Last edited by onlye on Tue Sep 30, 2025 2:09 pm, edited 1 time in total.
onlye
Gluckstadt, MS USA
Gluckstadt, MS USA
- BaconFries
-
- Posts: 6096
- Joined: Thu Aug 16, 2007 7:32 pm
Re: MySQL Getting Started
From WiKi How there is also a downloadable PDF for reading later. Last Updated: February 24, 2025
How to Create a Database in MySQL
How to Create a Database in MySQL
- Starb7
-
- Posts: 299
- Joined: Tue Sep 05, 2006 12:35 pm
- Location: Derbyshire
Re: MySQL Getting Started
Thanks everyone 
- BaconFries
-
- Posts: 6096
- Joined: Thu Aug 16, 2007 7:32 pm
Re: MySQL Getting Started
A update to your request. The following may help you.
https://www.quackit.com/sql/tutorial/
https://www.quackit.com/sql/tutorial/
- Starb7
-
- Posts: 299
- Joined: Tue Sep 05, 2006 12:35 pm
- Location: Derbyshire
Re: MySQL Getting Started
Thanks 