Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Mobile Phone website development

Options
  • 06-07-2006 4:25pm
    #1
    Registered Users 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 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 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 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