I have a small PHP project with a MySQL database, that I have been programming on notepad and uploading directly to my remote server using FTP.
Now I have installed ECLIPSE PHP and I would like to know if is there a way to sycronize or deploy my local project on the remote server (without manual copy/paste using FTP), and connect it to the remote MySQL to test it. I cannot find the option.
Thanks a lot