php? by anonymous | tildeverse BBJ

>0 anonymous @ 2023/10/30 19:54

anyone here know how to get php working?

>1 seifferth @ 2023/11/26 19:51

>>OP

If you are talking about using php for your http-based website, it's actually
pretty simple. Just drop a '*.php' file somewhere in '~/public_html' and it
should work out of the box. You can even use an 'index.php' file anywhere you
would usually expect an 'index.html' file.

If you are looking for an example, feel free to poke around my own website at
'~seifferth/public_html'; although I have to admit that my own use of php
scripts on tilde.club is a bit of a hack and might therefore not provide the
most straightforward example.

Hope this helps.

Edit: On second thought: This answer is obviously specific to tilde.club. It
does most probably not apply to other tildes. Since BBJ seems to be shared
between multiple tildes (if I am not mistaken), this answer might not apply to
your tilde. Hence, ~anonymous, you might want to add some information on which
tilde you are using.