Query Help

Marcel

You're the guy who stole my car
Jul 17, 2015
466
208
Hey Guys,
I was just building some parts of the Skin I'm making for a Content Management System.
Next think I realize is that it requires an offline messages page.
I have found out that it'll be Azure Database.
How would I set this up, as actually getting messages from users who have messaged offline onto the page.
If you could help me please reply below.
I only know a few people who could get the code right which are (@JayCustom @TesoMayn) Only since they've helped me in the past.
But if you do have an idea do just post below.
PHP:
$query = mysql_query("SELECT * FROM`messenger_offline_messages`ORDER by  id DESC LIMIT 10")
.
 

Marcel

You're the guy who stole my car
Jul 17, 2015
466
208
That query works fine?
Yeah but I don't know how to input the rest since I'm working with rev, so I don't know if I make params for it.
So just trying to see what Jay would give me from that. I'm not an Azure Emulator person. Always have been a phoenix fan :rolleyes:
 

Users who are viewing this thread

Top