I could sure use some help here.
I'm trying to have a place on my website where I can edit the entire site layout. I created a form to add the information and edit it directly from the internet, but I'm having some problems with MySQL wanting to read the information.
I tried to set my table properties to LONGTEXT, and when I add the information, it adds it, but when I want to view it from phpmyadmin, it doesn't do anything. I click the edit link, and nothing happens.
Here is what I added:
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="800" id="AutoNumber1" height="574">
<tr>
<td height="574" valign="top">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="800" id="AutoNumber2" height="58">
<tr>
<td width="293" rowspan="2" height="58">
<img border="0" src="<?php echo "$myrow[site_url]" ?>/images/topleftbg.gif" width="293" height="150"></td>
<td width="507" valign="top" height="17">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" id="AutoNumber3">
<tr>
<td width="100%" background="<?php echo "$myrow[site_url]" ?>/images/topbg.gif">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" id="AutoNumber4">
<tr>
<td width="20%"> </td>
<td width="20%"> </td>
<td width="20%"> </td>
<td width="20%"> </td>
<td width="20%" align="right">
<img border="0" src="<?php echo "$myrow[site_url]" ?>/images/topright.gif" width="50" height="50"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="507" valign="top" height="41"> </td>
</tr>
<tr>
<td width="800" height="58" colspan="2">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="800" id="AutoNumber5" height="19">
<tr>
<td width="243" height="473" valign="top">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" id="AutoNumber9" height="442">
<tr>
<td width="100%" colspan="2" height="69">
<img border="0" src="<?php echo "$myrow[site_url]" ?>/images/navtopbg.gif" width="243" height="69"></td>
</tr>
<tr>
<td width="70%" height="373" valign="top">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" id="AutoNumber10" height="228">
<tr>
<td width="100%" background="<?php echo "$myrow[site_url]" ?>/images/navbg1.gif" valign="top" height="228">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" id="AutoNumber12" height="97">
<tr>
<td width="32%" height="19" valign="top"> </td>
<td width="10%" height="19"> </td>
<td width="39%" height="19">
<font face="Microsoft Sans Serif" size="1" color="#999999">
<a href="<?php echo "$myrow2[hyper1]" ?>"><?php echo "$myrow2[link1]" ?></a></font></td>
<td width="19%" height="19"> </td>
</tr>
<tr>
<td width="32%" height="19"> </td>
<td width="10%" height="19"> </td>
<td width="39%" height="19">
<font face="Microsoft Sans Serif" size="1" color="#999999">
<a href="<?php echo "$myrow2[hyper2]" ?>"><?php echo "$myrow2[link2]" ?></a></font></td>
<td width="19%" height="19"> </td>
</tr>
<tr>
<td width="32%" height="5"></td>
<td width="10%" height="5"></td>
<td width="39%" height="19">
<font face="Microsoft Sans Serif" size="1" color="#999999">
<a href="<?php echo "$myrow2[hyper3]" ?>"><?php echo "$myrow2[link3]" ?></a></font></td>
<td width="19%" height="5"></td>
</tr>
<tr>
<td width="32%" height="18"></td>
<td width="10%" height="18"></td>
<td width="39%" height="19">
<font face="Microsoft Sans Serif" size="1" color="#999999">
<a href="<?php echo "$myrow2[hyper4]" ?>"><?php echo "$myrow2[link4]" ?></a></font></td>
<td width="19%" height="18"></td>
</tr>
<tr>
<td width="32%" height="4"></td>
<td width="10%" height="4"></td>
<td width="39%" height="19">
<font face="Microsoft Sans Serif" size="1" color="#999999">
<a href="<?php echo "$myrow2[hyper5]" ?>"><?php echo "$myrow2[link5]" ?></a></font></td>
<td width="19%" height="4"></td>
</tr>
<tr>
<td width="32%" height="13"></td>
<td width="10%" height="13"></td>
<td width="39%" height="19">
<font face="Microsoft Sans Serif" size="1" color="#999999">
<a href="<?php echo "$myrow2[hyper6]" ?>"><?php echo "$myrow2[link6]" ?></a></font></td>
<td width="19%" height="13"></td>
</tr>
<tr>
<td width="100%" height="19" colspan="4" valign="top">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" id="AutoNumber13" height="193">
<tr>
<td width="23%" height="193"> </td>
<td width="65%" height="193" valign="top"> </td>
<td width="12%" height="193"> </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="100%" background="<?php echo "$myrow[site_url]" ?>/images/navbg3.gif" valign="bottom" height="216">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" id="AutoNumber15">
<tr>
<td width="100%">
<img border="0" src="<?php echo "$myrow[site_url]" ?>/images/navbg2.gif" width="171" height="36"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td width="30%" height="373" valign="top"> </td>
</tr>
</table>
</td>
<td width="557" height="473" valign="top">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" id="AutoNumber8" height="19">
<tr>
<td width="100%" height="19" valign="top">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" id="AutoNumber11" height="19">
<tr>
<td width="100%" height="19">
And something simular in the FOOTER table.
Is there something in there that it won't like? A reason it won't read THAT text?
Thanks!