Re: [PHP] how to pass variable and an internal link

2002-02-20 Thread Analysis and Solutions
Hey Sergio: Jena wrote: > > how can I pass either the internal anchor and the variable in the url? > > I tried in many ways > echo "go to"; > echo "go to"; This URL works for me: http://66.39.64.134/teams.htm?LeagueID=ncaab#d27 So, your second attempt should work. Personally, I'd rewrite

[PHP] how to pass variable and an internal link

2002-02-20 Thread Jena
Hi I've encountered a little (I hope) problem I can put an anchor on a page to create an internal link writing and then reach it with a normal link writing echo "go to my_anchor"; but to me is necessary to add a variabale to this link usually I write somthing like this: echo "go to"; how ca