Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How view PHP FILE ? #112

Open
Pierre89 opened this issue Dec 11, 2020 · 1 comment
Open

How view PHP FILE ? #112

Pierre89 opened this issue Dec 11, 2020 · 1 comment

Comments

@Pierre89
Copy link

Hello,
how view php files with your file manager ?

@ikwyl6
Copy link

ikwyl6 commented Dec 11, 2020

Web servers interpret php files so you could so
Something like this by looking at the file type and do something like this:

<?php show_source("test.php"); ?>

<html>
<body>
<?php
"color: #007700">echo "COLOR: #007700">("COLOR: #dd0000">"test.php""COLOR: #007700">);
"COLOR: #0000bb">?>
</body>
</html>

Taken from: https://www.w3schools.com/php/func_misc_show_source.asp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants