Not sure what you want to do. First sentence says remove the id. Second sentence says cna't show the id.
Do you need to see the id, or do you want to remove the id?
Send me a copy of your printer_friendly.php, your process.php file, and a link to your form to work with if you still need help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
very cool. this is how I thought people would be customizing their forms/admin portals when I came up with this phpFormGenerator idea. Not many users are doing so due to lack of coding knowledge (even though I have tried to make it so you don't need to know any PHP, just basic HTML should do). Good job.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How do i remove Id field from printer_friendly.php?
Please help me i cant show the id number!
Best Regards
Not sure what you want to do. First sentence says remove the id. Second sentence says cna't show the id.
Do you need to see the id, or do you want to remove the id?
Send me a copy of your printer_friendly.php, your process.php file, and a link to your form to work with if you still need help.
TNTEveret email please!
I dont need to see: "id: 12" in printer_friendly.php
Any ideas?
Form: http://www.pirica.com/bruno/Pronto/inserirdados.html
Admin:
http://www.pirica.com/bruno/Pronto/verdados.php
What version of the generator are you using?
If you are using the same version as I have, look in the printer_friendly.php file for this section:
for ($i=0; $i < mysql_num_fields($resultset); $i++) {
$meta = mysql_fetch_field($resultset);
$columns[$i] = $meta->name;
}
Change the $i=0; to $i=1;
If this does not work I will have to see your file. Send the printer_friendly.php file to me in an email.
Do you like my Admin:
http://www.pirica.com/bruno/Pronto/verdados.php ?
Perfect!!
Working now!!! :-)
Thanks TNTEverett!
pirica@pirica.com
very cool. this is how I thought people would be customizing their forms/admin portals when I came up with this phpFormGenerator idea. Not many users are doing so due to lack of coding knowledge (even though I have tried to make it so you don't need to know any PHP, just basic HTML should do). Good job.