Barry,
PHP is a programming language that is not run in the browser but by the
web server.
When you point your browser at the PHP page then the web server gets the
page from the disk then uses the PHP code to create the HTML that is
sent back.

Quanta is for editing HTML mainly or PHP code. To run your PHP code you
will need to set it up so that a web server (usually Apache on Linux)
will be able get to the page and you can point your browser to it with
"http://"; preceding it not "file://".

I believe that there are PHP debuggers but I haven't seen them run yet
and I don't know much about them. These may be capable of what you want.



On Sat, 2004-01-17 at 21:01, Barry wrote:
> I have just tried quanta for the 1st time and am testing it with an
> existing prog. (Mandrake 8.2 distro)
> 
> The app uses php code & mysql and runs fine in a browser as localhost
> but not in quanta because of the php code.
> 
> Is it possible to start/run quanta as localhost so that the inbuilt
> preview function will display correctly?
> (mysql is running) Help & F1 bring up the KDE help files, there is
> nothing at all about quanta other than the name
> 
> TIA
> 
> Barry
-- 
----------------------------------------------------
Regards,
Zane Gilmore   (Linux nerd since 1998)
____________________________________________________
Any sufficiently advanced technology is 
indistinguishable from magic.:- A.C.Clark
____________________________________________________

Reply via email to