Jump to content

WannaBeeComputerGeek

Member
  • Posts

    51
  • Joined

  • Last visited

Awards

This user doesn't have any awards

Recent Profile Visitors

815 profile views

WannaBeeComputerGeek's Achievements

  1. i have a 2ds which has a firmware version of 6.0.0-12u i have rx tools installed and currently i can play games via emunand in the sd card, i want to install homebrewlauncher so i wont always connect to the internet when trying to play cia games in my console, the problem is when i try to access the homebrew site using the qr code from the site here https://yls8.mtheall.com/3dsbrowserhax.php it always crashes and tells me to reboot the system, i need help about this plss
  2. <html> <head> <title>Update a Record in MySQL Database</title> </head> <body> <?php if(isset($_POST['update'])) { mysql_connect("localhost", "root" ,""); mysql_select_db("project"); $conn = mysql_connect("localhost", "root" ,""); if(! $conn ) { die('Could not connect: ' . mysql_error()); } session_start(); $emp_id = $_POST['emp_id']; $Newname = $_POST['Newname']; $tempo =$_SESSION['Username']; echo $tempo; $sql = "UPDATE user ". "SET Name = $Newname ". "WHERE id = 6" ; mysql_select_db('test_db'); $retval = mysql_query( $sql, $conn ); if(! $retval ) { die('Could not update data: ' . mysql_error()); } echo "Updated data successfully\n"; mysql_close($conn); }else { ?> <form method = "post" action = "edit.php"> <table width = "400" border =" 0" cellspacing = "1" cellpadding = "2"> <tr> <td width = "100">Employee ID</td> <td><input name = "emp_id" type = "text" ></td> </tr> <tr> <td width = "100">Employee Salary</td> <td><input name = "Newname" type = "text" ></td> </tr> <tr> <td width = "100"> </td> <td> </td> </tr> <tr> <td width = "100"> </td> <td> <input name = "update" type = "submit" value = "Update"> </td> </tr> </table> </form> <?php } ?> </body> </html>
  3. i want to use an arduino uno for controlling a heating element, or any heating material, can anyone give suggestion? thank you
  4. ok ,i just finished studying bootstrap i might study this later
  5. i have background in javascript, i just want to ask what is nodejs and lua?
  6. i want to learn a new programming language can anyone give suggestions?
  7. HARD DRIVE CHANGED TO LOCAL DISK and its now RAW, i dont know what happened after i plug in my hard drive it turned to a raw file i used chsk disk in cmd doesnt work, i used software to check if my files are in hard drive and there are still there the problem is they cant recover my files and there are a lot of raw file recovery software i hope there is a software which can rebuild my hard drives file extension to fix it pls help me any ideas about this are welcome i need my hard drive files T_T
  8. yes i have a lot of flash drives which contain specific types of files like a flash drive for all my doc file, a flash drive for important event files and stuff
  9. i have a sandisk cruzer blade 8 gb usb thumb drive its letter is F: and its stil named removable disk but in other pc's it change back to its original name pls help thank you
  10. i have a dell inspiron 14 7447 laptop i cannot install my bluetooth driver from the website please help me.
  11. NO depends on the notch position , depends on which ddr number your ram is
×