Hello!
I am creating a contact form in a Glitch Hello Website with PHP but it does not work can someone help me out?
Glitch :・゚✧ < That is a link to a php server, try remixing it, and you should get your own php server!
Hello! I have tried multiple websites before but on my hello website it never works. I tried to use a node-express but again, I don’t know JSON or NODE.JS
Is there anyway to use PHP on a Hello website?
Also, I don’t know why but if I remix that PHP project, the file never opens. It shows Starting, Preparing for looooooooooooooooong time but never opens…
I think that is seperate issue, but I used to encounter it too and I have to wait 20-30 minutes and later it works
Okay, Thanks a lot!
if you want to make a php application/site then add the following to a glitch.json file:
{
"install": "echo 'We Are Ready!'",
"start": "php -S 0.0.0.0:3000 -t ."
}
this will allow a php application to run, although there will be no prettify button as this language was never built in with glitch.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.