Hi there all again
I'm on my merry way through Actinic late this evening - fun fun fun!!! :-D
Anyway, I have been struggling with the F*****G PHP module in Actinic.
It is great in concept, and I have heard that v8 had PHP v4.3 in so 9 will have at least that version or later.
Now, i have used a bit of PHP code that was on the knowledge base, and it worked great, but now want to have a go at creating my own.
It is a very simple function that I know works (ran it on my webserver as it was) using simple PHP functions (being a PHP coder, i know these are simple!!)
Actinic seems to fall over the strlen and the substr functions, both of which were around in v4 of PHP and both of which are pretty much a requirement for my code to run without making it overly complex.
Am I doing something wrong??
I am doing all the stuff you have to do in the block heading of the php block.
any suggestions??
cheers
The moose
I'm on my merry way through Actinic late this evening - fun fun fun!!! :-D
Anyway, I have been struggling with the F*****G PHP module in Actinic.
It is great in concept, and I have heard that v8 had PHP v4.3 in so 9 will have at least that version or later.
Now, i have used a bit of PHP code that was on the knowledge base, and it worked great, but now want to have a go at creating my own.
It is a very simple function that I know works (ran it on my webserver as it was) using simple PHP functions (being a PHP coder, i know these are simple!!)
Actinic seems to fall over the strlen and the substr functions, both of which were around in v4 of PHP and both of which are pretty much a requirement for my code to run without making it overly complex.
Am I doing something wrong??
I am doing all the stuff you have to do in the block heading of the php block.
any suggestions??
cheers
The moose
Comment