Posts by WIRLA DE BARROS CARVALHO • 1 point
1 post
-
-3
votes1
answer47
viewsQ: Error in php url
I have a querystring to work with url. set_include_path('application' . PATH_SEPARATOR. get_include_path() ); function getGet( $key ){ return isset( $_GET[ $key ] ) ? $_GET[ $key ] : null; } $path =…
phpasked WIRLA DE BARROS CARVALHO 1