yandeu / five-server-vscode

⚡ VSCode Extension for Five Server.
https://marketplace.visualstudio.com/items?itemName=yandeu.five-server
Other
121 stars 9 forks source link

request get error #26

Closed lavaicer closed 2 years ago

lavaicer commented 2 years ago

Describe the bug A clear and concise description of what the bug is. when I access my site page through GET/POST method,I got I 500 ERROR. php-8.1

isset($_GET['r'])?$register_tag = $_GET['r']:$register_tag = NULL;
echo "well";
echo $register_tag;

Have a question? Join the discussions instead.

yandeu commented 2 years ago

See https://github.com/yandeu/five-server-vscode#about-php

lavaicer commented 2 years ago

See yandeu/five-server-vscode#about-php

thx!

yandeu commented 2 years ago

You're welcome :)