php4
Replaced $HTTP_GET_VARS with $_GET, but not working
I have the following code, which is not working for me. I used to have $HTTP_GET_VARS instead of $_GET, but then updated to PHP 5, and now things are broken. Any thoughts on what I\'m doing wrong here[详细]
2023-03-01 10:17 分类:问答Mixing PHP4 and PHP5 within a single app
I maintain for someone code of an old PHP4 app. Since certain new features could make good use of ZEND framework, I wonder, if I could mix PHP4 and PHP5 within a single app.[详细]
2023-02-27 03:03 分类:问答How do I determine if an array is empty in PHP?
I want to check that an array has no values or that the values in the array are empty. Can someone explain how 开发者_运维百科to do this?Someday I\'ve learned very smart solution here on SO[详细]
2023-02-24 03:25 分类:问答php4 to php5 migration
We got project, its migration site开发者_如何学C from php4 to php5, What are the thing first i should do,[详细]
2023-02-21 06:54 分类:问答weird php error - cannot explain just in title
discovered this forum a few days ago and still not into it enough to contribute - will happen soon i hope :)[详细]
2023-02-19 20:54 分类:问答How can I use MySQL 5.x with PHP 4.x?
I am requested to support a legacy system. I needed to install PHP4 on my computer for that and also MySQL 4开发者_如何学运维.x. I couldn\'t find a MySQL 4.x version that installs on my computer so I[详细]
2023-02-19 20:01 分类:问答Store Objects in Array difference in PHP 4 and 5
I had similar problem in the post here: Storing objects in an array with php The test code is attached below.[详细]
2023-02-16 20:22 分类:问答PHP 4 Compliance Checker
Is there a tool that checks your code and can feedback any PHP4 compliance issues? I\'ve just developed a Widget for WordPress and haven\'t used any PHP5.3 features but have used PHP5 features.[详细]
2023-02-15 19:35 分类:问答Your experience Moving PHP 4 to PHP 5 [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-02-08 06:46 分类:问答PHP replace string with alternating srings
I have a text something like this: $sText = \"www.domain.com www.domain.com www.domain.com www.domain.com www.domain.com[详细]
2023-02-07 15:11 分类:问答