Posts by Malone Castro • 19 points
4 posts
-
-2
votes1
answer115
viewsQ: Adding an external variable to the php class
Hello folks I am creating a class for user data and would like to know how to insert a sternal variable containing data, for example from the database: class Usuario { public $nomecompleto; }…
-
-1
votes1
answer152
viewsQ: Index site page as topics in google
Hello, I would like to know how to optimize the links of the site so that it is displayed by topics as in the image? How can I apply to SEO site development Not the name of this technique, it looks…
-
-3
votes1
answer525
viewsQ: PHP session with redirect time
I need help with a PHP user session script with waiting time, so that if there is no activity on the page it is redirected to an output page.
-
-2
votes1
answer562
viewsQ: Insert into two php mysql database
I want to insert data from a register in two databases at the same time using PHP/MYSQL. Is there any possibility? . I’m just getting through a connection, when I do the require of two connections…