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 SkipVought 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: *

  1. UnclearHorizon

    Getting server time...

    is it possible to make a variable or sumthin equal to the time of the server that my website is on? or can i maybe do it with mySQL? --UnclearHorizon "The line between the real world and the wired is not so clear..." -SE:Lain UnclearHorizon@darktechgameing.com www.unclearhorizon.com
  2. UnclearHorizon

    MYSQL_RESULT problem

    nevermind, i figured it out... this: $query = "select id, status from account where login=$login"; needs to be this: $query = "select id, status from account where login=\"$login\""; the differnece:\"$login\" instead of just $login...the "s saved the...
  3. UnclearHorizon

    MYSQL_RESULT problem

    P.S. i now have an account ;)
  4. UnclearHorizon

    MYSQL_RESULT problem

    ok i made an account with login = '1' and it works, so i guess i have to use an integer. is there anyway around this?
  5. UnclearHorizon

    MYSQL_RESULT problem

    this code right here is giving me trouble, it always ends up saying 'User not found!' which should only be said if the user doesnt exist in my database, but he does... the variables are: id: auto_incremented value assigned to users login: login name of user status: if they are logged in or not...
  6. UnclearHorizon

    Auto update with PHP/MySQL

    can i maybe do this through Cron Jobs? or is that just for cgi?
  7. UnclearHorizon

    Auto update with PHP/MySQL

    Is it possible to have an PHP page or just a MySQL database update itself at a certain time? like every hour it adds 1 to a counter or sumthin so my page knows how many hours its been since i reset the value in the database...if thats hard to understand, ill try to rephrase it just reply that...
  8. UnclearHorizon

    Linking on close

    thnx i used onUnLoad thnx guys

Part and Inventory Search

Back
Top