Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: frodiggs
  • Content: Threads
  • Order by date
  1. frodiggs

    session variables and crack! help!

    Hey, I'm going bonkers with this one. Below I am creating a session named 'accesslogin' once the user successfully logs in. This is the latter part of the code... if (($variable2 != $loginname) OR ($variable3 != $passwd)) { echo &quot;<font size=4...
  2. frodiggs

    securing folders php -ooops!

    i have created a basic php login script that connects to mssql and takes users to a specific path/url on my IIS5 box if the password and username match. i now realized that once you get to the url you can easily bookmark it and avoid the login page alltogether. how would i restrict access to...
  3. frodiggs

    HTTP 405 - Resource not allowed

    newbie here doing a basic login using php4 and mssql. I am getting 'HTTP 405 - Resource not allowed' my login page is login.htm defined to 'post' to login.php4. I installed php4 on IIS5 with Win2k Server. My site 'home directory' tab in IIS lists script source access and permission to execute...
  4. frodiggs

    http 405 - resource not allowed

    newbie here doing a basic login using php4 and mssql. I am getting 'HTTP 405 - Resource not allowed' my login page is login.htm defined to 'post' to login.php4. I installed php4 on IIS5 with Win2k Server. My site 'home directory' tab in IIS lists script source access and permission to execute...
  5. frodiggs

    load movie

    i'm running in circles with the tell target and load movie concepts. i have a small flash movie (in a table) and am trying to load an entirely different (larger) movie from a button on the smaller movie. the two movies are in seperate HTML pages. ive used load movie using layers and targets but...

Part and Inventory Search

Back
Top