PHP

Write a php program that will count the characters on the string specified by the user1 min read

The for keyword indicates a loop in PHP. The for loop executes a block of statements repeatedly until the specified condition returns false.

You may also like: PHP for loop examples




Code: Write a php program that will count the characters on the string specified by the user

Leave a Comment