473,404 Members | 2,187 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,404 software developers and data experts.

Mozilla Firefox and PHP

I apologize for such an elementary question but I am new to PHP.
If there is an FAQ that addresses this please let me know.

I have some PHP that works fine on my Dell Win2K XP when I use "php.exe"
and "php-cgi.exe"; not sure how these executeables got there but
someone must have installed them. But what I need to do is have PHP
scripts run in my Mozilla Firefox 1.5.0.4 browser. Currently they don't.

Do I need to install some plugin for my browser? If so can someone
provide a URL? Or if not maybe you could advise me on what needs to be done.

Thank you.

Andrew M. Neiderer
ne******@arl.army.mil
US Army Research Laboratory
Jul 31 '06 #1
6 12410
Andrew Neiderer wrote:
But what I need to do is have PHP
scripts run in my Mozilla Firefox 1.5.0.4 browser. Currently they don't.
You need to save the files in your web server, in the appropriate
folder.

eg I'm using phpdev (bundled apache web server + php + mysql) so would
save them in c:/phpdev/www

d.

Jul 31 '06 #2
Rik
Andrew Neiderer wrote:
I apologize for such an elementary question but I am new to PHP.
If there is an FAQ that addresses this please let me know.

I have some PHP that works fine on my Dell Win2K XP when I use
"php.exe"
and "php-cgi.exe"; not sure how these executeables got there but
someone must have installed them. But what I need to do is have PHP
scripts run in my Mozilla Firefox 1.5.0.4 browser. Currently they
don't.

Do I need to install some plugin for my browser? If so can someone
provide a URL? Or if not maybe you could advise me on what needs to
be done.
Run a local webserver (like Apache), and open the pages in your browser. It
isn;t actually the browser that's running them, but the webserver offcourse.
To my knowledge browsers cannot run PHP.

XAMP is a nice package that will install Apache, PHP & MySQL in one go
without much hassle for testing at home.

Grtz,
--
Rik Wasmus
Jul 31 '06 #3

Rik wrote:
Andrew Neiderer wrote:
I apologize for such an elementary question but I am new to PHP.
If there is an FAQ that addresses this please let me know.

I have some PHP that works fine on my Dell Win2K XP when I use
"php.exe"
and "php-cgi.exe"; not sure how these executeables got there but
someone must have installed them. But what I need to do is have PHP
scripts run in my Mozilla Firefox 1.5.0.4 browser. Currently they
don't.

Do I need to install some plugin for my browser? If so can someone
provide a URL? Or if not maybe you could advise me on what needs to
be done.

Run a local webserver (like Apache), and open the pages in your browser. It
isn;t actually the browser that's running them, but the webserver offcourse.
To my knowledge browsers cannot run PHP.

XAMP is a nice package that will install Apache, PHP & MySQL in one go
without much hassle for testing at home.

Grtz,
--
Rik Wasmus
Actually, that could be a useful plugin for FF. Have it invoke php.exe
if you were accessing the PHP file locally. Sure, the ideas is riddled
with potential security holes, but it might be handy. In fact, it'd be
really nifty to make it an integrated debugger, so while the page is
loading it'll break out and let you play with things as the page loads.

Jul 31 '06 #4
Andrew Neiderer wrote:
>
I apologize for such an elementary question but I am new to PHP.
If there is an FAQ that addresses this please let me know.

I have some PHP that works fine on my Dell Win2K XP when I use "php.exe"
and "php-cgi.exe"; not sure how these executeables got there but
someone must have installed them. But what I need to do is have PHP
scripts run in my Mozilla Firefox 1.5.0.4 browser. Currently they don't.
And they never will. ;-)

PHP isn't run by browsers, like Javascript. It's run on the webserver.

You need a local webserver with PHP support and then point your browser
to 'localhost'.
>
Do I need to install some plugin for my browser? If so can someone
provide a URL? Or if not maybe you could advise me on what needs to be done.
Install and configure a local webserver. If you don't want the hassle of
installing and configuring all the needed parts yourself (You are going
to need at least Apache and PHP, most likely also a database server like
MySQL, if the scripts use databases.) you can go for one of the
preconfigured all-in-one packages like XAMPP, which you can find here:
http://www.apachefriends.org/en/xampp.html

These are perfectly ok, if you just want to test some scripts by other
people. However, if you get into serious developing yourself I would
advise you to install all packages yourself from scratch. That way you
will learn how everything works together and you can also choose which
version of which packages you want to run.
Jul 31 '06 #5
*** Richard Levasseur escribió/wrote (31 Jul 2006 10:25:12 -0700):
Actually, that could be a useful plugin for FF. Have it invoke php.exe
if you were accessing the PHP file locally. Sure, the ideas is riddled
with potential security holes, but it might be handy.
I haven't written many web apps that can run out of the server context:
most of then depend on $_SERVER or $_POST.

It maight be useful for shell scripts but... once again, I write scripts to
run in console :)
--
-+ http://alvaro.es - Álvaro G. Vicario - Burgos, Spain
++ Mi sitio sobre programación web: http://bits.demogracia.com
+- Mi web de humor con rayos UVA: http://www.demogracia.com
--
Aug 1 '06 #6
Anonymous wrote:
Andrew Neiderer wrote:
>I apologize for such an elementary question but I am new to PHP.
If there is an FAQ that addresses this please let me know.

I have some PHP that works fine on my Dell Win2K XP when I use "php.exe"
and "php-cgi.exe"; not sure how these executeables got there but
someone must have installed them. But what I need to do is have PHP
scripts run in my Mozilla Firefox 1.5.0.4 browser. Currently they don't.

And they never will. ;-)

PHP isn't run by browsers, like Javascript. It's run on the webserver.
PHP is a general purpose scripting language as is JavaScript. PHP is
*usually* run on server side and JS in the browser.

PHP for Windows supports ActiveScript and that makes it possible to host
it in browser supporting this interface (e.g. IE). On the other hand
JavaScript has been used as server side scripting (ASP, GoAhead embedded
server, etc.)

Back to original question, it will require certain development effort to
plug PHP as alternative scripting engine into Firefox. Source code for
both is available ...

Roman
Aug 2 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: ekimnosnews | last post by:
I'm programming a JS tile map editor for my friend's game. The map editor has different "sections" that contain different tiles. The way that it works is when you select a section it calls a JS...
1
by: Sergey Ilinsky | last post by:
Well, while working on a rich ui with DHTML I discovered the following problem: Mozilla/Firefox seems to be wrong when rendered elements with sizes given in percents and that are placed into...
2
by: Eli | last post by:
Hi, Since using IFRAMEs in my page, I want to disable the F5 and BackSpace keys. I got this working on IE but not on Mozilla Firefox: function CheckKey(evt) { evt=(evt)?evt:window.event;...
0
by: BACON | last post by:
I'm just starting the process of reorganising my modest little website and cleaning up all the HTML, and the logical place to begin was with the homepage. I made a simple little ASP.NET control...
8
by: Clément | last post by:
Hi! I am currently developping a user interface with Ajax/C#/.net. And I am facing a problem with Mozilla, and Firefox. I use the function innerHTML to load a Web UserControl into a div, this...
2
by: StephenM | last post by:
I am looking for an answer to what might either be a very common problem or something specific to Mozilla Firefox users. Let me explain... A few days ago I noticed an interesting anomoly:...
5
by: Prasad | last post by:
Hi all, I wanted to know whether my page is connecting to server or not using xmlHttp request. For that , I am using one condition in onreadystatechange function as.. function xxx() {...
2
by: sajithamol | last post by:
How can i migrate one application from IE to Mozilla Firefox. while working in IE , javascript was working perfectly . But when i used Mozilla firefox , javascript not working. How can i make one...
3
by: carolinevdp | last post by:
Hi all, I wrote a program that grabs the url of the IE windows that are opened by iterating with FindWindowEx until I find the window with FindWindowEx(ComboBoxChild, 0, "toolbarwindow32",...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.