View Single Post
  #11 (permalink)  
Old 03-09-2008, 08:54 AM
DaveSawers's Avatar
DaveSawers DaveSawers is offline
WebProWorld Veteran
 

Join Date: Dec 2006
Location: Calgary, Alberta, Canada
Posts: 384
DaveSawers RepRank 1
Default Re: Firefox problem in php

Quote:
Originally Posted by getmea View Post
I am having a problem running php scripting in FF. Hence, my obvious plea for help.
No you are not! The browser does not run PHP code. PHP is only executed on the server. It writes HTML and sends HTML to the browser (FF or IE or whatever) which then tries to display it.

The Firefox HTML checker detects 124 errors in the HTML on your home page. Most other pages have over 100 errors too. Maybe you should fix those first. If you have errors in your form coding that sends data back to PHP on the server, this could be causing the differences.
__________________
Dynamic Software Development
www.activeminds.ca

Last edited by DaveSawers : 03-09-2008 at 09:02 AM.
Reply With Quote