Hoi Sebastian Your answer is clear: I understand I'm changing the HTML I see and this is a part of a PHP-file and the name of that file you can't see in Firebug. So what I want is impossible.
But I also understand tha I can change my files on the server without knowing the name of that file using Firefile and cssUpdate. I never worked with that programs but I suppose you need to know the login and password otherwise everybody can change your files. By the way: thanks for your patience with my questions. Greetings, Zet Weeh On 23 okt, 11:08, Sebo <[email protected]> wrote: > 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 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.
