Re: [pmapper-users] Problem with session.use_cookies=0 in php-ini

2007-02-21 Thread Armin Burger
you must pass the PHP session ID (using Javascript) via the URL to the PHP AJAX script. This is the same as for all the other XMLHttp (AJAX) function calls. armin Chris Beaart wrote: > Hello Armin, > > I have read your answer carefully, but really don't understand. I have > looked at my source

Re: [pmapper-users] Problem with session.use_cookies=0 in php-ini

2007-02-21 Thread Chris Beaart
Hello Armin, I have read your answer carefully, but really don't understand. I have looked at my source and the only problem is _SESSION (this variable seems to be empty). I have installed the next files: - digitizedlg.phtml - digitize.php in incphp-folder - x_digitize.php in xajax-folder This i

Re: [pmapper-users] Cartoline symbols

2007-02-21 Thread Philippe Grégoire
Thanks for the reply. I used the same mapfile with a custom PHP mapscript application created internally, and it worked fine, but there must be some differences in the configuration. Anyway I feel that the problem is not p.mapper too. For now I will just not use cartoline symbols and go back to

[pmapper-users] XYLAYER_PROPERTIES-attribute query

2007-02-21 Thread Radhika
Hi Armin, I am using XYLAYER_PROPERTIES for fetching point data from mysql database. I want to perform attribute query on this layer. In js_config.php I have added searchList['landmark'] = new Array('', '#name', '','');