Skip to content

Jean-Pierre Lambelet

Il n'y a pas de questions bêtes

  • Programming tips
  • General tips
  • About
  • EN
    • FR
    • EN
MacBook avec code sur un bureau

Photo de Christopher Gower sur Unsplash

PHP – How to change the value of the son of a DOM Object?

April 29, 2026August 13, 2013 by Jean-Pierre Lambelet

Using the getElementsByTagName method to navigate and find the child in question.

$number-orders - $image-1--getElementsByTagName ('number_order');
foreach ($number-orders as $key $value)
   $value-nodeValue - "teaser";
}
Categories PHP
WordPress – Know if the user is an administrator
WordPress – Make WP functions accessible in a PHP script

À propos

Jean-Pierre Lambelet est un développeur web suisse. Ce blog rassemble ses astuces et tutoriels sur PHP, Symfony, Drupal, Docker et l'outillage de développement front-end.

Recent Posts

  • Giving a chatbot live weather through LLM tool calling
  • RAG explained to my mum
  • A Chrome extension to find unanswered WhatsApp chats
  • LLM – System prompt – Prevent contact hallucination with a registry
  • PostgreSQL – How to filter on a column with uppercase letters in its name
  • FR
  • EN

Recent Posts

  • Giving a chatbot live weather through LLM tool calling
  • RAG explained to my mum
  • A Chrome extension to find unanswered WhatsApp chats
© 2026 Jean-Pierre Lambelet • RSS feed • Privacy Policy