Discussion board
Questions: Scriptol and MySql
How do I use Script with MySQL?
04-01-2008 07:48:01
lapenduledent
Hello everyone and Happy New Year I wish you to make a dynamic site with a basket. I will want to use scriptol because I am starting to program, and this language is more accessible to me than PHP. But here's my question: How to use Script and a MySql-style database??? Thanks for your help in advance. Pierre
06-01-2008 19:06:41
webmaster
Hello, I'm just writing a special SQL guide with PHP (probably one of a kind), because databases are becoming more and more mandatory on websites. Waiting for access to the Internet, which is a matter of days, you can easily use the PHP mysql functions in Scriptol, since SQL commands are included in character strings enclosed in quotes. Very Happy New Year.
06-01-2008 19:42:08
lapenduledent
Thanks for the response, so I'll wait for tuto. It will only apply to SQL with PHP or SQL with script??? Good evening, Pierre
07-01-2008 13:32:37
webmaster
I give one example in Script, and another in PHP, the second is generated from the first. But sql functions are PHP functions, and the tutorial itself is based on PHP.
07-01-2008 14:36:07
lapenduledent
Thanks for all this information and for the work. How and where to know that tuto will be inconsistent. Good afternoon, Pierre
10-01-2008 17:18:49
webmaster
The tutorial [url = https://www.iqlevsha.ru/sql/] SQL with PHP and MySQL [/url] is online. This is the beginning of a series of courses that will use Script and PHP. However, you need to include a header file that defines the mysql functions for use in Script, it will be online soon. All comments are welcome.
10-01-2008 17:27:04
lapenduledent
Thank you very much, I will read carefully tonight. Good evening, Pierre
10-01-2008 18:59:04
lapenduledent
Good evening, I'm tuto, but I already have some questions about'Create SQL Development Environment': 1/header file that will be available soon - where to put it? At the root of the site? -Site address from wamp ---> run the program "http ://127.0.0.1/infos.php 2/Premier PHP program and MySQL - example files in php, Were they originally executed with a script or directly in php? Thanks in advance for the answers. Pierre
11-01-2008 13:49:50
webmaster
Infos.php is not needed for Wamp, all the necessary programs are available, this is only for use on the site. The header file will be included in the Script program, as is done with Home and other extensions. Script programming will be carried out on more developed examples, at the moment it is practically only PHP function calls and there is no need to add a compilation function to PHP. The SQL header file can be loaded on this page: https://www.scriptol.com/sql/