View Single Post
  #2 (permalink)  
Old 19-01-2008, 05:31 PM
Lawrence Lawrence is offline
Forum Admin
 
Join Date: Aug 2007
Location: Kenley, Surrey, UK
Posts: 1,226
Thanks: 2
Thanked 82 Times in 82 Posts
Default Re: Help With Firebug...

Firebug? Do you mean the plug-n for Firefox? If so, you need to have a very good grounding in HTML and CSS before even considering using it.

PHP is a server side technology and CSS is a style sheet to format your web pages, there is no comparison between the two. It's impossible for a browser (with or without the Firebug plug-in) to tell what has been done by PHP as it is done on the server behind closed doors before the page is sent to the browser.

Firebug only deals with the HTML and CSS that is sent to the browser, PHP doesn't come into it.
__________________
Lawrence
Reply With Quote