Friday, September 23, 2011

Do you know how to have it (could you possibly give me the HTML code) so that a link (from a list you h?

ave chosen) is generated randomly? Like say if I wanted to advertise peoples pages. So i wouldn't have to change the links on every page? It would randomly put one of the links i had chosen on the page? Sorry if I sound confusing lol.Do you know how to have it (could you possibly give me the HTML code) so that a link (from a list you h?For this kind of dynamic page building html is no good. you need to use a database to save the names of the links, with a unique ID for each, and then use php to generate a random number and look up the matching ID, then build the html page from within php. Not something we could show you how to do on here. You will need to study database (mysql is the most common) and php as the coding is quite involved.Do you know how to have it (could you possibly give me the HTML code) so that a link (from a list you h?You can do it via random code using JS. On dynamicdrive.com, they will probably have a script for this.Do you know how to have it (could you possibly give me the HTML code) so that a link (from a list you h?Im not quite getting what you are saying lol, but from what i understand, i dont think you can.Do you know how to have it (could you possibly give me the HTML code) so that a link (from a list you h?It's PHP, not HTML. You'd have to do



%26lt;!--#include virtual=%26quot;links.php%26quot; --%26gt;