Search Result

Collapse
3 results in 0.0032 seconds.
Keywords
Members
Tags
status
  •  

  • Lars Pedersen
    started a topic How to get a HTTP Status code in a C program?
    in C

    How to get a HTTP Status code in a C program?

    Hey guys, I'm trying to make a program that checks a specific internet address and gives me back the HTTP Status Code, I have to do it in C because it's a school project.

    I'm using the Cygwin compiler on a Windows 7 (64-bit version)

    I've searched Google for some good examples, but all I come across is C# and C++ codes.

    Code:
    HttpWebRequest HttpWReq =
    (HttpWebRequest)WebRequest.Create("http://www.google.com/services/");
    ...
    See more | Go to post

  • achawla5000
    started a topic How to activate PHP in XAMPP?
    in PHP

    How to activate PHP in XAMPP?

    I installed xampp 1.7.3. When I review the xampp status, I see that PHP is deactivated. How do I activate this? Thank you.
    See more | Go to post

  • mabctn
    started a topic Reading Zebra printer status
    in C

    Reading Zebra printer status

    Hi...

    I am using Zebra 140XiIII Plus and Zebra 105 SL Printers... I need to create an app;ication that will display the current status of the printer.

    Please help me how to get the status of printer using c# or VB.

    Thanks in advance....
    Bala.
    See more | Go to post
Working...