Hi everyone, i'm newbie here just want to catch some knowledge here, i just wondering to know how to make link like mediafire download link, such as

http://www.mediafire.com/?eml6e0uxl3e

is that using .htaccess editing?

thanks

Recommended Answers

All 2 Replies

you can do a pattern matching in strings. Whenever somebody pastes a link in your textbox. Search for http:// and replace that text with <a href="<the-link>">the-link</a>

I guess this might help...If not...send me a PM, I'll send you the PHP code.

you can do a pattern matching in strings. Whenever somebody pastes a link in your textbox. Search for http:// and replace that text with <a href="<the-link>">the-link</a>

I guess this might help...If not...send me a PM, I'll send you the PHP code.

Plz Send The Code Here So It Will Help Everyone

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.