Get exclusive CAP network offers from top brands

View CAP Offers

Reply To: Football RSS Feeds Now Available!

[bsa_pro_ad_space id=2]
#772415
Anonymous
Inactive

@fintan 168162 wrote:

Hi Everyone

Our IT guys have said the minimum requirements are pretty low, however you will need to know what you are doing programming wise to get it working. The PHP code example will work in any version of PHP

Fintan – your PHP “experts” are mistaken.

You PHP code uses xml_parser_create() and xml_set_element_handler and those are extentions that are only available in PHP V5 and beyond.

Many people using blogs and wordpress are still on PHP V4.1 or V4.2.

Simlarly the file that you reference in the document … as a way of avoiding cross domain rpoblems for Javascript … also uses the XML extensions in PHP code.

Quote:
A PHP example of this file is available here:
http://www.phpfour.com/lib/transport/transport.phps


Not to be funny or anything – but have you IT guys actually tried to get something working on PHP V4.1 or V4.2 (which is probably still the defailt) for 70% of the worlds hosting sites.
:tongue:

I’d happily try and intergrate something that works …
:hattip: