RE: [PHP-WIN] PHP and Filesystem

2001-03-28 Thread Mangiola Nunzio Datavia
According to what I understand of fgets() it will read the first 4096 bits of information and leave the rest behind. So your pics will come out corrupt if they are larger than 4096 bit. (Well at least I think it's bits. But then it might be bytes) So all you have to do is make that number large

RE: [PHP-WIN] Cookies In IE5.5

2001-03-18 Thread Mangiola Nunzio Datavia
I use this example to set cookies and it works fine on my side with IE5: Sorry, unable to login click here try again"; exit; } else { $uniqueid = md5 (uniqid (rand())); $cookiestring = $Firstname.'&'.$unique

RE: [PHP-WIN] News with MySQL

2001-03-15 Thread Mangiola Nunzio Datavia
RESULT($result,0,"filetype"); Header( "Content-type: $type"); echo $data; }; ?> Thanks for the suport I hope I get it right. > ------ > From: Asendorf, John[SMTP:[EMAIL PROTECTED]] > Sent: Thursday, March 15, 2001 3:30 PM > To

[PHP-WIN] News with MySQL

2001-03-14 Thread Mangiola Nunzio Datavia
Hi What I would like to do is save a news item as a html or text file. Then place it into a MySQL database. Afterwards I would like to display the fist paragraph of each news posting on a site in a summary format. If the user would like to see more all he has to do is click on the corresponding

RE: [PHP-WIN] ASP to PHP automatic convertion

2001-03-13 Thread Mangiola Nunzio Datavia
Goto www.phpbuilder.com or www.phpwizard.net. Do a search. I now it's there somewhere. > -- > From: Carlos Correa Goncalves[SMTP:[EMAIL PROTECTED]] > Sent: Thursday, March 08, 2001 6:41 PM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] ASP to PHP automatic convertion

RE: [PHP-WIN] Strip text from HTML

2001-03-12 Thread Mangiola Nunzio Datavia
> From: Michael Rudel[SMTP:[EMAIL PROTECTED]] > Reply To: [EMAIL PROTECTED] > Sent: Saturday, March 10, 2001 12:42 AM > To: Mangiola Nunzio Datavia; 'PHP Windows List (E-mail)' > Subject: RE: [PHP-WIN] Strip text from HTML > >

[PHP-WIN] Strip text from HTML

2001-03-09 Thread Mangiola Nunzio Datavia
Hi I'd like to strip the first paragraph of a html document and display it. basically the introduction and no more. Is this possible? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the l

RE: [PHP-WIN] HELP ON IIS4 & PHP4.0.4pl1

2001-03-09 Thread Mangiola Nunzio Datavia
Did you read the install.txt and set up IIS4.0 to see the php.exe? > -- > From: Florian Poizac[SMTP:[EMAIL PROTECTED]] > Sent: Friday, March 09, 2001 10:32 AM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] HELP ON IIS4 & PHP4.0.4pl1 > > I had intall php with automat

RE: [PHP-WIN] include woes

2001-02-06 Thread Mangiola Nunzio Datavia
I'd say got for Apache. If not that, then download the latest IIS4 from the internet. I tried to run PHP4 on IIS3 and I battled for a week to get it going. Once I installed IIS4 it ran like a dream. > -- > From: Matt Williams[SMTP:[EMAIL PROTECTED]] > Sent: Friday, Februar

RE: [PHP-WIN] Mcrypt

2001-02-05 Thread Mangiola Nunzio Datavia
Try this site, they give a tutorial on encryption. http://hotwired.lycos.com/webmonkey/programming/php/index.html Hope it works for you. > -- > From: Danilo Meles[SMTP:[EMAIL PROTECTED]] > Reply To: Danilo Meles > Sent: Monday, February 05, 2001 1:41 PM > To: [EMAI

[PHP-WIN] Text Area

2001-02-02 Thread Mangiola Nunzio Datavia
Hi I'm trying to or half succeeded in creating a guestbook on my intranet site. Now my problem is this: When creating the form I have trouble creating a text area larger than one line. I use at the moment http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

RE: [PHP-WIN] Text area

2001-01-30 Thread Mangiola Nunzio Datavia
Woods Ron Contr SA-ALC/FMIS[SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, January 30, 2001 6:02 PM > To: Mangiola Nunzio Datavia; [EMAIL PROTECTED] > Subject: RE: [PHP-WIN] Text area > > Your problem is probably not with the form passing the data; it's i

RE: [PHP-WIN] Text area

2001-01-29 Thread Mangiola Nunzio Datavia
-WIN] Text area > > Try using the TEXTAREA tag instead: > > > > --dave > > > -----Original Message- > > From: Mangiola Nunzio Datavia [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, 30 January 2001 4:13 PM > > To: [EMAIL PROTECTED] > > Subje

[PHP-WIN] Text area

2001-01-29 Thread Mangiola Nunzio Datavia
Hi I'm trying to or half succeeded in creating a guestbook on my intranet site. Now my problem is this: When creating the form I have trouble creating a text area larger than one line. I use at the moment http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

FW: [PHP-WIN] Problems! 4.01pl2 to 4.04pl1 upgrade

2001-01-23 Thread Mangiola Nunzio Datavia
> If you are having a problem for an undefined variable on > line such as: $submit > > Then all you do is put in: if (isset($submit)) > > That should sort it out. For your other other I have no clue. > > -- > From: Warwick Chapman > (Budgee)[SMTP:[EMAIL PROTECTED]] > Sent: