Passing variables properly
Posted: Wed Apr 02, 2008 11:31 am
I am trying to edit a simple application composed of two files: admin and publish.
Admin adds items to the tab delimited file.
publish reads the tab delimited file and shows a table with that data filled in and shows 6 more columns to be filled with corresponding information and then written to a .mod file using .templates.
The issue is that after the item is added to the tab delimited file and we go to the publish file to add the extra data to the newly added item the fields that should be empty have now mismatched data (data from other static fields are being filled into fillable ones) and one of the keys is not showing. BUT after the item is republished all the new information is stored properly and shown properly in the .mod file.
I am trying to debug this but I can't figure out how. Can anybody tell me how to use phpinfo.php to debug this app?
Thank you,
FayeC
Admin adds items to the tab delimited file.
publish reads the tab delimited file and shows a table with that data filled in and shows 6 more columns to be filled with corresponding information and then written to a .mod file using .templates.
The issue is that after the item is added to the tab delimited file and we go to the publish file to add the extra data to the newly added item the fields that should be empty have now mismatched data (data from other static fields are being filled into fillable ones) and one of the keys is not showing. BUT after the item is republished all the new information is stored properly and shown properly in the .mod file.
I am trying to debug this but I can't figure out how. Can anybody tell me how to use phpinfo.php to debug this app?
Thank you,
FayeC