php

  • PHP

Return Multiple Values From Function Using Arrays In PHP

If you are a C/C++ programmer, then you know that functions can not return more than one value. To over…

14 years ago
  • PHP

PHP Comments, String Concatenation, Addition of Numbers & Hello World

Today lets see these 4 basic things:1. The classic "Hello World" program.2. Comment system in PHP.3. Concatenation of Strings.4. Addition…

14 years ago
  • PHP

First PHP program & Worst Practices To Avoid

We can embed php inside html tags and html tags inside php codes, but whatever it is - your php…

14 years ago