Questions tagged as 'sprintf'

1
answer

PHP sprintf () Error of arguments when placing a url with Whatsapp

I am placing a WhatsApp URL in PHP in the following code: $url = "https://api.whatsapp.com/send?phone=57xxxxxxxx&#038;text=Bienvenido%20a%20xxxxxx,%20estas%20interesado%20en%20el%20Tartar%20de%20Atun%20"; $link = sprintf( '<a href="'.$u...
asked by 06.11.2018 / 17:23
1
answer

What is the error in this sprintf ()?

$sql = sprintf("INSERT INTO users (firstname, lastname, email, phone, state, dob, rules, pepsico_news) VALUES (%s, %s, %s, %s, %s, %s, %u, %s)", $fname, $lname, $email, $phone, $state, $dob, $rules, $pepsico_news); You have an error in your SQ...
asked by 25.04.2017 / 18:22
0
answers

How to translate this array of this class

I am creating a theme for wordpress and I would like it to be multilanguage. I am using this wordpress function: link that allows you to translate texts. The problem comes in the use of this class: class haceTanto extends DateTime {...
asked by 16.09.2018 / 17:30