Advertisement

1 - 10 of 172 containing alltags:("fopen") (0 seconds)
How come this won't work, and how can I get it to work: $GrabURL = "http://www.google.com/search?q=+%22overpopulated+countries%2C+starving+children%2C%22++%22drunk+drivers+on+the%22"; $O...
Zones: PHPDate Answered: 07/01/2002 Grade: A Views: 0
Hi, Hope someone can help me out here. I'm trying to write a simple program to receive data from the serial port and save it in a file. It seems to work using the following code: BYTE rec; : ...
Zones: C++Date Answered: 05/10/2003 Grade: A Views: 0
Hi, I have a html-form (method post). How can I parse the result of this post? The request is not to a page on my server, so I have to parse the result generated by the other server! fopen wi...
Zones: Web Languages/StandardsDate Answered: 05/26/2003 Grade: A Views: 0
Hi Guys, I am using following code to open a text file in ILE C++ source code. FILE *stream = fopen("TESTLIB/TESTFILE", "r"); and getting NULL for stream. Can somebody tell me what I am...
Zones: AS400 ProgrammingDate Answered: 05/07/2004 Grade: A Views: 0
Hi, I'm working on a script to send out bulk sms to my client via 3rd party smsc api. Here my code, //Pull out client mobile no from pgsql $getBulkSms = $connDB->query("select sid,cust_no,mo...
Zones: PHPDate Answered: 09/27/2004 Grade: B Views: 0
Could you please tell me why fopen() failed by returning a NULL pointer when I do the following? fopen("http://x.ibi.com/ibi_html/javaassist/images/tdg/Buff.gif", "r"); But I can view the image...
Zones: CDate Answered: 10/06/2004 Grade: A Views: 0
I have a 'c' dll that requires a FILE * fileHandle to be passed into a function. I want to use c# to do the fopen() or whatever from C#, then trough DLLIMPORT, call the 'c' function with the fileHa...
Zones: C#Date Answered: 08/30/2005 Grade: A Views: 52
I am writing a C++ program in which I need to define my own version of fopen,fread,fwrite and fclose, fseek. I have already done this. Now I want to use these functions in my program but the compil...
Zones: C++Date Answered: 07/10/2006 Grade: A Views: 0
I'm using the following code to generate a whole heap of static pages from database data: $handle = fopen("/fullpath/" . $PageName . ".php", "w"); The thing I don't like is I have to chmod 77...
Zones: Web Languages/StandardsDate Answered: 07/29/2006 Grade: B Views: 0
Hi, I want to copy a binary file... but when i compair two file with diff command it comes difference.. why..? here is my code int main() {         FILE *input1 = NULL;         FILE *input2 = ...
Zones: C, CYGWINDate Answered: 07/25/2006 Grade: A Views: 22