Announcement

Collapse
No announcement yet.

Version 8 and PHP

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Version 8 and PHP

    I have sorted the problem out my self....

    I was calling one of the actinic verables and checked it from selectable (true) to false and it work...

    So subject closed.


    Here a little problem I have I am trying to put some PHP in to one of the web pages. I have definded it as a PHP block but the PHP not working as it should.

    I tested it out side Actinic 8 and it works if I put the code in to DW and then run it on IIS, but the code not running in Actinic 8

    all it dose is

    a=1;
    b=0 ;

    if (a!=b) {
    echo "some thing";
    } elseif (a==b) {
    echo "do some thing else";
    }

    this should work but it not all it doing is dropping to my error trap and saying there a problem.

    PHP working on my pc so why is it not running in actinic correctly!

    TA
    Last edited by CCT.Darren; 20-Sep-2006, 09:00 AM. Reason: Fix the problem.
Working...
X