Jump to content

emopoops

Members
  • Posts

    342
  • Joined

  • Last visited

    Never

Everything posted by emopoops

  1. i use someting similar for tags. and then i take the field and put them into an erray seperated by in my case comma space $tagsuh = $row[tag]; $seperatetags = explode(", ", $tagsuh); ?> <i><a href="search.php?tag=<?php echo $seperatetags[0]; ?>"><?php echo $seperatetags[0]; ?></a>, <a href="search.php?tag=<?php echo $seperatetags[1]; ?>"><?php echo $seperatetags[1]; ?></a>, <a href="search.php?tag=<?php echo $seperatetags[2]; ?>"><?php echo $seperatetags[2]; ?></a>, <a href="search.php?tag=<?php echo $seperatetags[3]; ?>"><?php echo $seperatetags[3]; ?></a><?php } ?></i>
  2. just use the old mysql_result to do it. that s the best way
  3. or u could just mysql_result each
  4. no. im pretty sure he modfied the ppst after i let him know.
  5. ur asking for something that u don have. the work around is take the thrid variable then check each individial one until u finish which one is wrong check
  6. sesssion are most ediciant thats to the op not the oboveposter.
  7. dpont use get its insecure. a;lways use post
  8. $_SESSION[variable] = "thisisone"; more efieciant
  9. yeah the op doens tknow what she is doing. ur right onibhiu
  10. make sure to do form action="post" method="theurul">
  11. like /set error variablehere would be $errortoday = "you just overworked the server"; then later echo $errortoday;\ and it would say that ive done it i know
  12. <form><input type="submit" value="edit" name="editbutton"> </form> <?php if(isset($_POST[editbutton[)){do the thing here hon} ?>
  13. like i stated earlier, headers before the mail thanks onibul
  14. or u could just set a session variable
  15. like i stated. u need to define the email headers variable before the if(mail())
  16. i dont see anything on that website that is of this going down on thing
  17. hawty hawty im not taking ur fol away for you!. i was well astounded when i read that my code was inadiquite. atleast thats what premiso is trying to establish here by posthing that ugly code such a monstrous pieve od php!
  18. u need to work your code around href.. what do u think is making it go down. and by go down what do u mean exactly? got a screensnip?
  19. whether u have stored slashes in the db or not use stripslashes no matter what and it will still be the same hon. dont be hawty with me im trying to get u on to a oint
  20. premiso seems to be missing what u are trying to do, op.try rreworkign my old code to ur lickings
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.