1,175 reputation
925
bio website shreeni.info
location Singapore, Singapore
age 32
visits member for 4 years
seen 4 hours ago
stats profile views 257

Part of a team that works extensively on Facebook Apps using Facebook's Graph API, php, jQuery and we use Amazon AWS for hosting our stuff. In my previous life, I have worked on Java and Hadoop. These are the topics I ask questions on and provide answers for.


2d
comment retrieving data from 2 tables using a coulmn which is same in both the table in mysql using php
Could it be because your mysql query is just selecting from details and not from report?
2d
comment PHP tags deleting trailing newline
Which PHP version have are you now using, and which one(s) previously?
Jun
11
awarded  Yearling
Jun
7
awarded  Nice Question
Jun
5
comment Securing Passwords in a Multi-Dev nginx setup
The central password-providing module is currently in PHP and is nothing but a regular PHP class. We are open to ideas, so anything with file permissions is fine with us. As for developer having access to all files - considering we are a somewhat small team with each dev wearing multiple hats, separating access is going to be quite tough - so I wouldn't compromise on it.
Jun
5
accepted Open Source PHP Form/Survey Engine
Jun
5
accepted OpenLayers latitude inaccurately captured in Webkit Mobile browsers
Jun
5
accepted What's the best way to read Sqlite3 directly in Browser using Javascript?
Jun
5
comment What's the best way to read Sqlite3 directly in Browser using Javascript?
I am accepting @Marcel's answer since there seems to be no better answer at the moment (for client side JS).
Jun
5
accepted Running a PHP process as a daemon while safely killing it from background
Jun
5
comment Facebook Invite Friend Dialog app_non_users filter seems to have no effect
Thanks for the answer. I have subscribed to the bug. I have tried the hack mentioned in the link you gave, but that too isn't working. Using 'app_users' in conjunction with 'all', no one is shown, exactly as listed in the original report.
Jun
5
reviewed No Action Needed Previous / Next page link using wp_query loop
Jun
5
asked Securing Passwords in a Multi-Dev nginx setup
May
10
comment Facebook Invite Friend Dialog app_non_users filter seems to have no effect
Thanks. Let me test it out and let you know.
Apr
18
asked Facebook Invite Friend Dialog app_non_users filter seems to have no effect
Mar
15
answered Running a PHP process as a daemon while safely killing it from background
Mar
15
comment Running a PHP process as a daemon while safely killing it from background
My problem was solved just by declaring ticks: declare(ticks = 1);
Mar
8
revised Running a PHP process as a daemon while safely killing it from background
edited tags
Mar
8
comment Running a PHP process as a daemon while safely killing it from background
@hek2mgl Feel free to put in an answer and I will accept it or I shall wait till tomorrow and put in an answer myself..
Mar
8
comment Running a PHP process as a daemon while safely killing it from background
Declaring ticks seems to have done the trick. It's unfortunate that the documentation of pcntl_signal doesn't mention it in a lot more attention grabbing way. Having declared it, it has started working as expected.