0
You guys, here’s the deal...
I need to check if in the url there is a parameter (source) and take the value that is being passed by it...
I tested it like this $param = $_GET["source"];
but if there is no parameter in the url, give an error Notice: Undefined index: source
.
How do I only get the parameter if it exists?
Caio, you understood with my answer?
– Leonardo Negrão
@Leonardonegrão yes man, thank you very much!
– Caio Rodrigo