Jump to content

Not proccessing php


bman22

Recommended Posts

I am working on a site in which i need it to print text from a file to a form. Right now i am using the include function. Main problem with this is, i want the ability to edit php code in a the box, and with include, the code is processed. I am wondering if there is a way to print the text from a file, ignoring all php code so i get the whole thing in the textarea.

Link to comment
https://forums.phpfreaks.com/topic/125557-not-proccessing-php/
Share on other sites

no. I actually want the opposite of this. I want it to show me the code.

 

for example right now for testnig i try putting in <?php print"Hi"; ?> and when i reload the page, it gives me just the php translated Hi without any other code.I want a php script that will allow users to edit their php scripts

Link to comment
https://forums.phpfreaks.com/topic/125557-not-proccessing-php/#findComment-651750
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.