No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
love computers
- Interests
- computers, music, photography
4 Posted Topics
<?php $con = mysql_connect("localhost","root","12345"); if (!$con) { die('Could not connect: ' . mysql_error()); } echo "connection made"; if(isset($_POST['nw_update'])){ echo("You clicked nw_update!"); } else { echo" dhur"; } ?> <html> <body> <form action="<?php echo $_SERVER(PHP_SELF); ?>" method="POST" > <input type="button" id="nw_update" value="NW_Update"/> </form> </body> </html> In the above code when the … | |
I installed Xampp and have the apache, FTP and MySql server running. Initially i was getting an error:- ## error :- ## MySQL said: Documentation 1045 - Access denied for user 'root'@'localhost' (using password: NO). Connection for controluser as defined in your configuration failed. phpMyAdmin tried to connect to the … | |
I have a compaq CQ60 104TU laptop, my previous harddrive crashed and i has an external 500GB hardrive lying around. So, I opened it up and took the Harddrive out and inserted into my laptop. When I am trying to load windows into it I get the error **Windows cannot … | |
Can someone please help me with the latest version of PHPTraid for windows 7. I have downloaded the versions available at cnet and brothersoft but they are giving compatibility issues. Same goes for the version availabe at sourceforge. Also if someone can help me out if i am missing something … |
The End.