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
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
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
> anyone that can find the problem..?
> description below.
>
>
>
> debug
>
>
> '***' OUTPUT
> '**'
>
> class Relic {
>
> var $RelicName = Array();
> var $RelicType = Array();
> var $RelicRealm = Array();
> var
> 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
> 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
> > 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
7 matches
Mail list logo