#250 PHP Ecommerce website development | Admin dashboard functions | MVC OOP - Quick programming

preview_player
Показать описание
Learn how to code your own ecommerce website in PHP. This tutorial series will also include the admin area, login and signup pages. a paypal payment system integration will be included

source code:

Templates url:

Templates Zip:

Entire playlist:

more how to:
make a social website from scratch:

all crash courses:

code a live chat app in PHP and JavaScript:

make an eCommerce website from template:

convert an HTML template to PHP website:

simple signup and login system & security:

crop images with PHP:

PHP Object Oriented Programming basics:

Chart or graph using SVG:

Responsive web design:

clean pretty URLs:

support me on patreon:

my facebook:
Рекомендации по теме
Комментарии
Автор

Thanks boss u r helping me just know that n one day i will pay 👏👏👏👏

Dataanddigtal
Автор

Hi eathorne

I worked through this course and learnt so much.
At this point i have a problem Saving a product.

1. The product saves to the database quite ok.
2. I have traced through the code and all aspects of the product are correct.
3. When i hit the save button the screen freezes. I have to recycle the page to finish the add.
4. I also dowmloaded your final version and it does the same.

Show below is the make_table.
This works fine and all column data displays correctly.
But in this form the add product does not update with the save button.

if i rename the following lines to shown below the save works fine and the product is added???

<td><a
<td><a

$result .= "<tr>";

.= '






M, Y H:i:s", strtotime($cat_row->date)).'</a></td>
href="basic_table.html#"><img src="'.ROOT . $cat_row->image.'" style="width:70px; height:70px;" /></a></td>
<td></td>
<td>

<button info="'.$info.'" onclick="show_edit_product('.$edit_args.', event)" class="btn btn-primary btn-xs"><i class="fa fa-pencil"></i></button>
<button class="btn btn-danger btn-xs"><i class="fa fa-trash-o "></i></button>
</td>


$result .= "</tr>";

**
if i rename the following lines to shown below the save works fine and the product is added???
Of couse now it does not display the category or brand name.

<td><a
<td><a

PLease help as i have tried to find this error with XDEBUG but I am not experienced enogh.

Cheers Ossie.

LeighHarvey-yq
Автор

Hello cool stuff, you are a Great teacher, but i saw a problem when i click pagination on the homepage, it
twitches and falls a little down, is there a solution to this problem??? For your lessons, thank you very much !!!

phpstudy
visit shbcf.ru