Good evening, comrades. The essence of the problem is the following - you need to create a website, something like an online store, which will be linked to a database stored on the same computer. But there is one thing - you cannot use all known (and any general) CMS. As you probably already guessed, I am a student, and at the moment I do not really understand this topic. In this regard, I wanted to ask those who faced a similar problem how to begin to get acquainted with the subject area. Can you recommend any links to articles or websites where this material is quite well chewed. Thanks in advance and I apologize for the possibly incorrectly posed question.
- Google tutorials on php, html, css, mysql. Install a bunch of apache, mysql, php and forth for the order - alvoro
- And without css unless not to manage? I do not need to focus on the site, but on the database ... - Omfis
- without css, of course, you can, but it will look ugly. - alvoro
- Well, what you have advised is understandable. It's just that there is a huge amount of tutorials on the net, but I would like something concrete, something for which you yourself could learn. - Omfis
- the manual that @IntegralAL advises. Well, Google or hashcode, if something is not clear from there writing - alvoro
|
1 answer
Good day! Well, I can say that I, too, at one time passed this way. Here you must initially know at a sufficient level php language. Learn the php manual and other sources for php. Directly through the online store, I can offer the following links:
- We write online store in php
- Online Store Document
- Well, also look for YouTube videos on the development of online stores from various initiative people who are not shy to share their experience with beginners.
|