View Single Post
Old 02-18-2004, 05:20 PM  
Lane
Will code for food...
 
Join Date: Apr 2001
Location: Buckeye, AZ
Posts: 8,496
// declare the string as a pointer, not to cause a memory leak
str * ref;

ref = get_env("HTTP_REFERER");
__________________
Lane is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote