↓ Skip to Main Content
Useful code Programming with VBA, C# and Python

Main Navigation

  • All
  • VBA
    • VBA Tools
    • VBA Online Resources
    • All VBA articles
  • Python
  • Else
    • C#
  • Reviews
    • List of reviews
  • YouTube
  • PayPal
  • About
Useful code Programming with VBA, C# and Python

Off Canvas Menu

  • All
  • VBA
    • VBA Tools
    • VBA Online Resources
    • All VBA articles
  • Python
  • Else
    • C#
  • Reviews
    • List of reviews
  • YouTube
  • PayPal
  • About

Tag: PHP

Book Review – Learn PHP 7 – Coming soon

By Vitosh Posted on June 2, 2016 Posted in News Tagged with Book Review, Learn PHP7, PHP, Steve Prettyman
Book Review – Learn PHP 7 – Coming soon

After writing some articles about PHP and even reviewing books about it, I have asked the nice people from Apress.Com to kindly send me the book PHP 7 for a review.  And they did it! 😀 Thus, I hope I would …

Book Review – Learn PHP 7 – Coming soon Read more »

XML with PHP – make links easily

By Vitosh Posted on October 7, 2015 Posted in Else - Just Tricks, PHP Tagged with PHP, PHP XML, xml php links
XML with PHP – make links easily

I really did not think to make a post about it, but as far  as I have lost about 15 minutes in research how to do it, it is obviously that spending some 10 minutes more would be valuable. The …

XML with PHP – make links easily Read more »

PHP – JQuery – MySQL – Make a simple drop down menu

By Vitosh Posted on September 28, 2015 Posted in Else - Just Tricks, PHP Tagged with Drop Down list, jQuery, PHP
PHP – JQuery – MySQL – Make a simple drop down menu

After the simple ToDo list here, I have decided to add more features to it. So, a possible feature, looks like this – you have a drop down menu with all the users in the database: Then, after a selection, …

PHP – JQuery – MySQL – Make a simple drop down menu Read more »

PHP – Make a simple To Do list with PHP

By Vitosh Posted on September 23, 2015 Posted in Else - Just Tricks, PHP Tagged with PHP, php cookies, todo list
PHP – Make a simple To Do list with PHP

Some two days ago I have decided that it would be more fun if I try to make a simple PHP todo list, while trying to learn the language. 🙂 After all, I have made this exercise with JS (no …

PHP – Make a simple To Do list with PHP Read more »

PHP – Simple guessing game

By Vitosh Posted on September 20, 2015 Posted in Else - Just Tricks, PHP Tagged with PHP, set cookies in PHP, simple PHP
PHP – Simple guessing game

Indeed simple. These are the rules (from a homework of the SoftUni): Implement a “Guess Number Game” in PHP. Keep the secret number in the user’s session and indicate “Up” or “Down” after each guess. At the start page of …

PHP – Simple guessing game Read more »

PHP – Inheritance and Overload in a Class

By Vitosh Posted on September 3, 2015 Posted in Else - Just Tricks, PHP Tagged with inheritance, overload, PHP
PHP – Inheritance and Overload in a Class

Have you ever dreamt to understand the inheritance and the overload from once 5 minute example? No such dreams? Anyway, in case you ever tend to think about it, here is the example with PHP. Let’s imagine that we have …

PHP – Inheritance and Overload in a Class Read more »

PHP – Make Iterator with PHP Class

By Vitosh Posted on September 3, 2015 Posted in Else - Just Tricks, PHP Tagged with iterator with php, PHP, php iterator
PHP – Make Iterator with PHP Class

PHP and iterators… Violin and boxing… Anyway, it is possible and the possibility is since some years ago. In this article I will simply show how to make an iterator with a PHP class. And I would iterate in a …

PHP – Make Iterator with PHP Class Read more »

PHP – class with functions

By Vitosh Posted on September 1, 2015 Posted in Else - Just Tricks, PHP Tagged with class with PHP, PHP
PHP – class with functions

After some time with JS and Python, this week I have decided to continue with PHP. So, let’s see how you can make a class with a function in PHP. My class would be called Investment, with 3 public variables …

PHP – class with functions Read more »

PHP – Issue yourself a certificate – PDF and PHP

By Vitosh Posted on August 21, 2015 Posted in Else - Just Tricks Tagged with make pdf with php, PHP
PHP – Issue yourself a certificate – PDF and PHP

As you are probably aware, this site is called VitoshAcademy. As far as the site is called this way, I have tought of finding a way to issue automatic certificates with PDF and PHP. And this is exactly what I am going …

PHP – Issue yourself a certificate – PDF and PHP Read more »

PHP – Reading from a file into a HTML table

By Vitosh Posted on August 17, 2015 Posted in Else - Just Tricks Tagged with PHP, php file html table, reading from php file
PHP – Reading from a file into a HTML table

As I have already mentioned in a previous article here, lately PHP has attracted my attention. Thus, today I will show how to build a small HTML table from a txt file, using each line in the file as a …

PHP – Reading from a file into a HTML table Read more »

PHP MySql – Getting data from a database into a HTML Table

By Vitosh Posted on August 15, 2015 Posted in SQL Tagged with get data into table, Getting data from a database, MySql, PHP
PHP MySql – Getting data from a database into a HTML Table

Some time ago, about 10 days to be more precise, I have decided to take a better look at PHP and to try to understand why so many people hate it actually. After all, as a VBA developer (or if …

PHP MySql – Getting data from a database into a HTML Table Read more »

Copyright © 2026 VitoshAcademy