AW: [PHP] Q:Making an 'expired event' for sessions

2002-09-01 Thread robert mischke
hi in php.ini you can control behavior of sessions, for example (take a look for you self;) -> session.gc_maxlifetime = 1440, in script you you may use ini_set for "dynamic control" hope this is the right direction .. robert > Von: Mehran Ziadloo [mailto:[EMAIL PROTECTED]] > > Well since I

AW: [PHP] Excel sheets

2002-09-01 Thread robert mischke
hi take a look at http://phpclasses.org as far as I remember there are some excel classe robert > > Hey, > sorry if this has already been answered somewhere, but I cant > find a clear answer to this question. > > I have multiple xls files with 4 sheets a piece. I need to > load them into

AW: [PHP] Can i send post variable thur header?

2002-08-20 Thread robert mischke
Possibly you could use the header() function. header(Content-type: application/x-www-form-urlencoded); header(Content-length: echo $conten_length_in_byte;); header(var=$content&var2=$conten3); It's a gess, didn't tryed. Try curl or snoppy class <- at sourceforge also at phpclasse.org a lot of

AW: [PHP] array's

2002-08-17 Thread robert mischke
> anyone that can find the problem..? > description below. > > > > debug > > > '***' OUTPUT > '**' > > class Relic { > > var $RelicName = Array(); > var $RelicType = Array(); > var $RelicRealm = Array(); > var

Re: [PHP] Re: Upgraded to PHP 4.2.2 and completely lost all GET and POST variables

2002-08-17 Thread robert mischke
> PHP 4.1.2 (+) has register_globals turned off by default. > > Do either of the below to turn it on: > > 1.. Turn register_globals on in PHP.INI > 2.. Use ini_set in one or more of the most commonly used > files of the application to have register_globals turned on > for that applicat

Re: [PHP] printer_draw_text

2002-08-17 Thread robert mischke
> Hi All, > > I'm trying to print some date right out of an php file, > to do this i use the printer_draw_text function. > All works fine for one line, but how can i print more than one line? > printer_draw_text($handle, "+", 100, $y); $y=+$fontsize; printer_draw_text($handle, "+", 100, $y

RE: [PHP] Conditional Popup Menus with PHP/mySQL and Java?

2002-08-16 Thread robert mischke
> > This is a javascript thing. Try comp.lang.javascript... the only > > thing u really need to know is that you have to send ALL > the data to > > the page with javascript, then effectively, it's a static HTML page. > > > > Justin French There is an ariticle on Zend out there: http://zend