hi !
here is my problem ! I add a field to an html header using php
function header("field_n ame: value"). When the php page is on my local
machine (which act as a server) i can read the "value" of field_name
(i also on my local machine). But when i put the file on another
server and i'm still on my local machine i cannot read this field_name
(but i can see the page on my browser). Can any one tell me what is
the problem ?
Thanks
Fabrice
here is my problem ! I add a field to an html header using php
function header("field_n ame: value"). When the php page is on my local
machine (which act as a server) i can read the "value" of field_name
(i also on my local machine). But when i put the file on another
server and i'm still on my local machine i cannot read this field_name
(but i can see the page on my browser). Can any one tell me what is
the problem ?
Thanks
Fabrice
Comment