Jump to content

emopoops

Members
  • Posts

    342
  • Joined

  • Last visited

    Never

emopoops's Achievements

Member

Member (2/5)

0

Reputation

  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. use two tables.
  4. or u could just mysql_result each
  5. i dont see the four odllar link
  6. no. im pretty sure he modfied the ppst after i let him know.
  7. 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
  8. no..... that wasnt what he had in there!
  9. sesssion are most ediciant thats to the op not the oboveposter.
  10. dpont use get its insecure. a;lways use post
  11. $_SESSION[variable] = "thisisone"; more efieciant
  12. yeah the op doens tknow what she is doing. ur right onibhiu
  13. make sure to do form action="post" method="theurul">
  14. 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
  15. <form><input type="submit" value="edit" name="editbutton"> </form> <?php if(isset($_POST[editbutton[)){do the thing here hon} ?>
×
×
  • 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.