0
votes
1answer
166 views
+100
How do I set a date range variable dynamically and redraw a Google chart?
I am using PHP to set a date range for creating a Google Line Chart. For each date in the range a variable is set ($running_balance) to create the points on the line chart using data in a database. ...
3
votes
4answers
106 views
+100
Get POST data on php via javascript call
Newbie to php,
I am using jquery(knockout js) at client side & PHP at server side. my code.
Client side: I am using knockout js(Javascript). to call my PHP service.
Code:
...
19
votes
9answers
985 views
+100
User recognition without cookies or local storage
I'm building an analytic tool and although I can get IP address, browser and operating system from the user agent.
I'm wondering if there is a possibility to detect same user without using cookies or ...