On Dec 8, 11:05 am, vishal <[email protected]> wrote: > in firebug i am getting request header under Net menu of firebug.. How > can I get this value using a php file. Please help me out. Its very > urgent.
It is not clear what you mean. If you are running a cgi script in PHP, then it is already receiving the headers. If you are talking about browser-side, then there is no PHP running. Or do you mean you want to make your CGI program generate some Javascript to do something with the headers? -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
