Search results

  1. A

    PHP - how to grab website html from a form post submission

    In my php script I need to be able to send form data (of method post) to a cgi script and then have my php grab the html contents of what the cgi script returns. Does anyone know how to do this? Thanks.
  2. A

    PhP newb question:writing text to a file by insertion, not overwriting

    I just started learning php and I've come across a problem I can't find the solution to anywhere. All I want to do is scan through a file until I read a key string and then write text there. I have been able to scan through the file to the point needed, but when I then write to the file it...
  3. A

    How do I enable Objective-C++ use in Xcode 1.5?

    I want to mix C++ and Objective-C and heard Xcode supports this through Objective-C++. developer.apple.com has very little help on how I go about doing this. I found some example code they have, but when I just put it in a file with a .mm extension I still can't use the objects. It just seems to...
  4. A

    nc and SSH

    Has anyone ever been able to ssh into a Mac OS X client through use of netcat; ie entering: nc myhostip 22 When I do this I get the message: SSH-1.19-OpenSSH_3.4p1 Then if I hit enter I get the message: Protocol mismatch. And it exits out. So has anyone gotten nc to work, and or does anyone...
  5. A

    Writing a program that will send commands to another shell

    I know that if you are writting a C or C++ program, using the system(char *) function will send commands to the terminal command line. What I was wondering is how one could go about makeing a program that will launch another shell and then output its commands to that. For ex. If I write...
  6. A

    a.out command not found???

    I have been programming on my schools linux server for a long time. At one point I had installed the dev tools on my mac. I remember everything in it working perfectly fine. Now however if I compile a C or C++ program in the termnal everything looks fine. These are very simple test progs. When I...
  7. A

    How to reveal the ipod_control folder?

    Hey guys, I've been trying to find out how to set my iPod's ipod_control folder to be visible, however have had no luck. I tried using a SetFile but it appears to have no effect. Anyone have any suggestions?
  8. A

    Netcat for X.2?

    Hey, I've been trying to find a version of netcat to install on my Mac OS X.2 system but the version I found off of some generic site google listed brought me much difficulty. basically the make commands wouldnt work and when trying to compile by hand I got a parse error in my select.h header...
Back
Top