Ok this is this code below, I want to split it into two sections.
look at this code right here
=AMZN
I want to make AMZN separate.
like may be
$stockId = AMZN;
THIS IS CURRENT CODE ONE LINE
$ret = scraping_IMDB('http://www.nasdaq.com/aspx/nasdaqlastsale.aspx?symbol=AMZN&selected=AMZN');
Please Help Me Split it so instead of changing stock code in whole url I can just change in like stockId...
Hope you can help me
Thank you