I am trying to create/complete URL paths. I am given a bunch of sku numbers that need to be inserted into a url.
Örnek URL:
http ://www.website.com/image/1111-large.jpg
http ://www.website.com/image/1112-large.jpg
Bu gibi bir şey olur tahmin im?
print("http://www.website.com/image/$sku-large.jpg")
Example of given Sku numbers:
1111
1112
1113
1114
I need to echo these strings out.
PHP çok çok yeni. Yardımın için teşekkürler!