php-windows Digest 30 Nov 2001 08:42:17 -0000 Issue 878

Topics (messages 10653 through 10662):

Multiple charts in one page
        10653 by: Justyn Franklin

IIS4 - asp w/ ms-access hangs about once a week
        10654 by: Don Sanders
        10656 by: MrBaseball34
        10660 by: Antonello Oliveri

Creating a transparent image
        10655 by: epankoke.csdatasol.net

Opening IP sockets to multiple destinations at the same time
        10657 by: Christian Sandfeld

passing info from page o page - w/o using form
        10658 by: Afan Pasalic
        10659 by: Daniel Parsons

PHP Win32 Java Extension
        10661 by: Daniel Francis

bcc mail win32
        10662 by: natesanden.hotmail.com

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 ---
Can anyone help me with PHP bar charts?
I am trying to insert multiple php charts into a single page within an HTML 
table. This always brings an error, even though each chart works as a 
separate php file. Does anyone have any suggestions?

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

--- End Message ---
--- Begin Message ---
After installing PHP on an IIS 4 server, all .asp pages using MS-Access
databases will 'hang'. I reboot the server and everything will work fine for
6 - 10 days and hang again.


--- End Message ---
--- Begin Message ---
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] 
says...
> After installing PHP on an IIS 4 server, all .asp pages using MS-Access
> databases will 'hang'. I reboot the server and everything will work fine for
> 6 - 10 days and hang again.

No offense intended but your main problem seeme to be your thinking
that you can successfully use Access as a web database, ESPECIALLY
on IIS.

--- End Message ---
--- Begin Message ---
MSAccess works fine under IIS... it's very diffused , well supported , well
documented , very easy to mantain and a good choice if you want to offer
sophisticated services to your customers instead of "user enemy solutions"
very common in others platforms but, as you know, even if Microsoft offers
products that can be used in a simple way you should pay attention. One of
the most common problem consist of the use of ODBC to access the database
due to a heavy and a bad use of the memory.
I think PHP isn' t the reason of your problem but you'd better use the
native Microsoft.Jet.OLEDB.4.0 ADO provider.


"Mrbaseball34" <[EMAIL PROTECTED]> ha scritto nel
messaggio [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
> says...
> > After installing PHP on an IIS 4 server, all .asp pages using MS-Access
> > databases will 'hang'. I reboot the server and everything will work fine
for
> > 6 - 10 days and hang again.
>
> No offense intended but your main problem seeme to be your thinking
> that you can successfully use Access as a web database, ESPECIALLY
> on IIS.
>


--- End Message ---
--- Begin Message ---
What I would like to be able to do is to draw one image transparently over another.  
This is my function so far:

function create_image()
{
  global $im1;
  $im1 = @ImageCreateFromJPEG("d:\\projects\\graphics\\image1.jpg");
  if(!$im1){
    return false;
    exit;
  }
  $im2 = @ImageCreateFromJPEG("d:\\projects\\graphics\\image2.jpg");
  if(!$im2){
    return false;
    exit;
  }
                
/*  $color = ImageColorAt($im2, 0, 0);
  $color = ImageColorsForIndex($im2, $color);
  $color = ImageColorAllocate($im2, $color[0], $color[1], $color[2]);
  $result = ImageColorTransparent($im2, $color);*/

  $result = ImageCopy($im1, $im2, 10, 10, 0, 0, @ImageSX($im2) - 1, @ImageSY($im2) - 
1);
                
  if(!$result){
    return false;
    exit;
  }
                
//  ImageColorDeAllocate($im2, $color);

  return true;
}

As long as I keep the lines that are commented out, it works fine (but no 
transparency).  As soon as I uncomment the ImageColorAt function, I get an error.  Any 
suggestions on where to proceed from here would be greatly appreciated.  Also, if 
someone has a better suggestion as to how to accomplish what I am trying to, I'm all 
for that as well.

Eric

_______________________________________________________

--- End Message ---
--- Begin Message ---
Hi *,

I'm not sure if this is the right list to post this question in - but since
I can't find a subject specific list for this I'll give it a try.

Some time ago I was working on a script that would query a bunch of servers
for their status using through IP socket programming. It worked ok except
for two things.
1) It didn't handle unreachable servers too well
2) When there are many servers to query the script would reach the
max_execution_time limit before finishing.

So, now I am wondering - Is there a method that can be used so a script can
query multiple servers at the same time (open sockets to more then one
destinations at a time)?

If anyone can help shed some light on this, or alternatively point me to
another list, I would sure appreciate it.

Brgds,

Christian
--- End Message ---
--- Begin Message ---
Hi to all,
I have to pass some info from one to other page (no problem to make an array) but not 
using forms and it shouldn't be seen in URL. Is that possible?

If it must be seen in URL what's best way? With implode/explode functions?
How pass "serialize" array from page to page - without using form?

Huh!

Lot of Q's...

Thanks!

afan
--- End Message ---
--- Begin Message ---
You'll need to use either cookies or sessions. I would choose sessions
because the user can turn off or modify cookies but sessions will need
to have (at least) the session ID on the URL if you aren't using forms.

To pass an array using sessions you simply need to register the array as
a session variable.

D.

> -----Original Message-----
> From: Afan Pasalic [mailto:[EMAIL PROTECTED]]
> Sent: Friday, 30 November 2001 12:11 p.m.
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] passing info from page o page - w/o using form
>
>
> Hi to all,
> I have to pass some info from one to other page (no problem
> to make an array) but not using forms and it shouldn't be
> seen in URL. Is that possible?
>
> If it must be seen in URL what's best way? With
> implode/explode functions?
> How pass "serialize" array from page to page - without using form?
>
> Huh!
>
> Lot of Q's...
>
> Thanks!
>
> afan
>

--- End Message ---
--- Begin Message ---
I cannot locate this at php.net. Anyone know where I can download it?


--- End Message ---
--- Begin Message ---
I read that you can't send BCC mail on a win32 server with PHP. Is that true? and if 
so, is there some sort of work-around or a 3rd party add-on that will allow this?
I am running a Win2K server with PHP4, and IIS 5.0 and i'm creating a site that needs 
to allow admins, to send identical emails to multiple clients and BCC is the only way 
I know of.

Any suggestions would be greatly appreciated. Thanks!

Nate Sanden
--- End Message ---

Reply via email to