We continue to build our php+mysql applicaiton. Today we will realize opportunity for editing and saving data to database. First of all you need understand, how we make our object unique. The page for every object edit.php. But we will add id player which we are going...
PHP + MySQL
Create e-commerce with php and mysql. Create technical task. Part two
Today we will finish to write technical task.
Build CRUD Application PHP & Mysql. Getting data from several tables
Today we'll continue create our web application. We'll select data from two tables. In last lesson we selected all players from players tables. On players.php page we have got table with three columns. Two of them are situated in another tables ("teams" and...
Build CRUD Application PHP & Mysql. Intro to PDO
Today we'll continue to create our first web app, write function for getting data with php pdo and print this data. First of all we'll consider why code from last lesson is excess. Try...catch block will print error. But if you wont' use try...catch in this situation...
Build CRUD Application PHP & Mysql
Starting from today lesson we will begin to build simplest web application with php and mysql. It will be use sport database, which we created last lessons. Today we'll define structure of our app, write script to connect with database and build html skeleton of our...
Developing e-commerce from scratch. Create technical task
Today in 10:30 pm we'll record our new stream. Beginning of this live stream we'll begin to develop e-commerce. Today we'll make technical task.
Create e-shop from scratch stream. Database design
In our stream we will begin to design e-shop database. First of all we will create scheme and then create tables.