- Joined
- Feb 22, 2006
- Messages
- 1,520
- Reaction score
- 0
I'm looking to submit a form on a different site with a variable then save the source of the resulting page to a variable.
I'm thinking that Javascript will be needed to submit the form with the variable (of the user's choice) and I was hoping it can be partly done with php since I'm trying to learn as much as I can with it.
I hate to ask for help but I'm pretty stuck lol
Summary:
Submit a form (I have no direct source access to) with another script hosted (I have access to) in a different place than the form. <- I can't do right now lol
After which, the source is captured (plain html output) <- I can do
I'm thinking that Javascript will be needed to submit the form with the variable (of the user's choice) and I was hoping it can be partly done with php since I'm trying to learn as much as I can with it.
I hate to ask for help but I'm pretty stuck lol
Summary:
Submit a form (I have no direct source access to) with another script hosted (I have access to) in a different place than the form. <- I can't do right now lol
After which, the source is captured (plain html output) <- I can do
Last edited: