0
PHP
Can php code only be tested if I have uploaded to a web server ? Because I have a php code to input html form data into a txt file but when I click submit it just shows the php in with the tags and everything (I am testing locally from my laptop)
8 Réponses
+ 1
Like this c:\xampp\htdocs\YOUR_PROJECT, then go to localhost\YOUR_PROJECT
+ 1
You can install web server on your own pc, most famous is apache
+ 1
Move your project folder to htdocs folder inside xampp
+ 1
Please, and let my know right away
+ 1
Have you ever opened xampp control panel and started apache service
+ 1
Elva thanks it worked there was a little error in my code 😘thanks for the help
0
Elva I have xampp installed but I m still getting the PHP code with the tags
0
Elva thanks let me try it 🌞