witchy478 Posted March 16, 2012 Share Posted March 16, 2012 Hi I'm trying to do a php website using notepad++ but when I save it and I test it out on a web browser it gives me my coding instead of a form. How do I fix this. Thank you Link to comment https://forums.phpfreaks.com/topic/259051-confused/ Share on other sites More sharing options...
trq Posted March 16, 2012 Share Posted March 16, 2012 You need a http server installed and configured to execute php. Link to comment https://forums.phpfreaks.com/topic/259051-confused/#findComment-1328022 Share on other sites More sharing options...
witchy478 Posted March 16, 2012 Author Share Posted March 16, 2012 Do you know any good ones that are open sourced and is there anything else that I would need Link to comment https://forums.phpfreaks.com/topic/259051-confused/#findComment-1328024 Share on other sites More sharing options...
Muddy_Funster Posted March 16, 2012 Share Posted March 16, 2012 I use XAMPP From ApachieFriends for my development computers. It's light and well contained, installs everything you need at the first instance. Link to comment https://forums.phpfreaks.com/topic/259051-confused/#findComment-1328026 Share on other sites More sharing options...
trq Posted March 16, 2012 Share Posted March 16, 2012 Apache or Nginx. http://httpd.apache.org/ http://nginx.org/ though I would recommend Apache for now as it is still the most common server in use with PHP. Eventually you'll need MySql as well. Oh, and PHP http://php.net Link to comment https://forums.phpfreaks.com/topic/259051-confused/#findComment-1328027 Share on other sites More sharing options...
witchy478 Posted March 17, 2012 Author Share Posted March 17, 2012 Hi I was able to configure apache and php but I don't now how to configure all of them to work with mysql. I'm using navicat also. Link to comment https://forums.phpfreaks.com/topic/259051-confused/#findComment-1328550 Share on other sites More sharing options...
jcbones Posted March 17, 2012 Share Posted March 17, 2012 WAMP(Windows) server, it will automatically configure everything for you. If you are using linux (doubt you are), just look up LAMP(Linux), or the cross platform XAMP (already suggested). Link to comment https://forums.phpfreaks.com/topic/259051-confused/#findComment-1328556 Share on other sites More sharing options...
witchy478 Posted March 17, 2012 Author Share Posted March 17, 2012 I downloaded wamp and I'm trying to figure it out and when I clicked on phpmyadmin it tells me that I don't have permission to access /phpmyadmin/ on this server. Link to comment https://forums.phpfreaks.com/topic/259051-confused/#findComment-1328566 Share on other sites More sharing options...
witchy478 Posted March 17, 2012 Author Share Posted March 17, 2012 I managed to figure it out thank you for your help Link to comment https://forums.phpfreaks.com/topic/259051-confused/#findComment-1328578 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.