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
~850 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Vishnu_4

This is my time format:- start_date = 20-01-2015 1:00 AM; end_date = 25-03-2015 2:50 PM; All these date fields are in a drop down. How can i calculate the number of days in between these dates using javscript? Can anyone give me some code reference for this? i need to …

Member Avatar for reygcalantaol
0
142
Member Avatar for Vishnu_4

Hello, Am working on an sms service application, so we have two web applications in two servers (using zend framework) and one mobile application. First user clicks the send button on mobile app, we are calling a function in server one and from server one calling another function in server …

Member Avatar for cereal
0
98
Member Avatar for Vishnu_4

Hi, Am working on hooks wit codeigniter, am getting an error after applying hooks like "This webpage has a redirect loop". My hooks.php file : $hook['post_controller_constructor'] = array( 'class' => 'SessionData', 'function' => 'initializeData', 'filename' => 'auth.php', 'filepath' => 'hooks', 'params' => array() ); auth.php file: <?php class SessionData{ var …

Member Avatar for veedeoo
0
459
Member Avatar for Vishnu_4

Hi, I have strings like '00101', 00010, i need to find out the count of occurence of 0 from the begining of the string only.In the case of first string i need the count should be 2 and in the second case count should be 3.How can i do this …

Member Avatar for urtrivedi
0
151