Posts by MSergio • 33 points
2 posts
-
3
votes1
answer146
viewsQ: PHP return function
Despite the variable url be returning content, as VAR_DUMP, the code below comes out by the message "URL nonexistent". Why this? Where am I sinning in the code? public function…
-
-4
votes2
answers3568
viewsQ: PHP - Parse error: syntax error, Unexpected 'public' (T_PUBLIC) in
Good morning! I am with this code and I support the site, out of nowhere this error started to appear :( public function getUrlcliente($cliente_id) { $parametro = "cliente_id=" . (int)$cliente_id;…