Benchmarkchart – php example code – part 3 – admin page
Article describe admin page for removing unwanted score with remove.php script. Remove script is invoked by GET url link, then
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 describe admin page for removing unwanted score with remove.php script. Remove script is invoked by GET url link, then
Read moreArticle describe part of final app responsible for submiting particular score with picture verification. Uploaded image is moved from temporary
Read moreArticle describe basic decomposition of problem for benchmark chart aplication. User can submit benchmark score with photo validation. Admin can
Read moreArticle focus on small code improvements that can be extended by time. Our firs improvement is separation of database access
Read moreArticle focus on improvement mailinglist app for enabling access for common users only on by e-mail unsubscription without ability to
Read moreArticle focus on mechanism for unsubscribing users from mailinglist by their e-mails. Because this part is meant to by available
Read moreArticle focus on part responsible for creating a post and resending them to a subscribers. List of subscribers is also
Read moreArticle describe database table design and appropriate parts of index.php responsible for subsribtion of user into a mailinglist. Before preparation
Read moreArticle descreibes decomposition of problem for mailinglist app. Users can subscribe for newsletter, grant GDPR. Admin can send mass emails
Read moreThis article show php code of simple guestbook with adding post, remove latest post and form reset functionality. All content
Read more