[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 verd

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

2001-05-15 Thread Dezider Góra
Hi, thanks for the effort. The only thing I need is to store the value of the second combo that is inside of the iframe to the hidden textbox which is in the main form so I can send it's value with the main form for further processing. I just can't seem to find the correct syntax for this. Anybod

[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 combinat

[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 oo

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

[PHP] Remove headers and footer from printed pages.

2001-04-22 Thread Dezider Góra
Hi guys, I have created a little "order" system for our company internal needs, and when I want to print the order, I use a special page, that has a jpg picture as a background and all items are positioned absolutely on the picture. This thing makes all the frames and lines look good. Now, whe

Re: [PHP] Editors ... calling them, or PHP-based one? (doh!)

2001-04-12 Thread Dezider Góra
Well, based on your previous post: Plutarck wrote: > Well after looking at the file I just downloaded...the specification of RTF > is 164 pages long. Oooo I'm soo happy...toys toys toys! So many wonderful bits and bytes to play with now... you should change it to: Oooo I'm soo happy...toys t

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 datab

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

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

[PHP] Global variables - please explain me someone.

2001-02-22 Thread Dezider Góra
Guys, I'm former asp guy and a long time Visual FoxPro programer, so I'm carying some habbits and logic from it. I'm really glad I switched to php, but some things are confisung me. One of them are globals. From my understandig, globals are globaly seen and accessed variables from any script ( whe

[PHP] How can I specify connection timeout when open IMAP mailobox?

2001-01-26 Thread Dezider Góra
When I try to connect to mailbox, I get error "Connection timed out". Is it possible to specify timeout for this? TIA. Dezider. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the lis

[PHP] Couldn't open stream error when accessing IMAP mailbox. PLEASE HELP!

2001-01-26 Thread Dezider Góra
I have problem I can't solve for last month. Everytime I try to open user's mailbox, I get this error. I tried everything I can think of. I upgraded php to 4.04pl1, apache is 1.13.14, upgraded wu-imap server to 2000-3 ( when upgrading don't forget to upgrade kerberos shared libraries to 1.1.1.25,

[PHP] Missing php_imap.so module, PLEASE HELP

2001-01-24 Thread Dezider Góra
I dunno what's wrong. I have wu-imap installed and running. I want to compile php with imap support, so I downloaded and untarred wu-imapd. When compiling php I specified the locaiton of c-client files in the source dir of wu-imap. Make, make install ran withou error ( or I didn't notice any ). Ap

[PHP] How to count time in php

2001-01-22 Thread Dezider Góra
Hi, can anybody help me how to count seconds, minutes and hours in php? I want to sum values like 03:35, 02:31, 04:59, etc. and show the results in minutes. tia Dezider. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

[PHP] Help with IMAP_open please

2001-01-15 Thread Dezider Góra
I always get this error when trying to connect to the mailbox. I have installed uw imap server. Warning: Couldn't open stream {localhost:143} in /home/httpd/html/webmail/mailbox.php on line 12 Affected line is: $connection = IMAP_Open("{localhost:143}", $name, $psw); tia Dezider -- PH

[PHP] Can't connect to imap server, please help.

2001-01-11 Thread Dezider Góra
Hi everybody. I can't seem to find the way how to connect to my mail server from php scripts. I have wu imap daemon running with only imap accounts - no pop3. I have compiled php (4.03.pl1) --with-imap=path_to_wu-c0client-files, but I always get this error: "Warning: Couldn't open stream {mail.wi