Hi!!!
I like to have a exchange Url in my site so that a user can add url to my site using a simple text box and then showing the url in main page.
How can i do this ?
thank's for help.

Recommended Answers

All 2 Replies

OK, so the user enters the url into a textbox, hits some type of submit button and a link will then appear on the page referring to that url?

How would you like to do this, do you want to save the url to a db and then populate the page with the data from the db or do you just want an onclick event that populates a specific part of the page temporarily?

You probably need to store the URLs in a database to that you can retrieve and display them everytime people visit your pages.

Try PHP + MySQL. Don't think will involve javascript.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.