Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: wapboy
  • Content: Threads
  • Order by date
  1. wapboy

    MySQL Dump

    How do I do a dump of a MySQL table from a PERL script? Thanks Paul
  2. wapboy

    Error with Delete statement

    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 (...
  3. wapboy

    Image Processing

    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
  4. wapboy

    Read all files in Windows directory/folder

    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
  5. wapboy

    HTML to XHTML converter

    Does anyone know of a script that will convert HTML pages to XHTML on the fly Cheers Paul
  6. wapboy

    C access to MySQL under Windows

    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...
  7. wapboy

    List of available Perl modules

    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
  8. wapboy

    AOL causes problems

    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...

Part and Inventory Search

Back
Top