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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mancroft

  1. mancroft

    Occasional session problem

    Duh!!! Thanks, jpadie. Bleedin' obvious really, innit?
  2. mancroft

    Occasional session problem

    OK, so when it come to inserting the sessionid into the database as below, instead of using the GetTheId(), how do I do that? INSERT INTO thestats (thetime,referer,sessionid)VALUES(now(),'$referer','" . GetTheId() . "')
  3. mancroft

    Occasional session problem

    oh. didn't know that. duh! will get that set up. thank you.
  4. mancroft

    Occasional session problem

    no. it is just the name i gave to the session cookie.
  5. mancroft

    Occasional session problem

    Occasional session problem Hello I have done a logger: thelogger.php. This usually works OK BUT sometimes a user lands on the site, sets the session ID as 4re3ccc...etc and then goes to another file and a new session ID xc3zkf...etc gets set. The user agent appears to be a standard browser...
  6. mancroft

    Sorting problem... session & time

    Sorting problem... session & time Hello Lets say you have data like this: Time Sessionid 20.55 a1 20.44 a1 20.39 x3 20.33 x3 20.29 a1 20.27 a1 and you want to sort it so it looks like this i.e. grouped according to Sessionid and then Time: a1 = 20.55 20.44 20.29 20.27 x3 =...
  7. mancroft

    Hex dump

    Hello I know what a hex dump is but what are they for? Thank you.
  8. mancroft

    Control one swf file from another

    Never mind, found this: http://www.actionscript.org/tutorials/intermediate/LocalConnections/index.shtml
  9. mancroft

    Control one swf file from another

    Control one swf file from another Hello You have two swf files: file1.swf has a button when you click on the button you want a button in file2.swf to be made visible. How do you get file1.swf to communicate with file2.swf? Thank you.
  10. mancroft

    Color from database not working...

    Thanks, Bill but myFormat_fmt.color = (parseInt((myData.maintxtcolor), 16 )); works.
  11. mancroft

    Color from database not working...

    Color from database not working... Color stored in mySQL as 0xFF0000 0xFF0000 hauled into Flash via PHP and LoadVars trace(myData.maintxtcolor); shows 0xFF0000 Trying to change text color: myFormat_fmt= new TextFormat(); myFormat_fmt.color = myData.maintxtcolor; etcetera... REFUSES TO...
  12. mancroft

    Sorting top three from any number

    whatever other route you took, it probably involves a lot of application-side code, right? True. with this query, you'll need no code at all, eh Cor, you are clever, Rudy.
  13. mancroft

    Sorting top three from any number

    Never mind. I chose another route.
  14. mancroft

    Sorting top three from any number

    Sorting top three from any number I am doing a quiz. A player can have as many goes as they like e.g. Fred has 6 goes, Jessica has 5 goes, Ann has 4 goes and they score: Fred 3 6 3 7 2 4 Jessica 5 4 6 7 3 Ann 3 4 6 5 How do I sort the data alpahbetically and by number so that ONLY the top...
  15. mancroft

    Logger entry, where from?

    I have a PHP logger lovingly hand-crafted by myself (roll-eyes). The logger recorded the entry: 2006-02-23 10:02:46 /index.php http://www.xyz.com/ showing date/time entry page and referer. I goes to http://www.xyz.com/ and expects to find a link to my page on that site but there isn't one...

Part and Inventory Search

Back
Top