Re: database connection for query sql
Reply #3 –
Here is a video on how to use phprad query functions https://www.youtube.com/watch?v=OZnyvphKpZI and this https://www.youtube.com/watch?v=UsLlG4EvkbQ, if you are writing your query on the Page events all you have to do is
$db->rawQuery(" Your query then goes here.");
and also search for the keyword rawQuery on the forum to see more discussion on various usage, thanks.