I've been largely using php over the last year or so mostly to modify existing applications, but now that I'm coding my own, I have a question regarding appropriate usage.
First, I currently "echo" everything, as largely, I simply don't understand the benefits that "print" provides. I know I'm being a coding misfit, but I just dont' know any better. Can someone enlighten me as to when it's best to use echo vs print? Perhaps the advantages of one vs. the other.
Also, I have a project where I'm trying to modify what shows in the browsers url window... Is this possible?
Basically, it's for an affiliate type application where "SiteA" clicks a link to "SiteB" and the url address for site "B" still reflects that of "A".
Site B would be "my" site, whereas, Site A is the affiliates site.
Thanks in advance.
Best Regards,
Tim