Skip to content
Saturday, May 17, 2025
  • Online Tools
  • Online EMI Calculator
  • Email Address Extractor
  • Virtual Coin Toss
  • Website Up or Down
  • Multi URL Opener
  • Coupons

TechFolks.net

Tutorials | Themes | Tools

  • Home
  • General
  • Open Source
  • Templates ▼
    • Bootstrap Themes
  • Tips&Tricks
  • SEO
  • PHP
  • Mysql
  • Linux
  • Js

Looping through Alphabets

For Loop PHP Looping through Alphabets PHP

Using For Loop Looping through Alphabets letters

February 21, 2014viveikComment(0)

Using For Loop Looping through letters is possible for($i = ‘S’; $i != ‘AC’; $i++) {echo $i.’ ‘;} Note: $i <= ‘AC’ it only works with $i != ‘AC’  Output : S T U V W X Y Z AA AB

Recent Posts

  • 5 Best Free Icons Download Websites with No Attribution Required
  • 5 Best Open Source Human Resource Management Software Systems using PHP and MySql
  • PHP Mysql Visitor Counter Script
  • 10 Best YouTube Channels to Learn Web Development Programming
  • How to Get/Create Google Analytics HeatMap Plugin on Websites or Blogs
| Editorial by MysteryThemes.