PHP Classes

select form results?

Recommend this page to a friend!

      Auto form  >  All threads  >  select form results?  >  (Un) Subscribe thread alerts  
Subject:select form results?
Summary:thank you for the great work you've done.
Messages:5
Author:ouro
Date:2014-09-16 13:12:06
 

  1. select form results?   Reply   Report abuse  
Picture of ouro ouro - 2014-09-16 13:12:06
thank you for the great work you've done.
i'm new in php programmng,so excuse me if you find my question stupid,but i need your help.
my question is how can i show select form(i mean the results of a query).i would be very glad if you could make an example.thank you.

  2. Re: select form results?   Reply   Report abuse  
Picture of Arturs Sosins Arturs Sosins - 2014-09-16 14:49:16 - In reply to message 1 from ouro
Hello ouro,
question is, for what purpose do you need to select the results?

If you need to edit them, then you can check out edit example which uses update_form:
phpclasses.org/package/6798-PHP-Gen ...

If you need to display them, then well it is not a form anymore, and something you should do separately in your code from the same database table.

So tell me what would you want to achieve, so I could point you to right direction :)

  3. Re: select form results?   Reply   Report abuse  
Picture of ouro ouro - 2014-09-16 15:18:56 - In reply to message 2 from Arturs Sosins
hi Arturs,
thank you for your reply.
i would want to display the result.thanks

  4. Re: select form results?   Reply   Report abuse  
Picture of Arturs Sosins Arturs Sosins - 2014-09-16 15:31:16 - In reply to message 3 from ouro
Then you would most probably need to follow some PHP and MySQL tutorials, because it is out of the scope of the class.

Here is a full blown tutorial on PHP+MYSQL
freewebmasterhelp.com/tutorials/php ...

Of course W3Schools is always your friend :)

w3schools.com/php/php_mysql_select. ...

  5. Re: select form results?   Reply   Report abuse  
Picture of ouro ouro - 2014-09-16 15:58:58 - In reply to message 4 from Arturs Sosins
hi Arturs,
thank you very much.