Jump to content

Unknown User

Members
  • Posts

    16
  • Joined

  • Last visited

    Never

Posts posted by Unknown User

  1. Can't you just embed an if in the elseif statement you have, checking that its not equal to 0?

    [code]elseif ((! is_numeric($a)) || (! is_numeric($b)) || (! is_numeric($c)))
      {
        if( $a != '0' && $B != '0' && $c != '0')
          {
            echo " Please enter only numbers.";
          }
      }[/code]
    sorry if i'm completly wrong, new to php
  2. Ah, all is well, you can now login, logout, if you go to the login page it remebers that you alreday have... aah, relax.

    Incase you where wondering, the site you've been so kindly helping me with is http://www.skgenius.co.nr it's contents are probably of no intrest to you but, y'know.
  3. Yeah i already had that part started. I only looked at PHP yesterday, and i didn't know you could have html below php, this makes things so much easier. Well it works now, thanks.

    And btw wildteen88 i notice you incredibly helpful around these here forums
  4. Okay, so i got the member thing sorted now, but a members page, so far its just a html page. When the user logs in, they are redirected to it.

    But there's nothing stopping somebidy from putting the address into their browser and going straight to it. Is there anything i can do?
  5. I'm trying to use Dacio's Login script ([url=http://kepicaidej.underground.si/?Zap=29]http://kepicaidej.underground.si/?Zap=29[/url]) on my site at awardspace but all i get is this error:


    [quote]Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.
    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.[/quote]

    I've also tried to use Maaking Login System ([url=http://scripts.ringsworld.com/user-management/maaking-login-system-test/]http://scripts.ringsworld.com/user-management/maaking-login-system-test/[/url]

    But got the same error, i assumed it was my fault because i put somehting in wrong (database name, password etc.) but now i'm not so sure.

    Any help would be great, thanks
×
×
  • 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.