nook6 Posted November 16, 2012 Share Posted November 16, 2012 Hi I'm very sorry if I'm posting this in the wrong place. I'm trying to work out how to put a version check into my scripts so when people sign into thier admin section it tells them whether they are running the latest version of the script? Any pointers would be gratefully received. Thank you in advance Nook6 Quote Link to comment https://forums.phpfreaks.com/topic/270802-php-version-check-in-my-own-scripts-not-what-version-of-php-is-on-the-server/ Share on other sites More sharing options...
krisw44 Posted November 16, 2012 Share Posted November 16, 2012 I don't know if i understand you correctly, but this is what I think you want to do. You have a client side application that is hitting your server. You want to make sure that the client has the newest version of your files. My suggestion would be to create a database on your site with a list of pages and their current version. Then at the top of each necessary page have it check with the server to see if it is the newest version. Hope this helps. Quote Link to comment https://forums.phpfreaks.com/topic/270802-php-version-check-in-my-own-scripts-not-what-version-of-php-is-on-the-server/#findComment-1393057 Share on other sites More sharing options...
nook6 Posted November 16, 2012 Author Share Posted November 16, 2012 Thank you very much krisw44 for your fast response this has helped immensly Nook6 Quote Link to comment https://forums.phpfreaks.com/topic/270802-php-version-check-in-my-own-scripts-not-what-version-of-php-is-on-the-server/#findComment-1393062 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.