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 dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by alexxxis

  1. alexxxis

    Mysql to paradox

    I found a class of php functions [pxlib] that write paradox files [and i figured it should work to read the info out of the database and "write" a paradox DB file]. But i can`t understand a thing out of the instalation notes "You will need 'pecl' and 'phpize'. Make sure the php-pear (for pecl)...
  2. alexxxis

    Mysql to paradox

    Hi I have a mysql database, on a server, and i need to export it as a Paradox database [file], to be used by another application. Any ideeas on how can i do that ? [using php scripts ...]
  3. alexxxis

    Writing special characters (chinesse) in a .txt

    So ... after 2 days of trying and a lot of hair lost ... found the solution. I`ll post it just in case someone might run into the same problem First of all, i wasn`t getting the characters the right way. Had to set the charset in the page`s header to UTF-8 Second, although i had the database...
  4. alexxxis

    Writing special characters (chinesse) in a .txt

    i`m ... lost $stringtowrite="间"; //$stringtowrite = mb_convert_encoding( $stringtowrite, 'UTF-16LE', 'UTF-8'); //$stringtowrite=html_entity_decode(htmlspecialchars_decode($stringtowrite)); //$stringtowrite=utf8_decode($stringtowrite); echo $stringtowrite; $myFile = "yyy.txt"; $fh =...
  5. alexxxis

    Writing special characters (chinesse) in a .txt

    Hi ! I`m working on a small application to translate given pieces of text into different languages. Including chinesse, for example. I got the inserting into the sql database and reading/displaying correctly from the database parts right. Now ... i`m trying to write the pieces of text into a txt...
  6. alexxxis

    printing a folder content

    got it ! thanks !
  7. alexxxis

    printing a folder content

    hi. here`s what i want to do i want to show the files in a folder in a webpage , and also let the user download the files. can it be done ? thanks.
  8. alexxxis

    New Window

    had that probem myself ... sometimes .. it just doesn`t work.
  9. alexxxis

    linking flash to a database

    http://www.tek-tips.com/faqs.cfm?fid=5239
  10. alexxxis

    projector question

    for the menu thing thingy, use fscommand("showmenu", "false"); for the center thing thingy, you`ll find more information here http://www.extendingflash.com/utilities/center.html [i`ve tried fscommand exe like they say there, but in flash 8 it didn`t work with a parameter, so i did another exe...
  11. alexxxis

    3ds external viewer

    hi. here goes : i have a 3d studio max animation, but i`d like to view it without opening the program itself. i don`t want to make it a movie. i`m looking for a 3d environment. i`ve managed to export it in a .x file, preserving the animation, but i couldn`t preserve the texture, and i need it...
  12. alexxxis

    help !

    ok, starting with last, because i don`t want to put more shame on myself :P now, the letter is a drawing, with curves and stuff, it`s not a TEXT letter, it`s something drawed in the past. the letter is part of the company logo. now i have to build a new letter using the same curves and round...
  13. alexxxis

    help !

    pls pls help, i have to do something and i don`t know how. the thing is the boss showed me, but i didn`t catch it. there`s a letter, with curves and stuff, and he actually cut a part of it. i don`t know how. he just clicked on the square tool and cut a part of the letter. all i can do is cut...
  14. alexxxis

    .x conversion

    i`ve got a 3d studio model, with a animation attached, and i`m trying to export it as a direct x model. The problem is that in direct x it shows me the biped, although in 3dsm i export it in mesh mode. I need the animation in direct x, but i don`t need to see the biped. And i can`t hide it in...
  15. alexxxis

    make a project start full screen

    that was a code for the html that contains the flash. i wanted to run the application independetly. anyway, found it. fscommand("fullscreen", "true"); thanks.

Part and Inventory Search

Back
Top