i thought maybe it was to execute php... makes me laugh
'ALLOW' php...
is that what they mean on facebook when they want you to ALLOW.
Well i guess they deserve an allowance..
Speaking of facebook... i wrote a facebook app for shits and gigs and to
play with a free cloud while im learning salesforce..
its a simple magic 8 ball ask the magic 8 ball a question and it does a
random answer.
So i have a log that outputs, ip, user agent, time question asked and answer generated.
I get between 1-3 hits for each request with the same ip and user agent
not really sure where any hit above 1 would come into play. Since each
answer is random i get possibly 3 answers given per question and i can trace
the one that i was given in my browser to the one in the log by hand if i was the question asker and know manually what answer i saw ...but there are up to two false answers in the log!!! depending on browser type/ access method...
any ideas where these extra hits are coming from?
I also am working on a wordpress thingie on a Yahoo server and im getting
exactly four hits per request from non phone devices (for now)...
==== my guess is the cloud runs the script in a few places based on guesstimated demand so if one fails the other will have already been handling the request and standing by with an answer?
Does any one else have experience with multiple log entries in a cloud hosting environment
How can I program defensively to realistically log the 8 ball answer given when i have no idea which instance of the php script was the one the user got to see??