Tagged Questions

0
votes
2answers
39 views

Singleton pattern + __construct in PHP4…

To clarify: no I can't make this pure PHP5 yes this code works in PHP 4.3.9. I don't have any real world experience implementing or supporting PHP4 but I had to recently chang …
0
votes
3answers
50 views

PHP4 problems with include() within a file created by fwrite()

I have a file called generator.php that uses fwrite() to create a result.php on the server (Apache, PHP4). One of the lines in result.php is a PHP include() statement. So, in gen …
1
vote
2answers
25 views

Sorting XML data in PHP4

Hi there I have the following XML code: <?xml version="1.0" encoding="UTF-8"?> <connector_ret> <function name="search"> <row id="1"> <c …
1
vote
5answers
85 views

Official end of support for PHP4?

Is there an official date for when support for PHP4 will end? I keep reading this date and that on various sites and blogs, but can't find anything on the PHP website. Am I overl …
0
votes
3answers
39 views

alternate to simplexml_load_string() in php4

Im using this function simplexml_load_string() in my file which is doing search lucene based. But its not working in php4. please suggest me a function similar to this one so that …
0
votes
3answers
44 views

PHP Framework support for legacy PHP4?

I know that PHP4 is "dead", however there are about two dozen or so of our clients that still are located on servers where PHP4 is used, and we won't get any server upgrades until …
1
vote
2answers
53 views

Best practices / info: Writing a PHP4 ORM

For a number of reasons (all of which can, basically, be broken down to bad management decisions) we're unable to switch to PHP5, meaning we'll have to support PHP4 for probably a …
1
vote
3answers
84 views

PHP: get next 13 dates from date?

I am trying to get an array of a date plus the next 13 dates to get a 14 day schedule starting from a given date. here is my function: $time = strtotime($s_row['schedule_start_da …
1
vote
3answers
92 views

PHP stdClass question

Scenario: $x = json_decode( $x ); foreach ( $x as $item ) { $info[] = $item; //ERROR } I am looping though a datafeed to get the data. I want to add items to a stdClass o …
1
vote
3answers
66 views

PHP: Turn HTML table into spread sheet?

I am generating an HTML table full of data. They need it to be an editable spreadsheet though that they can save and edit. I currently have it exactly as they want but as an HTML …
0
votes
4answers
41 views

PHP, MySQL: Duplicate series of rows, but change 1 column?

I have a table called scheduler_sched which has several columns, including a column called schedule_id. I need a function where I can pass 2 ids (copy_from_id, copy_to_id) as par …
0
votes
1answer
84 views

Enable the “redeclare” for PHP5, with .htaccess or php.ini

Hi friends, serious problem with an angry client :( i have an issue about "Cannot redeclare variable" etc. i had a website working on PHP4 then moved to PHP5 and i have this erro …
0
votes
2answers
33 views

code for fetching an email from the gmal inbox

I am trying to develop a program for fetching email from the inbox of gmail. Can you help me for doing... If the code can automatically fetch the email, it is very good.. I am pre …
0
votes
1answer
19 views

compiling php4 headers instead of php5

Hi, I'm compiling certain extensions for PHP on dreamhost PS server. I got an error and found that it happens when php4 headers are used instead of php5 headers. running phpinfo s …
1
vote
6answers
61 views

PHP: Breaking out of PHP for HTML but return as value instead of print on page?

I am generating a lot of HTML code via PHP, but I need to store it in a variable, not display it immediately. But I want to be able to break out of PHP so my code isnt a giant stri …

1 2 3 4 5 next
15 30 50 per page