+ 1
What's the name of the file we use on sololearn's code play ground when coding in PHP? ..
3 odpowiedzi
+ 2
When you save a file, you can name it. So that we be the name of the file
0
It's not working when i try to access it using forms on the "method=filename.php"
for example, I saved mine as index.php and when i refer to it during form submission to display text, it's not working.
0
Sula Siwale
Code Playground does not support form submission. But you can simulate such event just to verify the code workflow. You can directly assign values to the necessary elements of $_POST or $_GET and use them as if they were delivered from client side.