So My website is already built and fully functional on I built it using ajax, jquery,html, and php , so I am trying to figure when converting over to phonegap am I creating all new php files to attach to phonegap server or am I just calling/wrapping my website using the files I already have from my website , I guess what im trying to ask is when I edit my website files using FTP should my app be automatically updated because im using ajax to call php files on my website server or do i need to create the files separate it should have 0 affect on my app unless I edit that as well ,
The reason why im asking because all of my website php files checking to see if cookies and sessions are set else redirect to index.php and dont really understand how thats going to work using the phonegap app, completely new to this , hope im being very clear on what im asking