|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-07-11 05:36 UTC] cox@php.net
[2014-08-13 18:07 UTC] 1990vivekkumarverma at gmail dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 21:00:02 2025 UTC |
I get this error when using HTTP_Request Fatal error: Call to undefined function: pdd() in /usr/share/pear/HTTP/Request.php on line 486 Here is the code that generated it $url = 'http://someurl.com.cy/somepath/somepage.php'; $req =& new HTTP_Request($url); $req->sendRequest(); echo $req->getResponseBody();