Posts by Ramon Joaquim • 13 points
2 posts
-
0
votes1
answer49
viewsQ: Return of a function in another Class
I want to call the function data_hora_atual() in that session class: class sessao { function fazSessao($conexao){ } } class administracao { function data_hora_atual($par,$conexao){…
-
0
votes1
answer56
viewsQ: check if data exists in the database
I am learning php object oriented and wanted to know how to put if to check whether data already exists in the database <?php include "head.php"; if(isset($_POST['email'])){ include…
phpasked Ramon Joaquim 13