Jump to content

truongpm

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

About truongpm

  • Birthday 01/14/1984

Profile Information

  • Gender
    Male
  • Location
    Viet Nam

truongpm's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hello, I'm a new with mapserver, so could you help me to sold my problem. I have mysql database contain 2 table jos_map_commune50 (id,idcommune,name,area, SHAPE_Length, SHAPE_Area, ogc_geom) and jos_point_test (id, lat, lng) The ideal is that: base map is commune, we can add, delete, update a point onto map via update new point into database. My question is: how can i know what commune the point belong? Sorry about my english skills. Thanks for your attention!
  2. Hello, When i try to install php_ffmpeg.dll into my apache server following step: - ffmpeg.exe file from this URL http://ffmpeg.arrozcru.org/builds/ (successfully with test: c:/ffmpeg/ffmpeg.exe –i d:/myfile.mpg d:/myfile.flv /y) - download ffmpeg-php extension and API documentation from this URL http://sourceforge.net/projects/ffmpeg-php - fmpeg-php dll files into PHP "ext" (extensions) folder or System32, Where the extensions are located. - Make this entry in php.ini [php_ffmpeg] extension=php_ffmpeg.dll - Restart my apache But php_ffmpeg does not display in phpinfo And i try with: $extension = "ffmpeg"; $extension_soname = $extension . "." . PHP_SHLIB_SUFFIX; $extension_fullname = PHP_EXTENSION_DIR . "/" . $extension_soname; // load extension if(!extension_loaded($extension)) { dl($extension_soname) or die("Can't load extension $extension_fullname\n"); } the result is: Warning: dl() [function.dl]: Not supported in multithreaded Web servers - use extension=ffmpeg.dll in your php.ini in E:\AppServ\www\testffmpeg.php on line 9 ... Can't load extension C:\php5/ffmpeg.dll In apache error log: PHP Warning: PHP Startup: Unable to load dynamic library 'E:/AppServ\\php5\\ext\\php_ffmpeg.dll' - The specified module could not be found.\r\n in Unknown on line 0 I had spend for long time to find the solution but i not yet. Please help me!
  3. It esealy to parse if i hepl a xml file. But my problem is i get a xml data via POST method. ex Some mobile app send to the server side data in xml format via POST method. I get this variable by $xmlstr=JRequest::getVar("thetext"); under Joomla framework. And i don't know how to parse it data. Sorry about my english skill. Please help me!
  4. I have some data in XML sended via HTTP POST. So in server side, how could i parse it to store in to database. ex: <doc> <id=""> <name=""> ... </doc> I had spend for long time to find the solution on web but it so wide and dificult. Please help me!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.