I'm trying to make a 5-item list of the most commented posts from my blog, but with facebook comments.
I found this code on google, but as you can see, it only captures the comments made on the WP platform itself and not from facebook.
<...
I need to upload a file from the local server to another server.
In this environment I compact the file on the local server and send the compressed file to the remote server.
The remote server will have the rules validation specifications to kno...
I was able to separate some values from a column in a table in PhpMyAdmin through some tips and I did this:
mysql_select_db($database_conexao, $conexao);
if ($dep != "" and $sub != "") {
$query_rsPesquisa = "SELECT * FROM 'produtos' WHER...
Here he is saving only the modified one, I wanted to save the original and the modified one.
<?php
$page=" Upload de Imagens";
if (isset($_POST["cadastrar"])) {
include_once 'classes/resize-class.php'; // Incluímos a classe
$titu...
I have a problem, I have a script that makes reading large files in XML.
Before starting the insertion of these data, I do a begin transaction and end the commit , however throughout the process it may take up to 20 minutes my database u...
I have been having this problem for a long time and I can not resolve it.
I have a page with infinite scroll that returns a few lines from the database, but the results most often repeat. I am using the following query whenever the scroll rea...
I'm trying to print to excel a query presented in table with php and jquery in the <tbody> tag. However it did not work. He presented in excel a wrong result with all result HTML in a single cell. COULD YOU HELP ME?
I found the s...
I need help on a form in PHP complex, because in addition to sending email to administrators, it also sends to the client. The email is in html and automatically creates a pdf through html2pdf .
So it's working,...
I'm starting a project at the company where I develop, and we're thank you for using the Yii Framework along with Bootstrap , but I'm not you can put the Bootstrap ( glyphicon-bootstrap ) icons in the menu, follow the code example:...
I'm generating a calendar for a site, and I'm required to use the fullCalendar tool. The question is to get the events by php to my database. In js, the data is listed in the following demo.calendar.js file and contains the following:
;(func...