This topic is locked

check boxes and execute another sql querry

2/15/2009 12:06:49 PM
PHPRunner General questions
F
fpilot author

3 Questions:

  1. Is it possible to create check boxes instead of drop down after getting info from a table?
  2. Also How can I execute another SQL after getting a result from an existing query result?
  3. Create another form based on the results for the user input to be inserted into an existing phprunner generated add page.


Sorry to be a bother, I am just an illiterate amongst the experts and I know how bothersome it is. Its just like a beginner amongst the experienced bridge players. Patience is appreciated.

R
ringah 2/15/2009

3 Questions:

  1. Is it possible to create check boxes instead of drop down after getting info from a table?
  2. Also How can I execute another SQL after getting a result from an existing query result?
  3. Create another form based on the results for the user input to be inserted into an existing phprunner generated add page.
    Sorry to be a bother, I am just an illiterate amongst the experts and I know how bothersome it is. Its just like a beginner amongst the experienced bridge players. Patience is appreciated.



everyone's got to start somewhere! I think check boxes are included in new version due any time now - otherwise you'll have to code it so suggest to wait..
You can execute another query by adding another event, but use different variables or recordset names..
popup maybe suitable for the form based on user input...checkout http://www.htmlcodetutorial.com/linking/li...famsupp_70.html

F
fpilot author 2/20/2009



everyone's got to start somewhere! I think check boxes are included in new version due any time now - otherwise you'll have to code it so suggest to wait..
You can execute another query by adding another event, but use different variables or recordset names..
popup maybe suitable for the form based on user input...checkout http://www.htmlcodetutorial.com/linking/li...famsupp_70.html



thanks a bunch!