RE: [PHP] file problem

2001-09-22 Thread Niklas Lampen
You might mean \n. Line: $str = This\nis a\nsample would output: This is a sample Did it help? Niklas -Original Message- From: Nikola Weber [mailto:[EMAIL PROTECTED]] Sent: 22. syyskuuta 2001 0:35 To: php forum Subject: [PHP] file problem Hi ! Thanks for the quick reply last

RE: [PHP] Quickie

2001-09-22 Thread Niklas Lampen
Read chapter: LXXVIII. Session handling functions Niklas -Original Message- From: Peter [mailto:[EMAIL PROTECTED]] Sent: 22. syyskuuta 2001 8:19 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: [PHP] Quickie Hi, I am trying to redirect the user to another page after user

RE: [PHP] Cannot add header information - headers already sent by

2001-09-22 Thread Niklas Lampen
Output has started at variables.php on line 321. Niklas -Original Message- From: Tom Nickels [mailto:[EMAIL PROTECTED]] Sent: 22. syyskuuta 2001 13:20 To: [EMAIL PROTECTED] Subject: [PHP] Cannot add header information - headers already sent by Hi everybody! I installed php 4.06 on

RE: [PHP] PHP Email Handler

2001-09-19 Thread Niklas Lampen
A very good point. Niklas -Original Message- From: Anton Stroganov [mailto:[EMAIL PROTECTED]] Sent: 19. syyskuuta 2001 21:00 To: Wee Chua Cc: [EMAIL PROTECTED] Subject: Re: [PHP] PHP Email Handler My friend. I'm not quite sure I understand you correctly. Are you asking _us_ to do

RE: [PHP] syntax?

2001-09-13 Thread Niklas Lampen
In second example you can define which fields to insert, very usefull if you have a lot of fields. Niklas -Original Message- From: Peter [mailto:[EMAIL PROTECTED]] Sent: 13. syyskuuta 2001 10:59 To: [EMAIL PROTECTED] Subject: [PHP] syntax? HI, I am new to this PHP thing. I was

RE: [PHP] Re: send mail to mailing list using mail() or smtp?

2001-08-25 Thread Niklas Lampen
I'm sending a huge amount of mails with php. How can I send mail directly to the smtp server? Right now I'm using pipe to send each mail to sendmail. Works fine with about 35 000 mails, but it takes ages to run. What would be the smartest way? Thanks! -Original Message- From: Richard

[PHP] Creating images on the fly

2001-08-20 Thread Niklas Lampen
Is it possible to create images on the fly, if my phpinfo says nothing about GD? What I know is that ImageCreateFromPNG() says it's undefined. If not, what do I need to install to php to make it possible? Niklas Lampén -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

RE: [PHP] How to resume session by id?

2001-08-16 Thread Niklas Lampen
out. Niklas Lampen -Original Message- From: Darius Ivanauskas [mailto:[EMAIL PROTECTED]] Sent: 16. elokuuta 2001 16:51 To: [EMAIL PROTECTED] Subject: [PHP] How to resume session by id? I'm getting session id neither from cookie, nor from GET/POST vars, but by parsing url like: http

RE: [PHP] How to resume session by id?

2001-08-16 Thread Niklas Lampen
Did you start the session like this: $Session = array( /* values to array */ ); session_start(); session_register(Session); -Original Message- From: Darius Ivanauskas [mailto:[EMAIL PROTECTED]] Sent: 16. elokuuta 2001 18:14 To: Niklas Lampen Cc: [EMAIL PROTECTED] Subject: RE