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 Naits

  1. Naits

    Inline assembly with Dev-C++?

    Thanks andylec! I'l try that out when I get home..
  2. Naits

    Inline assembly with Dev-C++?

    Could anyone please tell me how I can do inline assembly with Dev-C++?
  3. Naits

    compiler for nt based os

    No emulator? Try Bochs a free IA-32(x86) PC emulator: http://bochs.sourceforge.net/
  4. Naits

    x86 Hardware registers?

    Where can I find a list over all the x86 hardware registers? Like: 0xb800 is the the address of the video memory. but I need to know the others too... Thanks!
  5. Naits

    DirectX and C++?

    Can you make DirectX programs/games with just c++ or do you need Visual C++? and where can I find some tutorials?
  6. Naits

    Downloadable icons?

    Does anyone know where I can download a good icon collection to use in my programs? Thanks!
  7. Naits

    Having trouble updating MySQL databse

    Thanks!
  8. Naits

    Having trouble updating MySQL databse

    I have this: # # Table structure for table 'browser' # CREATE TABLE browser ( id int(11) DEFAULT '0' NOT NULL, type varchar(150) NOT NULL, count int(11) DEFAULT '0' NOT NULL ); Im trying to update it with this query: $sql = "UPDATE browser SET count = count + 1 WHERE type =...
  9. Naits

    call PHP function with OnClick

    Is there a way to call a PHP function with OnClick?
  10. Naits

    Why dosen't this session work?

    I was trying to use $_SESSION at once but I figured out that my PHP dosen't support it even tought my PHP version is 4.1.2 ......
  11. Naits

    Why dosen't this session work?

    I got it working now. This is how I did it: Just change: $TesT = "100% working - JiPPii!!"; to: $GLOBALS['TesT'] = "100% working - JiPPii!!";
  12. Naits

    Time limit sessions in PHP4?

    Is there a way to time limit the session's in PHP4?
  13. Naits

    Why dosen't this session work?

    OK I'l check that out. Thanks!
  14. Naits

    Why dosen't this session work?

    Thanks! But what is a superglobal variable? could you please give me an example?
  15. Naits

    Why dosen't this session work?

    This is the only content of the session file: !TesT| Nothing more. What's wrong with my script? __________________ Visit my homepage .: Game universE :. http://gameuniverse.eg.st

Part and Inventory Search

Back
Top