Menu

remove "Id number" from printer_friendly.php?

Help
2006-03-14
2013-06-03
  • Nelson Salvador

    Nelson Salvador - 2006-03-14

    How do i remove Id field from printer_friendly.php?

    Please help me i cant show the id number!

    Best Regards

     
    • TNTEverett

      TNTEverett - 2006-03-14

      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. 

       
    • Nelson Salvador

      Nelson Salvador - 2006-03-14

      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

       
      • TNTEverett

        TNTEverett - 2006-03-15

        What version of the generator are you using?

         
      • TNTEverett

        TNTEverett - 2006-03-15

        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.

         
    • Nelson Salvador

      Nelson Salvador - 2006-03-15

      Do you like my Admin:
      http://www.pirica.com/bruno/Pronto/verdados.php ?

      Perfect!!

      Working now!!! :-)

      Thanks TNTEverett!

      pirica@pirica.com

       
    • Musawir Ali

      Musawir Ali - 2006-03-16

      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.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.