ich lese den inhalt eines texfeldes aus...und speicher ihn in einer datei
der text in dem textfeld sieht so aus :
	
der inhalt wird in die variable $s geschrieben.
und dann als datei gespeichert...
der inhalt sieht aber in der datei dann nur so aus :
	
woran kann das liegen? haben variablen nur eine bestimmte speichergröße?
danke für hilfe...
					der text in dem textfeld sieht so aus :
PHP Code:
	
	
        <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse"  width="570"  height="270">
          <tr>
            <td width="100%" height="270">
                <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
                  <tr>
                    <td width="33%"> </td>
                    <td width="33%">
                    <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber2">
                      <tr>
                        <td width="100%"> </td>
                      </tr>
                      <tr>
                        <td width="100%"> </td>
                      </tr>
                      <tr>
                        <td width="100%"> </td>
                      </tr>
                    </table>
                    </td>
                    <td width="34%">
                    <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber3">
                      <tr>
                        <td width="50%"> </td>
                        <td width="50%"> </td>
                      </tr>
                    </table>
                    </td>
                  </tr>
                </table>
            </td>        
          </tr>
        </table> 
und dann als datei gespeichert...
der inhalt sieht aber in der datei dann nur so aus :
PHP Code:
	
	
        <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse"  width="570"  height="270">
          <tr>
            <td width="100%" height="270">
                <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
                  <tr>
                    <td width="33%"> 
danke für hilfe...
          



							
						
							
						
 
							
						
[/color]
Comment