Hallo Zet, Hoi Sebastian > I read the manual; I foud the tab 'Antwoord', I can change in Firebug, > but.....I still don't know, which file I need to change it for always. > I am not quite sure yet what exactly you want to reach.
> Does this occur because I use 127.0.0.1 with PHP en MySql on my > own computer? > I can say, that Firebug doesn't change the files on your server by default. Therefore you need extensions<http://getfirebug.com/wiki/index.php/Firebug_Extensions>like FireFile <http://getfirebug.com/wiki/index.php/Firebug_Extensions#FireFile>or cssUpdater<http://getfirebug.com/wiki/index.php/Firebug_Extensions#cssUpdater>to upload the changes you made in Firebug to your server. > I'm new and a dummy so maybe it's impossible or very easy what I want. > Generally it is not possible to apply the HTML changes you made in Firebug to your PHP scripts. The reason is, that Firebug just sees the HTML output and not the structure of the scripts behind it. So e. g. a PHP script can include different other files via require() or include(), but the browser - and therefore also Firebug - doesn't know about these includes. So that's why you should use an IDE like e. g. Eclipse or NetBeans to edit your files. Please let me know, If that was what you meant. Greeting from Holland > Zet Weeh Best regards, Sebastian -- You received this message because you are subscribed to the Google Groups "Firebug" group. To view this discussion on the web visit https://groups.google.com/d/msg/firebug/-/tV_MbSoXDAcJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
