[PHP-WIN] Excel

2003-01-30 Thread Sichta Daniel
Hi, cfg: IIS 5.1, php4.1.2 After submiting web form I'm creating Excel file on server. Then I need to show it in client browser. How can I do it ? Ing. Daniel Šichta EIF AS TIS SWH s.r.o. Bytčická 2 010 01 Žilina tel.: +421 41 505 5889 fax: +421 41 505 5809

[PHP-WIN] Bar code reader

2003-01-20 Thread Sichta Daniel
Hi, cfg: w2k, MSSQL, php4.2 Any idea how to read %subject% ? THX Ing. Daniel Šichta EIF AS TIS SWH s.r.o. Bytčická 2 010 01 Žilina tel.: +421 41 505 5889 fax: +421 41 505 5809 ICQ:84700861 -- PHP Windows Mailing List (http://www.php.net

[PHP-WIN] Strange problem

2002-11-14 Thread Sichta Daniel
Hi, cfg: XPprof, Apache 1.3, PHP 412 When I run php as ISAPI I'm getting strange results for different amount of data from MySQL database. For about 50 records everything work just fine (query and display) But when I insert more rows into tables (over 150) Then on same page I'm getting error like "

[PHP-WIN] Session timeOut

2002-10-25 Thread Sichta Daniel
Hi, cfg: w2k prof, apache 1.3, php 4.2.3 Is there any way to set %subject% ? I need to take some action when client do not touch keyboard for specific amount of time THX Dan

[PHP-WIN] OT

2002-10-23 Thread Sichta Daniel
Hi, CFG: w2k, IIS, php4.0.6 as CGI I have problem with IIS. It's harcoded to 10 connections. When I do refresh few times I get error 403.9 Access Forbidden: Too many users are connected Internet Information Services. No one is connected (accept me) to this server. Any idea? Thanks in a

RE: [PHP-WIN] Getting at addressbook information on an Exchange S erver...

2002-09-27 Thread Sichta Daniel
Me too !! THX DS -Original Message- From: Jody Cleveland [mailto:[EMAIL PROTECTED]] Sent: Friday, September 27, 2002 2:46 PM To: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Getting at addressbook information on an Exchange S erver... Me too? Thanks! Jody Cleveland > -Original Mess

[PHP-WIN] about session

2002-09-24 Thread Sichta Daniel
Hi, env: WXP prof, php 4.12 I need to destroy session on . Only way I can do it (so far) is opening new small window on unload event and in this new window I call session_destroy. Is there any other way ? DS mailto:[EMAIL PROTECTED] http://www.swh.sk

[PHP-WIN] onUnload

2002-05-29 Thread Sichta Daniel
Hi, apache, php 4.2.0, w2k problem: index.php: killsession.php: session_start(); session_unset(); session_destroy(); When I open index.php in one browser everything works fine - session from %session.save_path% just disappeared. But when I open index.php in two or more browsers it just don't wo

[PHP-WIN] blob

2002-02-13 Thread Sichta Daniel
Hi, cfg: w2k, Apache 1.3, php4.11, Mysql 3-23-40-max-nt I'm using following code to insert images (gif, jpg) into table. Everything worked fine until I switch to php4.11. Now this code is inserting only image header or something similar. BTW: pct_data is longblob !!! Thank you for any help !! Dan

[PHP-WIN] Insert image into MySQL

2002-02-12 Thread Sichta Daniel
Hi, cfg: w2k, Apache 1.3, php4.11, Mysql 3-23-40-max-nt I'm using following code to insert images (gif, jpg) into table. Everything worked fine until I switch to php4.11. Now this code is inserting only image header or something similar. BTW: pct_data is longblob !!! Thank you for any hel

[PHP-WIN] Loading TTF

2002-02-01 Thread Sichta Daniel
Hi, cfg: w2k, apache 1.3.20. php 4.0.6, gd version 2.0 or higher (that's what phpinfo() say's !!) Here is my problem: test.php 1

[PHP-WIN] Browser problem

2002-01-09 Thread Sichta Daniel
Hi, cfg:w2k,IIS, php4.06. When I'm using IE as a web browser on my developing sites everything is OK. But when I try to use NN or Opera it always want's from me user name and password. Does anybody know what's problem ? Dan IMHO: I think it's in IIS cfg, but not for sure !!!

[PHP-WIN] OT

2001-10-17 Thread Sichta Daniel
Hi, Can I run Tomcat and PHP under Apache at same time ? Dan

[PHP-WIN] Message

2001-10-08 Thread Sichta Daniel
Hi, cfg: w2k, Apache 1.3.20,php406 I have code which takes long time to produce result. Is there any way to show message (new window or else) with text like "wait, I'm working!!". Dan

[PHP-WIN] mpeg size

2001-10-04 Thread Sichta Daniel
Hi, Is there any way to get size (WxH) of mpeg file in php ? Dan

[PHP-WIN] session

2001-09-28 Thread Sichta Daniel
Hi, cfg: Apache 1.3.20, php406 w2k Is there any "nice" way to do session_end when user close internet browser ? Dan

[PHP-WIN] PHP-> JavaScript

2001-09-27 Thread Sichta Daniel
Hi !! Is there any way to parse variable from JavaScript to PHP ? Something like: function xxx (id) { id; } DAN

[PHP-WIN] Strange behavior

2001-09-18 Thread Sichta Daniel
Hi there, cfg: w2k, Apache 1.3, php404: Problem: each time I run this code I'm getting warning : Warning: settype: invalid type in include/initialize.inc on line 41 but in differnet variable. Here is some data from table I'm using: glb_variable - TEST, LIMIT glb_value - false, 15 glb_type - bool

[PHP-WIN] 405 Method Not Allowed

2001-09-10 Thread Sichta Daniel
Hi all, cfg: w2k, Apache1.3, php4.0.4 In index.html I have form with method set to POST. When I try to acces this page I'm getting this error The requested method POST is not allowed for the URL /index.html. Could anybody know what does it mean and how can I solve it ? DAN

[PHP-WIN] Local Apache

2001-09-05 Thread Sichta Daniel
Hi, My PC is in network. I'm using Apache for developing sites but I don't want to other people in network access my Apache. What should I change in httpd.conf file ? Or is it possible to do it ? DAN

[PHP-WIN] mpeg info

2001-08-27 Thread Sichta Daniel
Hi, How can I get info about *.mpeg, *.avi files in PHP ? I mean size WxH DAN

[PHP-WIN] Resource number

2001-08-26 Thread Sichta Daniel
Hi, Is there any way to pass resource number (returnimg by ibase_query) as parameter to another script file (php -> php)? Dan

[PHP-WIN] Date

2001-08-24 Thread Sichta Daniel
Hi, Is there any function in php to solve this ? there is date - 24.08.2001 and I need to add 10 days to it and convert to the date format. So result should be - 03.09.2001 dan

[PHP-WIN] Upload

2001-08-22 Thread Sichta Daniel
Hi there, cfg: w2k, Apache 1.3.20, php 4.04.pl1 I have his code: This works fine for files with jpg and gif extensions but gives me error on mp3 or wav. Should I set something different ? error: Warning: Unable to open 'none' for reading: No such file or directory in upload.php on line

[PHP-WIN] Array

2001-08-21 Thread Sichta Daniel
Hi there !! cfg: php4.0.4pl1, w2k, apache 1.3.20 Situation: } ?> This is all in one form. How can I get all five values of test from this kind of code ? DAN

[PHP-WIN] InterBase + BLOB

2001-08-13 Thread Sichta Daniel
Hi, Does anybody know where can I get description for InterBase functions ibase_blob_ ? I looked at www.php.net but no luck !! Or does somebody have any example how to insert image via form to InterBase database in PHP ? cfg: w2k, Apache 1.3.20, php404pl1 IB 6.0 Thank you DAN -- PHP Window

RE: [PHP-WIN] Interbase problem

2001-07-13 Thread Sichta Daniel
Hi Ruslan, I try it with no luck !! I get same error !!! Any other solution ? DAN -Original Message- From: Ruslan Ohitin [mailto:[EMAIL PROTECTED]] Sent: Friday, July 13, 2001 11:56 AM To: Sichta Daniel Cc: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Interbase problem Hello Sichta, Try

[PHP-WIN] Interbase problem

2001-07-13 Thread Sichta Daniel
Hi everybody !! My cfg: w2k, Apache 1.3.x, IB6., php4.07 When I run phpinfo() I can see that interbase dll is loaded but when I try to do ibase_connect() with parameters host = my IP:path to gdb user: SYSDBA password: masterkey I get this error : "php.exe has generated errors and will be closed