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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_20318469.htm...
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;
:
...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20611735.html
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Q_20622878.html
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...
http://www.experts-exchange.com/Programming/System/AS_-_400/Q_20980576.html
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_21026868.htm...
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...
http://www.experts-exchange.com/Programming/Languages/C/Q_21034115.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21509833.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_21914160.html
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Q_21921220.html
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 = ...
http://www.experts-exchange.com/Programming/Languages/C/Q_21930642.html
Zones:
C,
CYGWINDate Answered: 07/25/2006 Grade: A Views: 22