Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Mobile Phone website development

  • 06-07-2006 04:25PM
    #1
    Registered Users, Registered Users 2 Posts: 467 ✭✭


    I've been doin a little experimenting with a simple site that will work on a mobile.
    I'm using simple HTML and php. I have no problem loading dynamic content and what not but when it comes to log in and security i hit a brick wall.
    For some reason the mobile phone browser bypasses my "logincheck" code.
    I "require" the login check file at the top of all the files that are private.
    This works fine in a normal browser on my PC but for some reason not on the phone.
    Can anyone shed some light?


Comments

  • Closed Accounts Posts: 4,655 ✭✭✭Ph3n0m


    What is the logincheck using - sessions or cookies?


  • Registered Users, Registered Users 2 Posts: 467 ✭✭nikimere


    sessions,
    lemme guess you cant use sessions on the phone?....


  • Closed Accounts Posts: 4,655 ✭✭✭Ph3n0m


    well if you had said cookies, there would have been an issue

    What device are you testing it on?


  • Registered Users, Registered Users 2 Posts: 467 ✭✭nikimere


    sony erricson k750i

    i'll post the code later and see if i can also get the site onto the net.

    watch this space....


  • Registered Users, Registered Users 2 Posts: 467 ✭✭nikimere


    ah ok i see my problem. i was using Javascript to redirect the page. i'm now using header(location:mypage.php) works fine now. thanks anyway :)


  • Advertisement
  • Closed Accounts Posts: 4,655 ✭✭✭Ph3n0m


    once again karma makes the world as one :)


This discussion has been closed.
Advertisement