ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


atutor doesnot show ltphp in the preview


  • 2006-06-27 03:10:17

    atutor doesnot show ltphp in the preview

    Things to describe:
    operating system - WinXP
    version of ATutor -1.5.2
    versions of php -4.3.10
    version of mysq l -4.1.9
    webserver & version -Apache/1.3.33
    web browser being used -IE/ firefox

    Create a script with the following:
    <html>
    <body>
    <?php
    phpinfo();
    ?>
    </body>
    </html>

    whenever i add the above content in my atutor.... i dont see "<?php" in the preview!!!

    the preview shows:
    <html>
    <body>
    phpinfo();
    ?>
    </body>
    </html>

    whats the reason... n what is the solution???

    reply soon

  • 2006-06-27 10:22:51

    Re: atutor doesnot show

    Being able to run php within a content page would be a HUGE security problem. There's no way we can allow that to happen.

  • 2006-06-28 06:09:43

    Re: atutor doesnot show

    but greg if i am to create a course on php.... n i have to show the coding.... then what should i do for it!!!

    i m not trying to run the code... but simply.... show the code...

    now plz suggest how can i do tht???

    reply soon

  • 2006-06-28 09:07:53

    Re: atutor doesnot show

    A note of forum etiquette, using "!!!" and "???" are the equvalent of yelling. Don't use them.

    If you want to enter code into a page, use the code tag listed at the bottom of the editor.