brightstar
Technical User
- Sep 20, 2002
- 233
ok, i know next to nothing about PHP but I'm willing to learn it if what i want to do is possible using it.
i have built a mysql database. i have the SQL code i want to extract results from it, however the SQL code needs the results from 3 selection boxes (themselves based on results from queries) in order to display the correct results.
so, can i put 3 combo boxes on a page, the first one based on results from a simple select statement, the second one based on a simple select statement and the third one based on a select statement plus the selctions made in the previous 2 selection boxes. Once all three selections have been made another sql select statement needs to run using the values from all three selection boxes and then display the results.
i can do this in ms access really easy but what i want to do now is make the data and process available on the interweb.
please tell me this is also easy in php?
free, anonymous advice provided by the whole world
i have built a mysql database. i have the SQL code i want to extract results from it, however the SQL code needs the results from 3 selection boxes (themselves based on results from queries) in order to display the correct results.
so, can i put 3 combo boxes on a page, the first one based on results from a simple select statement, the second one based on a simple select statement and the third one based on a select statement plus the selctions made in the previous 2 selection boxes. Once all three selections have been made another sql select statement needs to run using the values from all three selection boxes and then display the results.
i can do this in ms access really easy but what i want to do now is make the data and process available on the interweb.
please tell me this is also easy in php?
free, anonymous advice provided by the whole world