Jump to content

luilloxp

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

luilloxp's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi guy's!! I'm a rookie in php and I'm working in an application. Why the security application that I maded, it's perfect locally in my pc and in the server don't function? I have 4 files, 1. login.php (a php page that contain an html form) 2. logincontrol.php (a php file that join me to the mysql database and that compare the data introduced in the html form with the database.) 3. security.php (a php file that is a part of a security layer) 4. SolicitudJumpPage.php (a php web page that have a list box that send to me to the desired htm web page) That's supose that if I try to access to the SolicitudJumpPage.php directly in the address bar, without pass to the login page, the web browser automatically send to me to the login page. This example is working good locally in my pc, but when i run this example in the server, after make login in the login screen, the next page that the web browser show me is the login page again. Please, someone can help me
  2. Hi guy's!! I'm a rookie yet in this programming language and I'm working in a web tool for my job where all supervisors and managers can make a log in the authentication page for have an access to the other web pages that are composed with a html forms and that web pages are protected with an security application. I want have control of the user session and I made a practice in my PC with Windows Xp and IIS 5.1. Locally in the pc, my user session programming code it's work perfectly, but when I uploaded the needed files to the web server with IIS 5.0 the user session programming code dont's work. I verified and compared the php.ini file in the Windows root directory with my php.ini file and the only that have a change are those lines where I specified some path's. The last Friday I'm upgraded the server php version from 5.04 to 5.05 and that is the same version that I have in my pc. I think that the only reason for the code can't work is the IIS version. In my proyect, when a user make a login in the authentification screen, the current web page don't change to the next page, and appears the authentification page again. What it seems is that the IIS 5.0 can't understand the first line in the protected web pages in which I specified the php file that have a security code. I think that the error can't be a bad login because when I insert a bad login, the login screen show me an error message.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.