[PHP] Problem generating pdf with pdflib. Please help

2001-08-10 Thread Dezider Góra
Hi all, I'm experiencing strange problem. When I try to use verdana font, all national characters from codepage 1250 won't appear att all. Has anybody experienced this behaviour? I'm using pdflib 4.0.1, Mandrake 8.0, php 4.0.6. pdflib.upr is updated as required for my machine. I've converted

[PHP] How to change value of input on form from iframe?

2001-05-14 Thread Dezider Góra
I'm having a big problem. I've created bound combo's page, that works. When user selects a value from first combo, second combo in IFRAME is requeried and shows only corresponding values. Now I need to get the value from the second combo back to the main form. I'm trying all javasrcipt

[PHP] Bound comboboxes on form

2001-05-07 Thread Dezider Góra
I want to create two bound comboboxes for selecting cell operators within a range of available countries. I want it behave like this: Combo 1 will consist of list of available contries - user selects a country and the second combo will requery the database and show the list od of all available

Re: [PHP] open foxpro database

2001-05-03 Thread Dezider Góra
Just my o.o2 cents... Isn't this table a members od database? When you use VFP 3.0 and up, VFP can change header of file to new format. So it's not compatible with old dbf file. I don't remember all operations that cause this upgrade, but including into the database will certainly do that. To be

Re: [PHP] Editors ... calling them, or PHP-based one?

2001-04-12 Thread Dezider Góra
Thinking about this, about a week ago, there was a discussion about parsing word document. Just to dig the text from doc. It sounds interesting, and since I have in my crazy mind an idea, that I'd create a database of all documents that were ever created in our company and put them in to the

Re: [PHP] PHP post

2001-03-21 Thread Dezider Góra
You could use curl functions to do this. Search the manual for curl functions, and enable curl extension in php. hth Dezider David Robley wrote: On Wed, 21 Mar 2001 17:45, Paul Juliano wrote: Hello, How would I simulate an http post in PHP. Something like the equivalent of this:

Re: [PHP] Windows 2000, PHP, mySQL: multiple users and security

2001-03-16 Thread Dezider Góra
Hello Alain, from my point of view, the easiest way would be to use Apache on Win2k ( I got 1.3.17 installed and running very fine) and use Apache to control access to user home directories which would be restricted realms. As for PHP, sapi module seems to be stable for me. Download the full php

[PHP] curl functions problems

2001-02-28 Thread Dezider Góra
Hi, I have problem when using curl function to redirect to page. I use it when I need to check for valid informations on the and because there are passwords, I don't want to send it via GET in url. So I use curl to redirect to the originating page. The script's name is saveplacer.php. I use this