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. 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} ?>
×
×
  • 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.