Search found 3 matches

by nshthmistry
Wed Mar 05, 2014 10:00 pm
Forum: Databases
Topic: Join two table and fetch data!
Replies: 3
Views: 4165

Re: Join two table and fetch data!

okay, i put it different way..

How can i use this query:
"SELECT *,(30-DATEDIFF(now(),updateDate)) as counter FROM myads";

but for the two tables..
by nshthmistry
Wed Mar 05, 2014 5:08 am
Forum: Databases
Topic: Join two table and fetch data!
Replies: 3
Views: 4165

Join two table and fetch data!

I have two table and want to fetch data from them. This query working fine: "Select * from myads join users on myads.id = users.id"; but the problem is I want to use one of the field as counter For the Single table this works for me: "SELECT *,(30-DATEDIFF(now(),updateDate)) as counte...
by nshthmistry
Fri Feb 28, 2014 5:36 am
Forum: PHP - Code
Topic: Using Dropbox API in php, how to show files in user interfac
Replies: 1
Views: 1092

Using Dropbox API in php, how to show files in user interfac

I have used Dropbox API in my website. I have completed Oauth and I'm successfully getting metadata. now i'm clueless.. MetaData: Metadata content for / Array ( [hash] => [thumb_exists] => [bytes] => 0 [path] => / [is_dir] => 1 [size] => 0 bytes [root] => app_folder [contents] => Array ( [0] => Arra...