monkeysuffrage
                                            monkeysuffrage
                                        
                                    I just pushed a fix for this (hopefully)
Hi, Development ended on phpQuery some time ago, I'm currently recommending this library instead: http://sourceforge.net/projects/advancedhtmldom/?source=directory Thanks, - P On Sat, Feb 14, 2015 at 11:29 PM, webdlp [email protected] wrote: >...
Yes, the different parsers are about the `search` and `at` functionality, submitting forms isn't affected by switching parsers,. I'm interested in freelance projects and the best way to hire me...
You're welcome. On Wed, Mar 18, 2015 at 12:13 PM, webdlp [email protected] wrote: > Thank you for advanced html dom. > > — > Reply to this email directly or...
It depends, in general you just need to set the postback data: $form->set('__EVENTTARGET', 'xxx'); $form->set('__EVENTARGUMENT', 'yyy'); but sometimes you also need to tweak the request headers: $form->submit(array('MyHeader: xxx')); On Thu,...
do `var_dump($form->fields)` if you need to check that they're being set properly. On Thu, Jan 29, 2015 at 1:32 PM, Raptor Kwok [email protected] wrote: > Both __EVENTTARGET and __EVENTARGUMENT are...
No, this is correct behavior. On Mon, Aug 28, 2017 at 6:09 AM, byman64 wrote: > echo phpUri::parse('https://www.google.com/images/large')-> > join('animals/italy/tiger.jpg'); > echo "\n"; > // RESULT > // => https://www.google.com/images/animals/italy/tiger.jpg...
No because the base path of https://www.google.com/images/large is https://www.google.com/images/ whereas the base path of https://www.google.com/images/large/ is https://www.google.com/images/large/
No, there's no way of telling if that url is for a file or directory. A web server would know and redirect accordingly. On Tue, Oct 16, 2018 at 2:21...
Sorry, what's the issue exactly? How about making a pull request?