Jump to content

sporks

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

sporks's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Great got that all sorted. Thanks guys! How do I go about inserting 'or' between titles without having it spit at the end of a list..as in only between repeating records?
  2. I've set a session variable that spits out the ID of the previous page. There is a hidden field on my insert form which I've set to equal the session variable. I have the variable echoing so I know it works but if you insert the form, the field shows up as null. What is wrong with my field? <input type="hidden" name="pastID" value="<?php $_SESSION['fromID'] ?>" /> <input type="hidden" name="MM_insert" value="form1" /> Also I have a repeating region spitting out text and I wanted to place the word 'or' between each one. Is there a way I can put something in between a repeating region without it that something also on the end. ie NOT: 'field one' or 'field two' or
  3. For every page I'm creating, there is going to be two set links leading to new rows. I've created a nav recordset: SELECT chooseTitle FROM chooseadventure WHERE pastID = chooseID 2 rows have the same number past ID as 1 row's choose ID. However, nothing displays. I have a feeling that the code is just looking at the current row which is why it doesn't see the other two rows in the table though I have no idea how to fix this. Thanks in advance!
×
×
  • 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.