I’m parsing a website with php to retrieve data. Part of the data becomes visible after selecting values in a javascript combobox.
Is their a way for php to select a value in the combobox, submit it and handle result?
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.
I ended up using the
Developer ToolsfromChromeon thenetwork tab. This allowed me to capture theform datathat is been posted with thejavascriptcombobox.With
cURLI performed the post inphp.