Posts by Geratec Telecom • 11 points
3 posts
-
-1
votes1
answer37
viewsQ: PHP Format time containing letter in value
Example: 2h53m23s I’d like it to look like this:02:53:23 Example in my code <?php valor_com_letra = "2h53m23s; aqui a formatacao echo $valor_com_letra; //resultado 02:53:23 ;?>…
phpasked Geratec Telecom 11 -
-1
votes1
answer46
viewsQ: How to get fast Wordpress data using wpdb->get_results
Personal the code below it lists the results without repeating the post however need it to list containing the custom field with the following values: meta_key "type" meta_value "snack" <?php…
-
-2
votes1
answer154
viewsQ: Loops Wordpress without repeating the post
Staff would like to know if anyone here can help me with a query post or loop in wordpress. So... I insert with wp_insert and I don’t know why it doubles (maybe in the double mouse click) when…