Hello guys:
I managed to manually upload some records into the database using MySQL, but when I try to edit or view them through PHPRunner, I can't see anything. PHPRunner shows the records on the list page, but when I try to edit them, nothing happens. Even if I try to edit them using the inline edit feature, the only thing I can see are blank fields...
Help!!!!
By the way... This is the code for the edit link:
<a class="tablelinks" id="iEditLink51" name="iEditLink51" href="planeaci_n_edit.php?editid1=2010&editid2=null&editid3=null">Editar</a>
As far as I can see the "editid2" and the "editid3" tags are showing NULL values... which are not!!!
This issue only appears with the uploaded records through MySQL.
Thanks in advance.