I am fairly new to MySQL - I am trying to delete some records from two tables on my forum using:-
DELETE FROM phpbb_search_wordmatch, phpbb_search_wordlist USING phpbb_search_wordmatch, phpbb_search_wordlist WHERE phpbb_search_wordmatch.word_id = phpbb_search_wordlist.word_id AND (...
I want to write a program to create thumbnail images from image files(.gif or .jpeg). If I was using Perl I would use library modules like Image::Magick or GD - are there similar library files available to C? I'm using Windows.
I'm new to C so sorry if this is a dumb question.
Thanks
Paul
Hi,
Can anyone tell me how to code something in C to list all files in a directory/folder (including sub-directories) so that I can then open those files and parse them etc.
thanks
Paul
I'm a newbie to C and I want to access a MySQL database from my C program running on Windows XP or 98. I've seen some references to doing this but they seem quite complex.
Is there an easy way of doing this - I'm using Dev-C++ compiler.
Alternatively, is it possible to call PERL code from a C...
Is there a way of listing what PERL modules are available on my Server. A PERL function similar to PHP's phpinfo() is what I'm looking for I guess
Thanks
Paul
i've installed a simple chatroom using phpmychat which works fine for IE and Netscape users. But if anyone is using AOL they can't get into the Chatroom. I know AOL is "unique but popular" technology (older readers might remember Betamax VCRs) but does anyone know why AOL doesn't...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.