sloter
Starter
Hey,
I see the PHP tags are available when we type the message. Does that mean that we can directly write php code using this and it will get processed by the server and converted into regular page ? How do we do that ? If I do just a simple command this is what happens:
or
I see the PHP tags are available when we type the message. Does that mean that we can directly write php code using this and it will get processed by the server and converted into regular page ? How do we do that ? If I do just a simple command this is what happens:
PHP:
print("Hello World!");
or
PHP:
<?php print("Hello World!"); ?>