Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy. This forum is not for asking programming related questions.
im new to php and i am trying to make a simple website i.e html dynamic pages with php
everything was ok but after i divided my code into parts and put them in he includes folder on my pc
but when i start index.php i started seeing this below on my web browser ,the orignal code is below(undivided code) am i missing something?
Expanding on what Greg said, your web server must be configured to process PHP. Is this web server on your local computer or are you hosting this web page on a remote hosting service? If it's a hosting service, then your provider apparently doesn't support PHP, so you need to talk to their Tech Support. If it's on your local computer and you are running Apache web server, you need to download the PHP libraries and then configure Apache by adding a few lines in httpd.conf file; if you are running a Windows web server, you need to follow directions for installing PHP with that server.