jhayden Posted July 11, 2007 Share Posted July 11, 2007 Hi All, This is probably a very stupid question, but I've written a script with a .php extention and then tried to open it in internet explorer (by going to file -> open etc) and all it does is open it as if it were a notepad text document. If anyone can help I would greatly appreciate it. Cheers, Jason Link to comment https://forums.phpfreaks.com/topic/59392-opening-php-scripts/ Share on other sites More sharing options...
trq Posted July 11, 2007 Share Posted July 11, 2007 You need to install a web server, then access the file via a local url. eg; http://localhost/file.php. PHP is parsed server-side, hence, needs a server. Link to comment https://forums.phpfreaks.com/topic/59392-opening-php-scripts/#findComment-295410 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.