PDA

View Full Version : Include File


MiskaTorn
11-14-2006, 07:02 PM
I have a script that I have written and it works perfect but I'd like to just have the script call from a page.

Basically I am wondering if there's a way in vbulletin that I can do a php include and enter a vbulletin variable into the string

include "test.php?name=$username";

Obviously thats not really the right syntax but you all get the point.

The variable would be a user entered profile field.

Thanks.