Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. $datos = array(
  2. 'titulo' => $titulo,
  3. 'contenido' => $contenido,
  4. 'usuario' => $usuario
  5. );
  6.  
  7. array_push($datos, 'url_img' =>$fileNameNew);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement