+ 1
this code ain't working on playground, why? 😱😱
4 ответов
+ 15
Wrap $_GET's/code with "isset"....
if (isset($_GET["..."])) {
//
}
+ 15
Try to use an iframe.... Still haven't achieved it....
+ 1
thanks. but this code ain't working fully yet. when I put a value, instead of showing me result it's opening on a browser xD
+ 1
thanks. I will try