cdoggg94 Posted May 17, 2012 Share Posted May 17, 2012 Basically I have 2 log ins. The first one is for computer browsers, and the other is for iPad users. The normal one is called "index.php", and is located on the root folder of the server, the other is located in a directory called "Mobile2" and is also called "index.php". They are exactly the same page. I took the site that I had built and copy and pasted it into that directory and changed the css to fit better on the iPad. My problem is that now the log in does not work on the root sites log in, but doe on the iPad version in the new directory. any thoughts as to why this would happen ? Quote Link to comment https://forums.phpfreaks.com/topic/262670-2-logins/ Share on other sites More sharing options...
trq Posted May 17, 2012 Share Posted May 17, 2012 More than likely it's because your paths have changed and php can't find some libraries or whatever. Anyway, it's a pretty weird idea and pretty bad practice IMO to have two complete copies of the website just to make it work on a mobile device. Quote Link to comment https://forums.phpfreaks.com/topic/262670-2-logins/#findComment-1346318 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.