Showing posts with label BasicofPHP. Show all posts
Showing posts with label BasicofPHP. Show all posts

6 PHP inside HTML

Program: <html> <body>     <select>         <?php                 for($i=0;$i<50;$i++)                 {          ...
Read More