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 Mike Lewis 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: *

  1. wapboy

    MySQL Dump

    I normally use phpMyAdmin, but the table is too large and this times out - so maybe doing it thru a Perl script might work
  2. wapboy

    MySQL Dump

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

    Error with Delete statement

    Hi According to Webair it is version 4 Paul
  4. 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 (...
  5. 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
  6. 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
  7. wapboy

    HTML to XHTML converter

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

    MIE mail program

    I did what bcastner suggested and everything is now working thanks Paul
  9. wapboy

    MIE mail program

    Did anyone find an answer to this? When I click on a mailto: link I get 67 MIE windows opening. I've tried to set OE as default Mail handler using Tools etc. but although it applies change, when I go back into Tools OE is shown as NOT default Mail handler again - so that doesn't work. I've...
  10. 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...
  11. wapboy

    List of available Perl modules

    Thanks for the quick response. I'm on a shared server so haven't got access to the command line - can I do the suggested command in a script? Paul
  12. 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
  13. 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