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'm having trouble using the header("location: file.php") when I'm using session. This is some of the code:
if ($password == $data['password']) {
session_start();
$_SESSION["userID"] = $data['id'];
echo "Password accepted";
header("location...
How can I pass an variable to a page to an other? without getting the varible displayd in the adressbar...
Thanks! __________________
Visit my homepage
.: Game universE :.
http://gameuniverse.eg.st
I'm trying to make an OnMouseOver background change in a <td>. This is the function i'm using:
------------------------------
function flipbg(element,mode)
{
if (mode=="over")
{
cursortype = 'hand'
picture = 'images/menu-over.gif'
}
else if...
I use this link:
<a href="javascript:window.open('forum/index.php','popup','top=0,left=0,width=750,height=550,buttons=no,scrollbars=yes,location=no,menubar=no,resizable=yes,status=no,directories=no,toolbar=no');"><img src="images/forum.gif" border=0></a><br>
The PopUp page...
How to get the value of the opention when the select changes in a form? __________________
Visit my homepage
.: Game universE :.
http://gameuniverse.eg.st
Hi!
1. How to get num of lines in a .txt file?
2. How to read just one line from a .txt file? __________________
Visit my homepage
.: Game universE :.
http://gameuniverse.eg.st
Is there any instaler that have an optin for including the .dll files that vc++ programs use? __________________
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.