faqts : Computers : Programming : Languages : PHP : Function Libraries : PHP Related

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

0 of 2 people (0%) answered Yes
Recently 0 of 2 people (0%) answered Yes

Entry

When I execute a php script via my browser all I get is the code.

Oct 9th, 2006 09:34
Matthew Wilkinson, Chester Brown,


Your browser does not actually execute PHP code. You need a server to
execute it server side for you as the browser only shows the output that
the server sends it after execution of PHP scripts.