User Profile

Collapse

Profile Sidebar

Collapse
Ciaroscuro
Ciaroscuro
Last Activity: Nov 12 '08, 05:05 AM
Joined: Nov 10 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Dormilich & Banfa -

    Thank you for your responses. I tried changing the position of the semi-colon but that didn't change the error message. I ended up converting from a PHP echo form to a staight HTML form with <?php ...?> phrases for the

    Code:
    <form action="<?php $_SERVER[PHP_SELF];?>" method="POST">
    and

    Code:
    <tr><td align='right'><b>First
    ...
    See more | Go to post
    Last edited by Markus; Nov 12 '08, 11:45 AM. Reason: added # tags

    Leave a comment:


  • Ciaroscuro
    started a topic Trouble fixing parse error, unexpected T_IF error
    in PHP

    Trouble fixing parse error, unexpected T_IF error

    Howdy -
    In setting up a registration form, I'd like to keep any correct entries on the form (make them sticky).

    The Registration Form is "included" and has the the following structure:

    Code:
    <body>
     <?php
        echo "	<p>
    
        <form action=$_SERVER[PHP_SELF] method='POST'>
           <table width='95%' border='0' cellspacing='0' cellpadding='2'>
    ...
    See more | Go to post
    Last edited by Banfa; Nov 11 '08, 11:39 AM. Reason: Added [code]...[/code] round the code
No activity results to display
Show More
Working...