Home > Ajax, Javascript, PHP, XML > Php/html Dynamic Text

Php/html Dynamic Text

November 16th, 2009

I have a simple jquery slideshow for 3 images. Is it possible to load these images from a .txt file? something like <img src=”image1.txt” /> and i also set up PHP file read for text but i need this text to be HTML list so the text has to appear in HTML list after its loaded from .txt file.

I’ve tried whatever i could so if someone has better ideas i’m willing to accept it. I’ll repeat again:

- Need text and images to load from .txt file and text must be displayed as HTML list
<ul>
<li>text1 loaded from external .txt file</li>
<li>text2 loaded from external .txt file</li>
.
.
.
</ul>

I might pay via paypal not sure yet.

Thanks


Php/html Dynamic Text

Categories: Ajax, Javascript, PHP, XML Tags: , , , , , ,
Comments are closed.
Bear