profit10 Posted January 14, 2016 Posted January 14, 2016 Hi, In my logon script I had a line: if ismember("staff") then Run "\\PathToFile.html" which would open a webpage. This has now been changed and the webpage is a php file: if ismember("staff") then Run "\\PathToFile.php" But this no longer opens up in Internet Explorer. I'm thinking this is because it doesn't associate the php file with IE. How can I get this to open? Any help would be great, Thanks.
Steve21 Posted January 14, 2016 Posted January 14, 2016 If it's PHP it's server side only, so you'd need to host it and link to it Steve
profit10 Posted January 14, 2016 Author Posted January 14, 2016 Thanks for your reply however I just figured it out. I was being stupid! I just stuck http:// rather than \\ and it runs okay.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now