php/mysql help - stats and templates? - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: php/mysql help - stats and templates? (/showthread.php?tid=47188) php/mysql help - stats and templates? by Fourjays on 07-04-2005 at 09:31 PM
Hey, RE: php/mysql help - stats and templates? by Dempsey on 07-04-2005 at 09:33 PM
well to do the number of sql queries, you have to replace the SQL_query function with your own so it performs the query as well as incrementing a static variable then when you want to display the number of queires make it show it when the function takes no arguements. RE: php/mysql help - stats and templates? by Fourjays on 07-04-2005 at 09:36 PM
I don't suppose you can point me towards the right section on the php or mysql site, or another tutorial website? RE: php/mysql help - stats and templates? by Dempsey on 07-04-2005 at 09:43 PM
code: Then use cnt_mysql_query instead of mysql_query. When you want to output the number just dont pass any arguements, RE: php/mysql help - stats and templates? by ShawnZ on 07-05-2005 at 02:23 AM Haha, what a couincidence, im doing the same project as you RE: php/mysql help - stats and templates? by Snake on 07-05-2005 at 02:34 AM I was just starting to work on template systeam for a stupid littel phone book script I have been working on. Unfortunatly I blew the hard drive in my test server and didn't have the chance to start programing the template systeam. RE: php/mysql help - stats and templates? by Fourjays on 07-05-2005 at 10:31 AM
quote: Maybe we should work together then. I want mine to be as versatile as possible, so that the user can do just about anything they want with it. I'm planning on having another go at getting a templating system working today, as I feel this is important for easy customisation. |