Jump to content

[SOLVED] is this possible?


DanDaBeginner

Recommended Posts

:) for example im going to visit the 'site.com' and im going to right click and view source to see the element name of the form..for example:

<form name="form">

<input type="text" name="text1" />

</form>

is it possible to automate this in PHP make a system that will read the form element of the site?instead of right click and view source?

 

 

Link to comment
https://forums.phpfreaks.com/topic/43807-solved-is-this-possible/
Share on other sites

:) thanx guys, specially to you thorpe ..

 

but im having a fatal error because im accessing the https://... what can I do? is it mean that im not getting all the contents of the page?

 

Warning: file() [function.file]: SSL: fatal protocol error in C:\Program Files\xampp\htdocs\wala.php on line 4

:) im using php5.. and also

 

in the page when I view source it:

 

name="U2FsdGVkX18bwx3F3BCfCpyja8tQA3tRqKboSwS9MFlZeLLxQgfok0GxEwG2cEW3wVg9zegsG7p6EoaogdqPNg"

--------------------

while in my script:

 

name="U2FsdGVkX19uYT7U8YEg2DCV_whbmDNN6R4B0IJfonthq_3wxm1DrViNSnV3yAaAcO89FddMoBW7EDpiO9ng_A"

______________________

why they having differences? it should be the same..

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.