php4
How do I get the request body?
I am trying to implement a simple JSON-RPC server.The client part is handled by the jquery.jsonrpc. This seems to work fine, sending a JSON-RPC message as the payload of a post message.[详细]
2023-04-08 22:28 分类:问答Static Alternative in PHP for <b>Parse error</b>: syntax error, unexpected T_STATIC in <b>
I was testing my PHP application on localhost with Xamppp and everything was just fine, but when I exported it to a real server, it does not work anymore. I found out that it is because my server does[详细]
2023-04-07 23:46 分类:问答CakePHP Model Associations
Here\'s the deal, i h开发者_运维百科ave 2 models: Rus and Audios. I want to use records from Audios in Rus controller, so i go and type in associations like this:[详细]
2023-04-07 16:36 分类:问答Php unexpected T_String on php4 webhost but not on php5 localhost
I am getting a really frustrating problem with my php script below.Everything works as expected on my local machine using XAMPP, but when I put it on the web I get:[详细]
2023-04-01 16:37 分类:问答PHP 4- ignore parse errors?
I have a script that uses a PHP 5 syntax that\'s apparently not supported in PHP 4. like MyClass::method()->method(...)[详细]
2023-03-31 04:05 分类:问答Both php4 and php5 running on one system
I\'m having a problem with my customer\'s host. The host has configured the server in a way that php4 and php5 co-exist.[详细]
2023-03-28 11:49 分类:问答malformed XML returned by curl command line
I\'m sending a stringof XML tags and data in PHP to an API on another server that is expecting XML. we are sending the string via command line like this[详细]
2023-03-19 00:39 分类:问答Class Object in PHP session reset during AJAX operation?
I have a simple example of PHP sessions and AJAX, which works when holding an array in session: Request file:[详细]
2023-03-11 08:38 分类:问答singleton pattern in PHP 4
is it possible t开发者_高级运维o create a singleton class in PHP 4? Right now I have something like http://pastebin.com/4AgZhgAA which doesn\'t even get parsed in PHP 4[详细]
2023-03-04 21:57 分类:问答How to use xml2array get the xml date from a foreach? [duplicate]
This question already has answers here: How do you parse and process HTML/XML in PHP? (31 answers) Closed 9 years ago.[详细]
2023-03-02 00:13 分类:问答