Posts by Rogério Pancini • 43 points
3 posts
-
0
votes0
answers18
viewsQ: PHP Select at random
I have this script, I needed to include a select randomly. <?php $sql_veiculos = mysqli_query($config, "SELECT ma.categoria, m.modelo, m.versao, m.ano, m.motor, t.transmissao, m.portas,…
-
1
votes0
answers50
viewsQ: sitemap with PHP - Tuning in htaccess
I have this excerpt on .htaccess that is working for my current need: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI}…
-
3
votes2
answers60
viewsQ: PHP version conflict
I tested a script to integrate forms with Mailchimp: <?php // MailChimp API URL $memberID = md5(strtolower($email_popup)); $dataCenter = substr($apiKey,strpos($apiKey,'-')+1); $url = 'https://' .…
phpasked Rogério Pancini 43