php

  1. B

    PHP on local machine without apache

    <html> <head> <title>test</title> </head> <body> This is html part<br> <?php $text = "echo from php"; echo $text; ?> </body> </html> I used to create simple php and mysql stuff on apache localhost using xampp. Then I bought an website and experiment...