Recent content by Top Of My Head

  1. T

    How can i make a text box using HTML?

    <html> <body> <form method="post" action"#"> <input type="text" name="codes" id="codes" /> <label>Enter Codes Here:</label> <input type="submit" value="Submit" name="submit" id="submit" /> </form> -Billy
  2. T

    PHP using Includes, how do I create links?

    <div id="header"> <?php include('header.php'); ?> </div> <div id="header"> <?php include('body.php'); ?> </div> <div id="footer"> <?php include('footer.php'); ?> </div> -Billy
  3. T

    PHP using Includes, how do I create links?

    <div id="header"> <?php include('header.php'); ?> </div> <div id="header"> <?php include('body.php'); ?> </div> <div id="footer"> <?php include('footer.php'); ?> </div> -Billy
  4. T

    PHP using Includes, how do I create links?

    <div id="header"> <?php include('header.php'); ?> </div> <div id="header"> <?php include('body.php'); ?> </div> <div id="footer"> <?php include('footer.php'); ?> </div> -Billy
  5. T

    PHP using Includes, how do I create links?

    <div id="header"> <?php include('header.php'); ?> </div> <div id="header"> <?php include('body.php'); ?> </div> <div id="footer"> <?php include('footer.php'); ?> </div> -Billy
  6. T

    PHP using Includes, how do I create links?

    <div id="header"> <?php include('header.php'); ?> </div> <div id="header"> <?php include('body.php'); ?> </div> <div id="footer"> <?php include('footer.php'); ?> </div> -Billy
  7. T

    PHP using Includes, how do I create links?

    <div id="header"> <?php include('header.php'); ?> </div> <div id="header"> <?php include('body.php'); ?> </div> <div id="footer"> <?php include('footer.php'); ?> </div> -Billy
  8. T

    Dreamweaver cs4 Master Detail PHP Form Help Required?

    I wouldn't remove Dreamweaver since you bought it. If you don't know the code well, you're going to need a WYSIWYG editor. Notepad++ does the same crap as Dreamweaver, just not as well. Everything else the guy said is true though, use Ajax to communicate with the server and use a table or grid...
  9. T

    Help with tumblr html theme editing.?

    <h1>Text</h1> -Billy
  10. T

    Wordpress plugins help? Need to configure php.ini?

    Did you do their update? If you didn't, the reason the update is there is because of compatibility problems and such. -Billy
Back
Top