Search found 2 matches

by hermzz
Mon Aug 26, 2002 3:28 pm
Forum: Databases
Topic: variable embeded in url
Replies: 3
Views: 2414

this is whati wrote but it gives me an T_ENCAPSED_AND_WHITESPACE in the second line, this is not the complete script but it's what matters. this page calls itself in the second part. so first there is a search query that calls this page, it displays the results with a hyperlink that calls the page b...
by hermzz
Mon Aug 26, 2002 11:47 am
Forum: Databases
Topic: variable embeded in url
Replies: 3
Views: 2414

variable embeded in url

i know how to build the url, but i dont know how to get a variable from it in another page, for example: index.php3 builds a url called http://www.myhost.com/id.php3?id=xx how can i get the variable id=xx into id.php3 in other words, how can i get a variable embeded in the url to work? with this id ...