↓ 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

Category: PHP

One of the most hated languages in the world. Still, it is fun.

Home › Archive for PHP
Book Review – Pro PHP and jQuery
JQuery, PHP, Review

Book Review – Pro PHP and jQuery

Vitosh Apr 10, 2016

A little less than two months ago I was kindly provided with the second edition of the book Pro PHP and jQuery for a review. I have about 2 years experience with both technologies, although I am making a living mainly …

Book Review – Pro PHP and jQuery Read more →

XML with PHP – make links easily
Else - Just Tricks, PHP

XML with PHP – make links easily

Vitosh Oct 7, 2015 Tagged with PHP, PHP XML, xml php links

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 →

AJAX – JQuery – PHP – JSON – Get data from DB with AJAX
Else - Just Tricks, JQuery, PHP

AJAX – JQuery – PHP – JSON – Get data from DB with AJAX

Vitosh Oct 5, 2015 Tagged with Ajax, jQuery, JSON encode Ajax, Simple Ajax example

Some time ago I have made a simple ToDo list with PHP here. Today, using its database and one function from the list, I have decided to make the todo list with Ajax. This means, that you should not refresh …

AJAX – JQuery – PHP – JSON – Get data from DB with AJAX Read more →

jQuery – DOM – InsertBefore, PrependTo and other examples
Else - Just Tricks, JQuery, PHP

jQuery – DOM – InsertBefore, PrependTo and other examples

Vitosh Sep 30, 2015 Tagged with DOM, Insert Before, jQuery, PrependTo

So I have tried to learn a little about jQuery and its DOM functions and this is what I have managed to do today – an example with “insertBefore”, “prependTo”, “insertAfter” and “appendTo”. Pretty much that is what the example …

jQuery – DOM – InsertBefore, PrependTo and other examples Read more →

PHP – JQuery – MySQL – Make a simple drop down menu
Else - Just Tricks, PHP

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

Vitosh Sep 28, 2015 Tagged with Drop Down list, jQuery, PHP

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 – Build a HTML Table From any Query
Else - Just Tricks, PHP

PHP – Build a HTML Table From any Query

Vitosh Sep 26, 2015 Tagged with build table in html, fetch_arrays, fetch_fields, php build standard html table

As far as I am putting some efforts towards PHP and understanding why it is so hated by programmers all around, I have decided that the results from the queries should be always easily displayed in an HTML table. A …

PHP – Build a HTML Table From any Query Read more →

PHP – Make a simple To Do list with PHP
Else - Just Tricks, PHP

PHP – Make a simple To Do list with PHP

Vitosh Sep 23, 2015 Tagged with PHP, php cookies, todo list

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
Else - Just Tricks, PHP

PHP – Simple guessing game

Vitosh Sep 20, 2015 Tagged with PHP, set cookies in PHP, simple PHP

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
Else - Just Tricks, PHP

PHP – Inheritance and Overload in a Class

Vitosh Sep 3, 2015 Tagged with inheritance, overload, PHP

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
Else - Just Tricks, PHP

PHP – Make Iterator with PHP Class

Vitosh Sep 3, 2015 Tagged with iterator with php, PHP, php iterator

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
Else - Just Tricks, PHP

PHP – class with functions

Vitosh Sep 1, 2015 Tagged with class with PHP, PHP

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 →

Copyright © 2026 VitoshAcademy