php - grab title and output related data from another file javascript -
hello guys trying output team standing based on title topic of page.
for instance if click in page titled boston celtics contains information celtics stored xml file loaded article output celtics standing.
php used output title dynamically.please see below.
<h1 prop="name headline"><?=$topic['a_headline']?></h1>
i want use php load file , javascript pull specific data in relation title.
how go that? if have fiddle good.
thanks
Comments
Post a Comment