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!
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 =...
I got it working now. This is how I did it:
Just change: $TesT = "100% working - JiPPii!!";
to: $GLOBALS['TesT'] = "100% working - JiPPii!!";
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.