Thread
:
C Programmers - I Have a quick question
View Single Post
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
View Public Profile
Visit Lane's homepage!
Find More Posts by Lane