how to install php MySQL on server
am 26.11.2005 10:15:39 von Steve Harris
The books I've been looking at about PHP and MySql all tell you how to
install them on your own local machine. But how do you install them on your
web site? I would like to build a flash application which uses a MySQL
database. I want users to be able to update the data base by logging on to
my web site and using PHP to update the database. I envisage the sql file
and flash program being on their local computer and the php script being on
my web site. Is that possible and if so how?
Steve
Re: how to install php MySQL on server
am 26.11.2005 22:52:57 von j80k-vpfc
In article <%IVhf.4678$8G6.3570@fe1.news.blueyonder.co.uk>,
s.harris@blueyonder.co.uk (Steve Harris) wrote:
> *Subject:* how to install php MySQL on server
> *From:* "Steve Harris"
> *Date:* Sat, 26 Nov 2005 09:15:39 GMT
>
> The books I've been looking at about PHP and MySql all tell you how
> to install them on your own local machine. But how do you install
> them on your web site? I would like to build a flash application
> which uses a MySQL database. I want users to be able to update the
> data base by logging on to my web site and using PHP to update the
> database. I envisage the sql file and flash program being on their
> local computer and the php script being on my web site. Is that
> possible and if so how?
>
> Steve
>
>
>
All you can do is to ask your isp/host if they have/can/will ?
If your host isn't already running PHP and MySQL you're basically
screwed :-(
Since you have a BY address, can I assume you are on cable ? You could
install your own little webserver. I run Abyss on mine. (Free version)
The good thing about that is that I can do all of my testing locally,
before unleashing it on the real world.
- Steve