PHP

  • PHP

Store Page View Count In Session Variable: PHP

PHP program to store page views count in SESSION, to increment the count on each refresh, and to show the…

14 years ago
  • PHP

Randomly Display Some Images From A Set of Images: PHP

Use of this script: 1. If you have a photo blog with 100 or more images, using this small php…

14 years ago
  • PHP

Dynamic Page Creation: PHP

In this PHP program we will not be generating pages, but creating the illusion of dynamic page creation! i.e., we…

14 years ago
  • 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
  • PHP

Accessing localhost Web-server on Mac and PC

Make sure that you turn on the Wamp if you are on a PC and Mamp if you are on…

14 years ago
  • PHP

Links For Installing WAMP, MAMP, XAMPP

These are the official websites and your goto place if you want to know anything about these technologies. They have…

14 years ago