steveswift79 Posted March 4, 2006 Share Posted March 4, 2006 I am BRAND NEW to PHP. I am using Dreamweaver 8 and when I load a PHP page I just see a bunch of wierd PHP symbols. Can someone tell me how to fix this? Lamens terms please as I am just starting out.Thanks Quote Link to comment Share on other sites More sharing options...
stupidfly Posted March 4, 2006 Share Posted March 4, 2006 Well what code are you trying to display. Give us something to work with. Quote Link to comment Share on other sites More sharing options...
steveswift79 Posted March 4, 2006 Author Share Posted March 4, 2006 I am trying to work with a login code. Quote Link to comment Share on other sites More sharing options...
litebearer Posted March 5, 2006 Share Posted March 5, 2006 Hmmm[!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--]I am BRAND NEW to PHP[/quote]For the moment (no offense intended), we will presume you have zero, nada, zilch knowledge of php.PHP files are processed by the server. The first thing to check is whether or not you have php on your server.placing the following file on your server, then pointing your browser to the file will tell us if you have PHP.[code]<?PHPPHPINFO();?>[/code]Also when someone asks what code you are using, they mean for you to show us the actual code so we can help isolate the problem.Lite... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.