I'm a good web designer but I'm not good at PHP. I have very very basic knowledge about it. Recently I'm doing a very little project which I have to complete by this month and severely stucked in a point. No completed project, No income
Details:
suppose, there will be a file called items.txt in server public_html. That items.txt will contain data as follows:
item name item URL
handbag5801 http://xxsx./handbag5801.html
hangbag2513 http://xxsx./handbag2513.html
.
.
total 100 items and links
The task i have to do is that on the right sidebar of wordpress, i have to show 10 items name with their links randomly selected from those 100 items. like this: hangbag5801, handbag2513, up to 10 links in sidebar in a box. So, whenever i refresh my browser its needed to get changed to new 10 list randomly.
If you could refer to any exiting php codes or similar tutorials or wordpress plugin, it would have been a great relief. Is it possible by php? Please guide me.
THanks