I am a total newbie to programming..so having a hard time as an intern
I tried to create a program that can export data from mysql into an ___.input file (tab delimited file) for use on amazon mech turk.
Now, this is my program (unsure if it is fully correct)
__________________________________________________ _______________
__________________________________________________ _______________
And when I try to run the php script in Windows cmd, ( C:/PHP/PHP.EXE -f c:/users/gtg/desktop/yes.php)
I get this message...
"Warning: fopen(patentnum.input): failed to open stream: Invalid argument in C:\Users\gtg\Desktop\yes.php on line 18 "
1) Is my program correct?
2) Why can't I open the file?
Thanks!