adolf Posted April 18, 2012 Share Posted April 18, 2012 am total newbie to programming, apart from knowing SQL, the thing is i have been given a MYSQL database containing various information about kids diseases and a web interface written in php to create reports from the database that can be accessed via the interface. there are almost 25 different variables that need to be computed in the report, i have written sql queries to compute all these values, but i don't know anything about PHP, if i have all these queries isn't there a way for me to combine all these sql queries to be display results on a webpage and come up with this report without writing PHP code? Thanks for your help very sorry if this is too basic Quote Link to comment https://forums.phpfreaks.com/topic/261169-displaying-results-of-many-sql-queries-without-writing-php-code/ Share on other sites More sharing options...
trq Posted April 18, 2012 Share Posted April 18, 2012 No. You will need to write some php code. It doesn't write itself Take a look at the example on the mysql_query man page, it's a pretty simple process. Quote Link to comment https://forums.phpfreaks.com/topic/261169-displaying-results-of-many-sql-queries-without-writing-php-code/#findComment-1338388 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.