Hi all, after a long period of inactivity, I propose a new tutorial on handling dates in PHP. Salve a tutti, dopo un lungo periodo di inattività vi propongo un nuovo tutorial sulla gestione delle date in PHP.
PHP Guide: handling arrays
PHP Guide: handling arrays Arrays, as mentioned in previous posts, are nothing but containers containing various pairs of keys => values. PHP provides us with some native functions to manage, sort, remove items and so on. Guida PHP: gestire gli…
PHP Guide: handling strings
PHP Help: Handling Strings Hi, here we are again after a period of inactivity with a new guide. Today we will discuss string manipulation in PHP. Guida PHP: Gestire le stringhe Salve, dopo un periodo di inattività rieccoci con una…
PHP Guide: switch and for,foreach,while
PHP Tutorial: switch statement and for/foreach/while loops Hello everyone, today we confront the topic switches to iterate over arrays and loops. Switch The switch statement is no more than one “alternative” to declare a series of if {} elseif {}…
PHP Guide: the if statement
Guida PHP: L’istruzione if Salve, oggi -come accennato nel post precedente- parleremo dell’istruzione if. if, tradotto dall’inglese significa “se” e ci servirà per controllare in un determinato punto di una determinata funzione, se qualcosa va come abbiamo previsto..ma vediamo subito…
Browser Game School: Getting started with PHP
Getting Started with PHP WarDrome (like many other games or sites) is programmed with PHP. PHP was created in 1994 by Rasmus Ledorf and is primarily designed to provide a language that allows to generate dynamic content, interacting with the…
Give me a mysql connection and I will move the galaxy.
Wardrome is first of all a database query eater, an enormous management software that rather than deal with a company or other annoying things is here to make you play and have fun. The first thing to be dealt with…