Jump to content

darkside92

Active Members
  • Posts

    41
  • Joined

  • Last visited

Everything posted by darkside92

  1. i log in to test my login script it gos to run the check_login.php script and i get this error Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/jaccbpac/public_html/classnest/check_login.php on line 22 Wrong Email Or Password <?php include "db.php"; ?> <?php mysql_connect("$host", "$username", "$password")or die("cannot connect"); mysql_select_db("$db_name")or die("cannot select DB"); $email=$_POST['email']; $password=$_POST['password']; $email = stripslashes($email); $password = stripslashes($password); $email = mysql_real_escape_string($email); $password = mysql_real_escape_string($password); $sql="SELECT * FROM $tbl_name WHERE email='$email' and password='$password'"; $result = mysql_query($sql); $count = mysql_num_rows($result); if($count == 1){ session_register("email"); session_register("password"); header("location:login_success.php"); } else{ echo "Wrong Email Or Password"; } ?>
  2. thats pretty epic i would love to see linux boot up 30,000 feet in the air <3 the self check machines in walmart run xp and the baby registring service station at target (sat there and watched a worker try to get the blue screen of death off with out a keyborad or access the the accual machine xD
  3. I think it should be aired for students during school, i dont care if it is obama as the president or someone else its all of our countrys senoris who are old enough to vote also would like to know whats going on with the goverment
  4. change where the number is so it can be user input i forgot how to do it in python tho
  5. bump i have the exact same problem with the exact same laptop lol
  6. my dell 1525 laptop running ubuntu soon to be gentoo 400 gig external harddrive few flash drives usb cabels empty dvds ipod of course lol
  7. yup i got it to work now i gusse it dident pick up the driver so i just went out and downloaded it xD its to late for me lol ive been blancking out lol thanks for your help tho =]
  8. i need help after hours of the files not copying it finally got thourgh installing windows 2000 server but i have a problem im not use the operating system yet how do you put it online now ? its connected to my router but its not saying its connected or online
  9. im working on a server im willing to host it for one for the competitions. havent picked it up for my friend yet
  10. thanxs dr0p and digip =D yea ill try to clean up the code im not that good at php i just started.
  11. For Class (high school) i need to make a simple php calcualtor i have it made just cant figure out this error neither can anyone else =/ heres the error Parse error: syntax error, unexpected T_VARIABLE in C:\xampp\htdocs\php_sandbox\math2.php on line 29 &lt;html&gt; &lt;head&gt; &lt;title&gt;Untitled Document&lt;/title&gt; &lt;/head&gt; &lt;body&gt; &lt;html&gt; &lt;body&gt; &lt;form action="$_PHP[SELF]" method="get"&gt; &lt;input type="text" name="num1" /&gt; &lt;select name="sign"&gt; &lt;option value="*"&gt;*&lt;/option&gt; &lt;option value="-"&gt;-&lt;/option&gt; &lt;option value="+"&gt;+&lt;/option&gt; &lt;/select&gt; &lt;input type="text" name="num2" /&gt; &lt;input type="submit" /&gt; &lt;/form&gt; &lt;?php if($_GET[sign]) { $val = $_GET[$num1] $_GET[$sign] $_GET[$num2]; echo $val; } ?&gt; &lt;/body&gt; &lt;/html&gt; &lt;/body&gt; &lt;/html&gt;
  12. in my hack pack for school english 11th grade book (yea only in highschool) dell inspiron 1525 500 gig external hardive 4gb ipod headphones cell phone lunch money and money for after school stuff(games n waht not) psp and cord chargers for my psp n ipod summer and no more school pretty much the same thing
  13. agreed with both ideas would be awsome
  14. hi forums Favourite game: metal gear solid all of them Favourite OS: ubutunu backtrack and xp Favourite console: ps3 and exbox Nationality: american Accent: i guss english lol idk Sex: Male Age: 17 Race: black/white Height: 5'10" Status: takin Build: Default Favourite band: av7(avenged 7 fold Favourite book: Any geek book Favourite author: idk Favourite movie: i am legend Favourite TV Show: Scrubs Favourite actor: will smith Favourite actress: hmm idk had one Other hobbies: Cooking / Music / partys / music promotions Car: none yet Occupation: unemployed
×
×
  • Create New...