|
-
Dec 1st, 2008, 03:58 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] Reading php hidden fields
Hi guys...
After many hours of packet sniffing and coding...i coulnd manage to get "all" the data from a url (php) with winsock....
I founf out that DHTMLEdit1 , the control, can read entire pages...i dont acutally know how to use it :S
Well i wanted to ask is there a way to get all the data with winsock,even the data stored in hidden forms?
Thanks for helping me out.
-
Dec 1st, 2008, 05:23 PM
#2
Re: Reading php hidden fields
If your meaning of "hidden form" is a html form, or partial of a web page, that is not displayed by the browser (can be hide by using CSS, for example), that is not a problem, because the form (and all of its properties) will be in the html document. You just have to parse the html doc to get the values! Open up the html in notepad, and look for the form, that you wanna extract. If you found it in notepad, that means the html parser is you are after.
In case, the web page is using Ajax (or similar) techniqes, that may be a bit difficult, but still possible.
-
Dec 1st, 2008, 05:41 PM
#3
Thread Starter
Hyperactive Member
Re: Reading php hidden fields
Yeah lol i just did that before readin your reply...
I read the code in the app, foun the string between 2 strings and voila! i got what i was searching 
Thanks for replying Jim!
Thanks for helping me out.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|