Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~4K People Reached
Favorite Tags

3 Posted Topics

Member Avatar for anupamjamatia

Hi I am trying to do the same thing. I would like to save the Facebook user timeline details OR messages in MySQL database. Timeline details are visible in screen total posts are like this http://screenshot.co/#!/2dcbee03ff , if I want to see the 'messages' only I can see in the …

Member Avatar for radow
0
646
Member Avatar for jmishal

Is it possible to insert only "story" filed of json data in the mysql database. Please help me out. array ( 0 => array ( 'story' => 'Anupam Jamatia shared Filmydrama's video.', 'created_time' => array ( 'date' => '2016-02-12 14:05:15.000000', 'timezone_type' => 1, 'timezone' => '+00:00', ), 'id' => '10154521329397892_10154545385862892', …

Member Avatar for cereal
0
3K
Member Avatar for anupamjamatia

[CODE]#include<stdio.h> #include<conio.h> #include<math.h> main() { float a,b,c,d,k,x,y; clrscr(); printf("Enetr the values of a,b,c=>"); scanf("%f %f %f",&a,&b,&c); d=((b*b)-(4*a*c)); k=sqrt(d); x= (-b+k)/(2*a); y= (-b-k)/(2*a); printf("The quadratic equation is x=%f and y=%f",x,y); getch(); } [/CODE] but after compiling the result is look like this .....why .... wnter the values of a,b,c=>6 5 4 …

Member Avatar for dwks
0
217

The End.