hey all Happy New Year !!
I was trying to reset my password, i put on my sign-in name and the CORRECT country and i got this result :
You will not be able to reset your password. You must sign in using the correct password to regain access to this .NET Passport. You can register for a new .NET...
I want to design a VB application and make it run in the background. It will capture every requested URL from the browser (IE or possibly Netscape).
I want to make a statistics about the sites visted.
How ???
uhaa I understand that Foreign keys enforce REFRENCIAL INTEGRETY. U mean that I can't do that when defining the tabls BUT I do it when write my code in PHP, Java or whatever to check if the value exist in the other table.
got it
Thank you.
Adel
well in a standard SQL i would do it this way
ALTER TABLE house ADD FOREIGN KEY (owner) REFERENCES owner(ownerID) ;
===
We have two tables house & owner
house have the following columns :
houseid,houselocation,owner
owner have the following column :
ownerid,ownername,owneraddress
I want to...
Hmmm I am quite a newbie with MySQL , but if that was the case with Standard SQL, you could create a VIEW. It's like a saved query. I did that on Oracle I don't know if that would be applicable in MySQL
check this out :
http://www.mckoi.com/database/SQLSyntax.html#5
Well it got me confused. I have a table that already have a Primary key let's say HouseID and we have other attributes. I will also have a Foriegn key refering to , say the owner so, I will add OwnerID to the table to refer to an owners id in another table , namely Owner. So then I can query for...
That makes sense, cause I was using the latest version of PHP when I had that problem. But how would it be possible to pass global variables from an HTML form to another .php page or even the same $PHP_SELF ??. Is there anyline that i should "uncomment" or add to the php.ini...
Well, thanks for the reply. Not even this worked. I probably have something going on in the Apache configuration. Anywayz, I was able to run it after I installed EasyPHP 1.6.0.0, which is a package that includes PHP,MySQL,APACHE and PHPMyAdmin bundeled together and configured to work with each...
hey all,
I have installed Apache server , PHP and MySQL on my PC. I was then able to excute .php scripts on my PC (127.0.0.1) The problem is that it couldn't get it to work in passing a parameter from a page to another page using POST or GET. u can see the parameter on the URL Address (e.g...
hey all,
I have been working on a JFrame application and i want to add an applet to the JFrame so that I can added more than one applet working together...
I did like
Applet app = new Applet();
JFrame myFrame = new JFrame();
myFrame.getContentPane().add(app); // no proplems yet...
I no nothing about CGI programming. but i am considring to learn it to make a CGI anonymous proxy to make available in my web site. Is that possible in CGI or is it possible with outhers?!
www.planetpdf.com
www.abika.com
they have a good free java book called "Thinking in Java"
You can also try here:
http://www.crackinguniversity2000.it/Boooks/know_programing.html
http://docs.rinet.ru:8080/
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.