Harish Kurup
Resultados
2
preguntas formuladas por
Harish Kurup
¿Cómo mostrar un elemento <div> dentro de un <span>?
3
respuestas
18
votos
61.2k
vistas
Mi elemento contenedor es a <span>y quiero mostrar un <div>elemento dentro de él. ¿ Cómo puedo agregar un <div>interior a <span>sin hacer el <div> display: inline;? <span> <div>Content goes here</div>
Cómo detectar errores de cURL en PHP
5
respuestas
223
votos
vistas
Estoy usando funciones PHPcurl para publicar datos en el servidor web desde mi máquina local. Mi código es el siguiente: $c = curl_init(); curl_setopt($c, CURLOPT_URL, $url); curl_setopt($c, CURLOPT_RETURNTRANSFER, true); curl_setopt($c,