How can I parse the flash vars from a string like this?
<script type="text/javascript">
flashvars.added = "2010-07-18";
flashvars.name = "testing+purposes";
flashvars.user = "jhon+doe";
</script>
I am using curl to get the string.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
May not be perfect, but should at least get you started:
Probably could be more efficient, but again should help you get started.