php-windows Digest 21 Apr 2004 22:04:05 -0000 Issue 2219

Topics (messages 23505 through 23513):

Re: about handphone download picture, java game problem.
        23505 by: Jason Barnett

Re: <?php not handled by iis or apache
        23506 by: Jason Barnett

Re: Passing the session  question
        23507 by: Jason Barnett

Re: Mething of Tracing PHP Script on Windows
        23508 by: Stan Shaw
        23510 by: Raul IONESCU
        23511 by: Brent
        23512 by: Stan Shaw

Request: Get cURL 7.11.1 (current) included in PHP5 Win32 Builds
        23509 by: jason.neodisco.com

Re: problems installing IMAP dll.
        23513 by: Brent

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message --- Lsf_80 wrote:
hi all..

I have some doubts regarding the PHP programming in windows based.

 i will write a wap, let user download picture, ringtone or java game. when
user download..i want to keep a log or deduct one point.

i know can send by binary code..like open picture and send.

for nokia there is no problem, but for samsung...after finish transfering,
only display at the screen but cannot save.

and for motorola, it will create many logs...but i want only one log.

so anybody know? or is anybody have sample code on what i did?



thanks....

Your message is confusing, I don't entirely understand what it is you are trying to do. Are you trying to keep track of "membership points" and whenever someone downloads a game / ringtone? A little SQL and any database can handle that.

--- End Message ---
--- Begin Message --- Uwe Thiede wrote:

i've tried differend configurations of php and iis/apache and all of them
failed to handle the "xml processor instuctions" inside my html pages.


I don't know if there's a native apache function to do what you are asking (if there is, I'd like to hear about it from someone else). As a workaround you can set the handler for xml/html/whatever documents to be a php script, and then in that php script you can handle xml processing instructions accordingly.


http://httpd.apache.org/docs-2.1/en/mod/core.html#sethandler

If you're looking for ways to handle pi's in php 4, you should check out this link:

http://www.php.net/manual/en/function.xml-set-processing-instruction-handler.php
--- End Message ---
--- Begin Message ---
However the following scenerio will not pass the session id.... Or
atleast I can't seem to get it to work.


/* Page1.php */ <?php Session_Start(); ?>


/* Page2.php */ <?php Session_Start(); ?>


Echo SID;

Any ideas?

First of all, read the manual: http://www.php.net/manual/en/ref.session.php


You need to pass the session information from Page1.php to Page2.php (cookies are often used for this). Is your session cookie being set? You could also pass around the session variable through the url, something like:


/* Page1.php */ <?php

session_start();

?>

<p>
To continue, <a href="Page2.php?<?php echo strip_tags(SID); ?>">click
here</a>.
</p>

--- End Message ---
--- Begin Message ---
I found what I needed, thanks.
-- 
Regards,
Stan Shaw                              [EMAIL PROTECTED]
Phone: (413) 599-0399          Fax:   (413) 599-0421
Excell.Net Owner/Operator    http://www.Excell.Net/
928 Owners Club President    http://www.928OC.org/
928Racing.net Team Member http://www.928Racing.net/

"Liberty once lost is lost forever." - John Adams
"Stan Shaw" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I inherited a website script that is not functioning properly.  Is there a
> PHP trace function of some type that will allow me to see the generated
code
> of the "if" statements and "variables"?
> -- 
> Regards,
> Stan Shaw                              [EMAIL PROTECTED]
> Phone: (413) 599-0399          Fax:   (413) 599-0421
> Excell.Net Owner/Operator    http://www.Excell.Net/
> 928 Owners Club President    http://www.928OC.org/
> 928Racing.net Team Member http://www.928Racing.net/
>
> "Liberty once lost is lost forever." - John Adams

--- End Message ---
--- Begin Message ---
   Where? What did you find?
   I'm also interested of this!
 
   Thanks!
   Raul
 
   .I found what I needed, thanks.
   .--
   .Regards,
   .Stan Shaw [EMAIL PROTECTED]
   .Phone: (413) 599-0399 Fax: (413) 599-0421
   .Excell.Net Owner/Operator http://www.Excell.Net/
   .928 Owners Club President http://www.928OC.org/
   .928Racing.net Team Member http://www.928Racing.net/
 
   ."Liberty once lost is lost forever." - John Adams
   ."Stan Shaw" <[EMAIL PROTECTED]> wrote in message
   .news:[EMAIL PROTECTED]
   .> I inherited a website script that is not functioning properly. Is there
   a
   .> PHP trace function of some type that will allow me to see the generated
   .code
   .> of the "if" statements and "variables"?
   .> --
   .> Regards,
   .> Stan Shaw [EMAIL PROTECTED]
   .> Phone: (413) 599-0399 Fax: (413) 599-0421
   .> Excell.Net Owner/Operator http://www.Excell.Net/
   .> 928 Owners Club President http://www.928OC.org/
   .> 928Racing.net Team Member http://www.928Racing.net/
   .>
   .> "Liberty once lost is lost forever." - John Adams
 
   .--
   .PHP Windows Mailing List (http://www.php.net/)
   .To unsubscribe, visit: http://www.php.net/unsub.php
 
   .---------------------------------------------------------------
   .Lucram pentru tine. Analizam. Cautam zilnic.
   .Alegem ceea ce te intereseaza. Te anuntam.
   .http://www.REDUCERI.ro/


---------------------------------------------------------------
Lucram pentru tine. Analizam. Cautam zilnic.
Alegem ceea ce te intereseaza. Te anuntam.
http://www.REDUCERI.ro/

--- End Message ---
--- Begin Message ---
yer me toooo...
have been wondering if anything like that is around for a while..


"Raul Ionescu" <[EMAIL PROTECTED]> wrote in message
news:2.0beta.1082526015826.3385575522498760298.raul.ionescu@@mymail.ro...
   Where? What did you find?
   I'm also interested of this!

   Thanks!
   Raul

   .I found what I needed, thanks.
   .--
   .Regards,
   .Stan Shaw [EMAIL PROTECTED]
   .Phone: (413) 599-0399 Fax: (413) 599-0421
   .Excell.Net Owner/Operator http://www.Excell.Net/
   .928 Owners Club President http://www.928OC.org/
   .928Racing.net Team Member http://www.928Racing.net/

   ."Liberty once lost is lost forever." - John Adams
   ."Stan Shaw" <[EMAIL PROTECTED]> wrote in message
   .news:[EMAIL PROTECTED]
   .> I inherited a website script that is not functioning properly. Is
there
   a
   .> PHP trace function of some type that will allow me to see the
generated
   .code
   .> of the "if" statements and "variables"?
   .> --
   .> Regards,
   .> Stan Shaw [EMAIL PROTECTED]
   .> Phone: (413) 599-0399 Fax: (413) 599-0421
   .> Excell.Net Owner/Operator http://www.Excell.Net/
   .> 928 Owners Club President http://www.928OC.org/
   .> 928Racing.net Team Member http://www.928Racing.net/
   .>
   .> "Liberty once lost is lost forever." - John Adams

   .--
   .PHP Windows Mailing List (http://www.php.net/)
   .To unsubscribe, visit: http://www.php.net/unsub.php

   .---------------------------------------------------------------
   .Lucram pentru tine. Analizam. Cautam zilnic.
   .Alegem ceea ce te intereseaza. Te anuntam.
   .http://www.REDUCERI.ro/


---------------------------------------------------------------
Lucram pentru tine. Analizam. Cautam zilnic.
Alegem ceea ce te intereseaza. Te anuntam.
http://www.REDUCERI.ro/

--- End Message ---
--- Begin Message ---
Well, there are options within php.ini that provide error and logging
information, but in my case I simply guessed correctly at the problem.

Regards,
Stan Shaw                              [EMAIL PROTECTED]
Phone: (413) 599-0399          Fax:   (413) 599-0421
Excell.Net Owner/Operator    http://www.Excell.Net/
928 Owners Club President    http://www.928OC.org/
928Racing.net Team Member http://www.928Racing.net/

"Liberty once lost is lost forever." - John Adams
----- Original Message ----- 
From: "Raul IONESCU" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, April 21, 2004 1:40 AM
Subject: Re: [PHP-WIN] Re: Mething of Tracing PHP Script on Windows


   Where? What did you find?
   I'm also interested of this!

   Thanks!
   Raul

   .I found what I needed, thanks.
   .--
   .Regards,
   .Stan Shaw [EMAIL PROTECTED]
   .Phone: (413) 599-0399 Fax: (413) 599-0421
   .Excell.Net Owner/Operator http://www.Excell.Net/
   .928 Owners Club President http://www.928OC.org/
   .928Racing.net Team Member http://www.928Racing.net/

   ."Liberty once lost is lost forever." - John Adams
   ."Stan Shaw" <[EMAIL PROTECTED]> wrote in message
   .news:[EMAIL PROTECTED]
   .> I inherited a website script that is not functioning properly. Is there
   a
   .> PHP trace function of some type that will allow me to see the generated
   .code
   .> of the "if" statements and "variables"?
   .> --
   .> Regards,
   .> Stan Shaw [EMAIL PROTECTED]
   .> Phone: (413) 599-0399 Fax: (413) 599-0421
   .> Excell.Net Owner/Operator http://www.Excell.Net/
   .> 928 Owners Club President http://www.928OC.org/
   .> 928Racing.net Team Member http://www.928Racing.net/
   .>
   .> "Liberty once lost is lost forever." - John Adams

   .--
   .PHP Windows Mailing List (http://www.php.net/)
   .To unsubscribe, visit: http://www.php.net/unsub.php

   .---------------------------------------------------------------
   .Lucram pentru tine. Analizam. Cautam zilnic.
   .Alegem ceea ce te intereseaza. Te anuntam.
   .http://www.REDUCERI.ro/


---------------------------------------------------------------
Lucram pentru tine. Analizam. Cautam zilnic.
Alegem ceea ce te intereseaza. Te anuntam.
http://www.REDUCERI.ro/

--- End Message ---
--- Begin Message ---
Hello,

Thank you in advance for any help you can provide.

I have a prod linux server running PHP5CVS with the latest cURL 7.11.1 compiled 
in.  It has several new features I require.  

The Win32 PHP5CVS includes an older version of the Curl extension.  Is there any 
way to get it upgraded to the current version of cURL?

I have no idea who is in charge of getting curl into Win32 builds, perhaps you could 
point me in the right direction?

Thank you again,

Jason

--- End Message ---
--- Begin Message ---
Figured it out,
with help from Ignatius,
I installed the latest release of PHP and all seems fine..
Thanks mate.,
Brent.

"Brent" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Actually the error pops up in a notice window everytime php is used by the
> looks of it.
> ie. each time i open a php file on my server!!!
>
> "Brent" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > I am trying to install the php_imap.dll extension onto my php server,
> > all I did was set the extensions_dir and then uncomment out the ; in
front
> > of the
> > extension=php_imap.dll on my windows XP box which is a php and apache
> > server.
> > When I try and access it I get the error;
> >
> > "Unknown():Unable to load dynamic library
> 'c:\php\extensions\php_imap.dll' -
> > The specified procedure could not be found."
> >
> > Any ideas??
> > Thanks heaps,
> > Brent.
> >

--- End Message ---

Reply via email to