Posts by PoneiMlditoUM • 83 points
10 posts
-
0
votes2
answers53
viewsA: View php file on the body of an email
you can try it the way below, I believe it is the best way without using frameworks. ob_start(); /** ** Minha classe pra enviar email usando phpmailer ** **/ $alerta = new ControllerEmail();…
-
0
votes1
answer808
viewsQ: HTML5 and Javascript - Multiple Play/Pause Videos
Talk personal all right? I have a page where I have 2 videos in HTML5, I’m not even using another player. I would like to know how I can make it so that when I click on a video and others don’t all…
-
-1
votes3
answers107
viewsA: How to create the same codes to run in php7?
Well what I would like to try to do is these functions that connect your tables stipulated in the query. I see that they stop working in PHP 7.1. class.exibir.php <?php class Exibir { var…
-
-3
votes3
answers107
viewsQ: How to create the same codes to run in php7?
Good people I am a little behind in things and so far I could not learn php7 again. Well these files(3) there that I am showing you is the way I do to show database record in a show way. I wonder if…
-
-2
votes3
answers155
viewsA: How can I stop systems from incorporating my website?
People just reopening the question I asked myself, I poked around further, I gathered some ideas here from the post, and I did the following. In the form itself I put a hidden field with very…
-
3
votes3
answers52823
viewsQ: How to get current url with PHP
I have this link below. http://example.com/Novo/adm/categoria/1-Nome_Categoria http://example.com/Novo/adm.php?categoria=1 However I will need to compare current URL, to make a menu activation…
phpasked PoneiMlditoUM 83 -
-1
votes2
answers763
viewsQ: Get Json data from php
People need to get data from a JSON file (I’m not the fuck in business). This api below is to display temperature via JSON + PHP, remembering that on the site of the same I can not get the maximum,…
-
3
votes3
answers155
viewsQ: How can I stop systems from incorporating my website?
A little while ago I discovered that people are accessing my site with a marketing application (Website Marketing). Ai every time comes from different "people", with different data but with the same…
-
0
votes1
answer819
viewsQ: How to hide table columns if there is no record in the database?
<?php // Pega o id do produto vindo da URL $id_produto = $_GET['produto']; ?> <table width="100%" class="table table-bordered table-inverse table-hover…
-
1
votes1
answer49
viewsQ: How to make the code light where it’s in orange
I do not know how and nor how to look to make this scheme to leave orange when I pass the mouse.…
cssasked PoneiMlditoUM 83