hi all,
Is they anyway in C in which i take the value of a environment variables set by a webserver and store it in a C varibale. For example REMOTE_USER is a environment varibale set by an apache webserver - how do i take the value of this varibale and store it in my defined varibale - in perl it is $var = $ENV{'Remote_user'}. i dont think you can do this in C but has anyone any ideas?
jim
Is they anyway in C in which i take the value of a environment variables set by a webserver and store it in a C varibale. For example REMOTE_USER is a environment varibale set by an apache webserver - how do i take the value of this varibale and store it in my defined varibale - in perl it is $var = $ENV{'Remote_user'}. i dont think you can do this in C but has anyone any ideas?
jim