Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to generate a link. Need some help with PHP


allru111

Recommended Posts

What I am trying to do is to alter product_info.php in such a way that

for every product a particular and unique hiperlink is generated. Which is then displayed on this products page.

 

For example:

For product_1 generated link is 001.zip

For product_2 the link is 002.zip

 

Please point me to the possible solution/contribution

Any advice will be helpfull.

thanks

Link to comment
Share on other sites

In addition to my previous post

I guess this would look more correct.

That's how I want it to look in the end:

 

For product_1 generated link is <a href=''Name_of_product_1.zip">Name_of_product_1</a>

For product_2 the link is <a href=''Name_of_product_2">Name_of_product_2</a>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...