Posts by Julio Silva • 89 points
6 posts
-
-1
votes2
answers55
viewsQ: Link to access pages
How do I click on the products example link, change only content example and leave header and footer quetos? do with Slin and Rain frameworks, HELP!!!.
-
0
votes0
answers51
viewsQ: How to use psr-4 in the Composer with different subfolders
How to configure my directories in composewr.json, My directories are like this and not right Vizuare -vendor -composer -php-class -src -DB -Model -Page.php -phpmailer -rain -slim -autoload.php…
-
1
votes1
answer49
viewsA: Login com redirect
takes the page passed by the url with $_SERVER['PHP_SELF'] stores in a variable, if you pass by its conditions you take the user to the page you want
-
2
votes3
answers2104
viewsQ: Send message after clicking Submit button
How do I identify with PHP if a Submit button was clicked? and after the click I want to send a click confirmation message. Detail all in PHP.!!! So it’s not working not <form method="POST">…
-
-3
votes1
answer670
viewsQ: Error in __toString PHP7 function
What is the solution to the error below? public function __toString(){ return json_encode(array( "idusuario" =>$this->getIdusuario(), "deslogin" =>$this->getDeslogin(), "dessenha"…
phpasked Julio Silva 89 -
5
votes2
answers4702
viewsQ: Doubt about json_encode and json_decode
When and how we should use json_encode and json_decode? What are they for?