including html file in another file
Posted: Wed Sep 29, 2010 10:10 am
I have researched this and cannot find a great solution. I have a php that includes a html file. The html file has a link <a href="http://site.com?var=j&var2=k&var3=k">My link</a>
The problem is the & part of the link converts to & when viewing the resultant web page. I need the & to stay as it is, not convert to &.
Anybody had this problem before?
Thanks,
J
The problem is the & part of the link converts to & when viewing the resultant web page. I need the & to stay as it is, not convert to &.
Anybody had this problem before?
Thanks,
J