Пример #1
0
            	<label for="time">Time</label>
            </td>
            <td>
            	<input name="time" type="text" maxlength="50" size="38" value="<?php 
    echo returnPostValue($time, $success_message);
    ?>
" />
            </td>
        </tr>
        <tr height="30">
        	<td>
            	<label for="location">Location</label>
            </td>
            <td>
            	<input name="location" type="text" maxlength="50" size="38" value="<?php 
    echo returnPostValue($location, $success_message);
    ?>
" />
            </td>
        </tr>
        <tr height="30">
        	<td>
            </td>
            <td align="right">
            	<input type="submit" name="submit_event" />
            </td>
        </tr>
        <?php 
}
?>
    </table>
Пример #2
0
echo returnPostValue($telephone, $successMessage);
?>
" />
                      		</td>
                        </tr>
                        <tr height="30">
                        	<td valign="top">      
                                <label>
                                    Comments* <?php 
echo "<span class='error_message'><br />" . $errorComments . "</span>";
?>
                                </label>
                            </td>
                            <td>
                            	<textarea name="comments" cols="28" rows="8"><?php 
echo returnPostValue($comments, $successMessage);
?>
</textarea>
                            </td>
                      	</tr>
                 	 	<tr>
                        	<td>
                            </td>
                            <td align="right">
                            	<input class="button white" type="submit" name="submit" value="Submit" />
                            </td>
                       	</tr>
                        
             		</table> 
            	</form>    
            </td>