Ver Mensaje Individual
  #6 (permalink)  
Antiguo 05/08/2009, 12:15
iovan
 
Fecha de Ingreso: septiembre-2007
Ubicación: PyRoot
Mensajes: 1.515
Antigüedad: 16 años, 7 meses
Puntos: 188
Respuesta: Ayuda con comillas dobles y simples

Hola amigo, para que usted no se lie tanto le recomiendo poner su codigo de esta manera:

Código PHP:
<?php
function formAdd(){
    
$html "
?>
            <!-- No edit the next line -->
            <form method="
post" name="f" id="f">
            
            <table border="
1" width="100&#37;" class="adminlist">
            
<tr>
                <
td nowrap align="left">Last Name*</td>
                <
td align="left"><input type="text" id="lastname" name="lastname" size="25"></td>
            </
tr>
            <
tr>
                <
td nowrap align="left">First Name</td>
                <
td align="left"><input type="text" id="firstname" name="firstname" size="25"></td>
            </
tr>
            <
tr>
                <
td nowrap align="left">E-Mail</td>
                <
td align="left"><input type="text" id="email" name="email" size="35"></td>
            </
tr>
            <
tr>
                <
td nowrap align="left">Origin</td>
                <
td align="left"><input type="text" id="origin" name="origin" size="35"></td>
            </
tr>
            <
tr>
                <
td colspan="2" align="center"><button id="submitButton" onClick=xajax_save(xajax.getFormValues("f"));return false;>Continue</button></td>
            </
tr>
            </
table>
            </
form>
            * 
Obligatory fields
<?php            ";
        
        return $html;
    } 
?>
__________________
Si quieres agradecer el triangulo obscuro de la parte derecha debes presionar +.