Search results

  1. M

    PHP help with echoing conditions?

    I am trying to echo out a certain "cat's" name and picture if it qualifies as Leader and it's "clan" as ThunderClan. Here is my code.. what is wrong with it? <html> <?php include('connect.php'); error_reporting(E_ALL ^ E_NOTICE); $username = $_SESSION['username']; $query =...
  2. M

    What is wrong with my php code? Coding from stratch, need help!?

    This code I put together to add extra info in after someone has already registered... Can you find the simple mistake or huge mistake, of which I do not know? <?php echo "<h1>Create a Cat</h1>"; include("connect.php"); $username = $_SESSION['username']; $submit = $_POST['submit']; //form...
  3. M

    Please photoshop this picture for me?

    Please make the coolest background you can on one of these photos and I will use my favorite(if I like any) on the background of my website. You will get credit! And best answer gets most points. Thanks in advance(: PS. Make the finished picture 1366 x 602...
Back
Top