Re: [PHP-WEBMASTER] BBEdit?
[email protected] ("Hannes Magnusson")
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <[email protected]> |
On Feb 1, 2008 12:37 AM, Tim Isherwood <[email protected]> wrote: > Ok, I give up.. nothing on your site.. > > I am trying to edit a site using BBEdit.. Proof it locally and then > simply upload. > > The pages are .php. Ok, but where to from here - all I get is errors.. > > Are there resources for those, like me, who want to use a simple text > editor to edit an existing site????????? If you want to run the .php files on your machine you'll have to install a webserver (Apache for instance) and PHP. Same applies for the server, it has to have PHP support for the .php files to work. See: http://docs.php.net/manual/en/install.windows.php I recommend you look at http://docs.php.net/manual/en/getting-started.php and these simple examples to work before you start editing "advanced things". If you still "can't get anything to work" please have a look at our support pages: http://php.net/support -Hannes