PDA

View Full Version : How can I get this code to work?


puremark
02-20-2007, 01:34 AM
I'm missing a variable from this code, as it does not want to display on vbulletin.

Any ideas as to what it could be?

This is the code I am talking about:

<!--#echo var="REQUEST_URI" -->
<!--#echo var="REMOTE_ADDR" -->
<!--#echo var="HTTP_USER_AGENT" -->
<!--#echo var="HTTP_REFERER" -->

emuut
02-28-2007, 01:30 AM
I'm missing a variable from this code, as it does not want to display on vbulletin.

Any ideas as to what it could be?

This is the code I am talking about:

<!--#echo var="REQUEST_URI" -->
<!--#echo var="REMOTE_ADDR" -->
<!--#echo var="HTTP_USER_AGENT" -->
<!--#echo var="HTTP_REFERER" -->

those variables are remarked out.. are you trying to do javascript or php?

puremark
02-28-2007, 06:04 AM
Trying to do php, but I think I need a conditional as vbulletin is all php.