J
JR Polidario
Guest
I have .php webpage similar to this:
http://www. mywebsite. com/page.php?imageid=xxxx
where xxxx is an image.
For a particular xxxx, example would be "flower", i wanted to display group of words from an external txt file.
Something like this:
ex. if i type http://www. mywebsite. com/page.php?imageid=flower ,
the page will show:
red, fragrant, small
The "red, fragrant, small" came from a .txt from the same directory. And, then, if "flower" is change into "food", a different result should show in the page.
Please help me here. I'm just a beginner in php scripting, and I can only understand very basic php language.
http://www. mywebsite. com/page.php?imageid=xxxx
where xxxx is an image.
For a particular xxxx, example would be "flower", i wanted to display group of words from an external txt file.
Something like this:
ex. if i type http://www. mywebsite. com/page.php?imageid=flower ,
the page will show:
red, fragrant, small
The "red, fragrant, small" came from a .txt from the same directory. And, then, if "flower" is change into "food", a different result should show in the page.
Please help me here. I'm just a beginner in php scripting, and I can only understand very basic php language.