Search results

  1. N

    Best/Most Realistic Forensic Science TV Show (CSI, NCIS, ect)?

    I definitely agree with Bones! But 2nd is NCIS
  2. N

    what episode of ncis is this from? ziva and tony kissing?

    http://fuckyeahtiva.tumblr.com/ its not my website, so ignore the name the third picture from the bottom. they're kissing and she has her hands on his face thanks sooooo much! here's another picture of the same thing: http://img247.imageshack.us/img247/2651/myspacetivaqt2.jpg
  3. N

    php code help, 10 points instant?

    can someone give me a better version of this... <?php $username = $_POST['username']; $password = $_POST['password']; $txt1 = "Your username is <b>" . $_POST['username'] ."</b><br/>"; $txt2 = "Your password is <b>" . $_POST['password'] ."</b><br/>"; if (strlen($password)<= 3) { echo...
  4. N

    Two PHP Questions (need codes)?

    Hi, I having a problem with a couple of things.... ---------------------------------------------------------------------------------------------------- I want to add a restriction on my registration form, so it only allows 1 registration per email. What is the php code for this...
  5. N

    Who would like to help me with PHP?

    Hi, Would anyone be willing to help me with PHP? LIke i don't mean write full codes out (Unless you want to)..Like just to tell me how to fix things and stuff.. It would be good to talk to you on MSN or something.... Please Email me or post here, and ill email you or add you.... and please...
  6. N

    Anyone know how to program flash?

    Would someone like to make a flash thing for me? Like the hex code generator (example) that sort of flash? not a computer game or anything. Thanks Just email me or post here
  7. N

    Anyone want to help me with HTML, CSS or PHP?

    I know quite a but about it, but i like to have someone to ask question to....If you help me, email me or post here and ill email you and add you on messenger or something. Thanks! Sekh, I can't, look... (User does not allow IM). (User does not allow email). You need to change that or email...
  8. N

    Anyone want to help me with HTML, CSS or PHP?

    I know quite a but about it, but i like to have someone to ask question to....If you help me, email me or post here and ill email you and add you on messenger or something. Thanks! Sekh, I can't, look... (User does not allow IM). (User does not allow email). You need to change that or email...
  9. N

    Need some help with HTML format?

    it's always going to be different when you resize the page, you can try the following code: <img src="IMAGE URL" align="left"> or <img src="IMAGE URL" align="center"> or <img src="IMAGE URL" align="right">
  10. N

    PHP Code messes up my Website Page?

    <?PHP // Total Questions: // HELP: Set this to number of questions you have. $number_of_questions = 3; // The Questions: $quiz = array( '1' => array ( 'question' => "What's brown & sounds like a bell", 'choices' => array( 'a' => 'Dung', 'b' => 'Doo', 'c' =>...
  11. N

    PHP Checkbox quiz thing?

    I would like to have at least 8 questions, and 4 check boxes below the question with different answers next to them...But i want it so depending on how much answers a person gets right,it takes them they get different messages. For example: 8/8 - Congratulations! You are a pro! ... .. ... ...
  12. N

    Php/Mysql Login System?

    Hi, I would think this would be fairly simple to do, however i can't find what im looking for, so ill ask here. I want to hide a code (aks password) on my site and then have a password box, so if someone spots the password, they enter it in the password box and then submit it and it comes up...
  13. N

    Can someone quickly fix the errors in this php code.?

    <html> <head> <body> <!-- The message you want to show when you visitor enters a password. This message will only be displayed if they enter a password, and won't be displayed when they first see the page. --> <?php if(!empty($form_password){ ?> <h1><?php print $message; ?></h1> <?php } ?>...
Back
Top