Posts by Jessé Catrinck • 208 points
4 posts
-
1
votes2
answers2001
viewsA: Create a link with data and go through post
It is only possible to send POST through Forms, server-side or xD gambiarra <form action="pagina_a_ser_chamada" method="post"> <input type="hidden" name="usuario" value="1" /> <input…
-
4
votes2
answers873
viewsA: Difference between two Multidimensional Arrays with PHP
I’ve done two jobs, array_enkeyize to transform the value of an item into a key in the arrays and array_dekeyize to traffic the key in a value of a declared item in the parameters function…
-
3
votes3
answers112
viewsA: Doubt about === and !=
Check the PHP documentation: operators Empty() checks if a variable is empty isset() verifies if one or more variable(eis) (or index(s) of array) was (ram) created(o)(s) And if it has value other…
phpanswered Jessé Catrinck 208 -
1
votes1
answer596
viewsA: POST is empty depending on the site I use
In the archive routes.php change this line: $route['default_controller'] = "projeto"; In your file config.php put the following: $config['base_url'] = ''; $config['index_page'] = ''; Use the…