Like while loop, for loop also used to execute the block of codes if the condition is true. FOR is used when you know how many times the scr...
Advanced PHP tutorial is useful for learning php, mysql, ajax, jquery, javascript, HTML, CSS with advanced concepts.
Like while loop, for loop also used to execute the block of codes if the condition is true. FOR is used when you know how many times the scr...
Like while loop Do-while is also used to execute the block of code while the condition is true.