Thread: Bluefish: Firefox external commands using PHP .
greetings,
programmer , new ubuntu 11.10 , i'm having difficulty bluefish executing php files in firefox.
bluefish works html, not php files. example: <?php phpinfo();php?> firefox opens blank page , dialogue box says "what should firefox file?"
in firefox external commands original label mozilla found mozilla not installed. changed
label firefox , command to; firefox %s didn't work either did more searching , found
few more command entries like:
firefox -remote 'openurl(%f, new-window)' || firefox '%f'&
firefox -new-window $(echo "%s" | sed "s/\/var\/www/http:\/\/localhost/")
firefox -remote 'openurl(%p)' || firefox '%p'& /var/www/http://localhost/
firefox -remote 'openurl(%s)' || firefox '%s'& /var/www/http://localhost/
etc etc.
none of these commands work, @ least not me.
on life , continue learning more about
ubuntu , linux cannot until dilemma solved. on edge.
appreciated.
richm
hmmmmm..... not sure php in general latest bluefish uses:
to open page in firefox. perhaps work you?code:firefox -remote 'openurl(%p)' || firefox '%p'&
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [SOLVED] Bluefish: Firefox external commands using PHP .
Ubuntu
Comments
Post a Comment