Jump to content

drophit

Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

drophit's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I am trying to setup a variable and store some code to display but am haveing some probs see code below <CODE> $insert_results = ('<form action="CDDuplicationStepFive.php" method="post" name="form1"> <p class="MainContentBlue">We offer multiple Insert Printing options </p> <p class="MainContent"> <select name="printing" class="MainContentSmallBolder" id="printing"> ' do { ' <option value="<?php echo $row_all_cds[\'print_id\']?>">' echo $row_all_cds['print_name']' - add ' echo $row_all_cds['print_retail']'</option> ' } while ($row_all_cds = mysql_fetch_assoc($all_cds)); $rows = mysql_num_rows($all_cds); if($rows > 0) { mysql_data_seek($all_cds, 0); $row_all_cds = mysql_fetch_assoc($all_cds); } ' </select> <a href="#" class="MainContentVerySmall" onClick="MM_openBrWindow(\'../AutoHelp.php?sub=InsertPrinting\',\'HELP\',\'scrollbars=yes,width=375,height=400\')">HELP!</a></p> <p> <input name="Submit" type="submit" class="MainContentVerySmall" value="CONTINUE"> </p> </form> '); } else { $quote['printing_name'] = "None"; $quote['printing_retail'] = ".00"; header("Location: CDDuplicationStepFive.php"); } </CODE> Getting: Parse error: parse error, unexpected T_DO in /wizard/CDDuplicationStepFourA.php on line 36 PLEASE help me!!
×
×
  • 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.