Posts by Victor Gabriel • 3 points
4 posts
-
-3
votes1
answer28
viewsQ: How to organize a Mysql table efficiently and scalably?
I am doing a refactoring in a system that has several with many tables that have many columns, that is, up to 148 columns in a table, how to refactor such table? This is the table CREATE TABLE…
-
0
votes0
answers19
viewsQ: I want to know how to read a domDocument with an xml inside
Currently the project using a print_r in the variable xml and it returns that: SimpleXMLElement Object ( [cidade] => SimpleXMLElement Object ( [@attributes] => Array ( [nome] => ARACAJU…
-
0
votes1
answer1661
viewsQ: How to add additional fields in the Wordpress registration form (Woocommerce)
I have a site in Wordpress, and use a virtual store plugin (Woocommerce) would like to add a CPF/CNPJ field in the store’s customer registration, how could I do this?
-
0
votes0
answers32
viewsQ: Error in sending emails , is giving a form sending error
<?php if(!isset($origin, $content, $to)) exit(); if(!isset($titleName) || $titleName == NULL) { $titleName = ""; } else { $titleName = " por ".$titleName; } $phpmailer = true; $from = array(…