Quote:
Originally Posted by pornask
PHP is server based scripting language. All script tasks are performed on the server and you only see the output of it. One script often calls (echoes) another so you pretty much have to upload it on the server to see the changes you have done. I'm not sure how other programmers do it or whether there is a way to see your scripts perform without uploading them on a server, but this is the way I've been doing it all the time.
|
i understand this, but i just want to push a button that uploads the file i'm working on to a pre-configured ftp site. i don't want to go to an ftp client every time i make a quick adjustment to a table. i know that php designer is supposed to provide this, but it sucks. dreamweaver seems to completely assrape your development environment.