Bazaar – php example code – part 8 – shopping cart of user
Article focus on way of implementation of user shopping cart. Our bazar_item table is altered for new field cart_number. If
Read more
The creation of websites has undergone an extensive rebirth since the days of text pages. In addition to the development of basic technologies such as HTML markup language and visual styling using CSS. Gradually, scripting technologies were added on the server and client side, which enabled the creation of dynamic pages that respond flexibly to user interaction. Frameworks bring simplification and automation of content creation. In the area of amateur and user-friendly web design, the WYSIWYG method was replaced by content CMS systems (wordpress, joomla or drupal). This section will gradually introduce technologies for web development as well as interesting programming languages and development tools.
Article focus on way of implementation of user shopping cart. Our bazar_item table is altered for new field cart_number. If
Read moreArticle deeper focus on mechanism how to use session variables created for loged in user for diferentiating page display. This
Read moreThis new year article will focus on using $_SESSION and $_COOKIE variables in proces on login user into a application.
Read moreArticle focus on way how to create site admin page. In our first approach we focus only on content of
Read moreOur special Christmass article focus on listening item for sell on bazaar page. Data are obtained from registered user, inserted
Read moreArticle focus on way how we populate category/ subcategory for selling items. Management page contains listing of scucessfully added fileds
Read moreArticle focus on database sctructure design for Bazaar app. Proces of normalization and atomisation of user data is important for
Read moreBazaar app enable management of sell offers from variety of registered clients. Main project focus on database design and implementation,
Read moreArticle is focused on way how to alter existing code for showing submited post as a table. But scores are
Read moreArticle describe way how to limit access into a admin page using header authentification. Before sending page data, user must
Read more