Jump to content

Jarle

Members
  • Posts

    2
  • Joined

  • Last visited

Jarle's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Hello , I have a problem , I want to wirte HTML code that only refreshes the <div> test , so just the code between de <div>...</div> I was thinking to use some Javascript but I'm not sure this works in PHP , because my in HTML div there's PHP code. My HTML code: <HTML> <HEAD> </HEAD> <BODY> <div id = "other div"> </div> <div id="test"> <?php refresh this code ?> </div> </BODY> </HTML>
×
×
  • Create New...