Need a small php script done.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • E Guru
    Confirmed User
    • Jul 2005
    • 658

    #1

    Need a small php script done.

    I need to a script to grab a header thats posted to a server url and turn it into a $ variable

    Please leave your contact info

    I will over pay
    Guru
  • E Guru
    Confirmed User
    • Jul 2005
    • 658

    #2
    Also, if you are good. I constantly need php work and my old guy is working exclusivly for a place so it could be a long term thing if you want it to be.

    Leave your ICQ / AIM / Google pls
    Guru

    Comment

    • Linguist
      Confirmed User
      • Apr 2004
      • 1706

      #3
      Try this.. didn't test it out, but it probably works (according to php manual):

      PHP Code:
      $headers = apache_request_headers();
      
      foreach ($headers as $header => $value) {
         echo "$header: $value <br />\n";
      } 
      
      315-310

      Comment

      • woj
        <&(©¿©)&>
        • Jul 2002
        • 47882

        #4
        icq: 33375924
        Custom Software Development, email: woj#at#wojfun#.#com to discuss details or skype: wojl2000 or gchat: wojfun or telegram: wojl2000
        Affiliate program tools: Hosted Galleries Manager Banner Manager Video Manager
        Wordpress Affiliate Plugin Pic/Movie of the Day Fansign Generator Zip Manager

        Comment

        Working...