[PHP] Webmail with Attach

2002-01-08 Thread Luz Lopez
Hi All, I am making a webmail, this webmail can send with just one attach, but I need that that my webmail can send mail with many attach. Now my function have the follwing code line: if ($attach != none) { $file = fopen($attach, r); $contents =

[PHP] Webmail with attach

2002-01-05 Thread Luz Lopez
Hi all, I am making a small webmail, But I need that this webmail have attach, I can to put one attach athis mail, but I need many attach in the webmail, I made a bucle for many attach, but now I can't to manipulate this attach for that the user send mail with many attach. Some body can help

[PHP] print on printer

2002-01-05 Thread Luz Lopez
Hi All I have a php that access to database and show the values in the browser, But I need add hte option of print on printer, but that only print the table with values. Somebody can help me? Thanks in Advanced, Regards, _

[PHP] Webmail with Attach

2002-01-05 Thread Luz Lopez
Hi All, I am making a webmail, this webmail can send with just one attach, but I need that that my webmail can send mail with many attach. Now my function have the follwing code line: if ($attach != none) { $file = fopen($attach, r); $contents =

[PHP] Crating program for access parallel

2001-10-31 Thread Luz Lopez
Hi all I am creating a program PHP that will be access int the web for many persons, this aplication will be permit to insert registry on a data base Postgresql, When a person this inserting a registry I need to block that table so that another user cannot to access the data base. Exists some

[PHP] print on printer

2001-10-31 Thread Luz Lopez
Hi All I have a php that access to database and show the values in the browser, But I need add hte option of print on printer, but that only print the table with values. Somebody can help me? Thanks in Advanced, Regards, _

[PHP] show png in the browser

2001-10-30 Thread Luz Lopez
Hi All I configured the php with thelibrary GD, zlib, jpeg and libpng, I hae a program that generate a image, I can to save this png image but in my borwser I can't to see this image, the browser send me to save to my hard disk this image. I need to show this image in the browser, How can I

Re: [PHP] show png in the browser

2001-10-30 Thread Luz Lopez
Hi David, of course, I send of header: header(Content-type: image/png); But the send me to save the file Thanks, Regards, From: David Robley [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Luz Lopez [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: [PHP] show png in the browser Date: Wed

Re: [PHP] show png in the browser

2001-10-30 Thread Luz Lopez
Hi, I use Internet Explorer 5.003 Windows 2000 Profesional Regards, From: Jim Lucas [EMAIL PROTECTED] To: Luz Lopez [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: [PHP] show png in the browser Date: Tue, 30 Oct 2001 18:00:09 -0800 what type of browser are you using to view this image

[PHP] Create images jpeg

2001-10-28 Thread Luz Lopez
Hi All I have installed package GD, I am creating images with imagejpeg, but when I load the browser a messager error appear: ImageJpeg: No JPG support in this PHP build in I read the GD readme and say: gd 1.8.3 creates PNG, JPEG and WBMP images, not GIF images. This is a good