jnellie Posted September 6, 2008 Share Posted September 6, 2008 I'm not sure what I'm doing wrong but it appears that I haven't even installed PHP yet. Even when I cut and paste an HTML code with embedded PHP, there is no PHP output. Help? Link to comment https://forums.phpfreaks.com/topic/123050-trying-to-get-started/ Share on other sites More sharing options...
dropfaith Posted September 6, 2008 Share Posted September 6, 2008 make a page with just that code and go check if its installed <?php phpinfo(); ?> Link to comment https://forums.phpfreaks.com/topic/123050-trying-to-get-started/#findComment-635415 Share on other sites More sharing options...
ankhmor Posted September 6, 2008 Share Posted September 6, 2008 make sure that the file ends with .php if that's the case try what dropfaith suggested. FYI You can try XAMPP. It has apache, php, mysql, and much more. The installation is not hard either. Link to comment https://forums.phpfreaks.com/topic/123050-trying-to-get-started/#findComment-635436 Share on other sites More sharing options...
revraz Posted September 6, 2008 Share Posted September 6, 2008 None of us are mind readers. If you want help with code, post the code. Link to comment https://forums.phpfreaks.com/topic/123050-trying-to-get-started/#findComment-635490 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.