[PHP] querystring and frameset issue

2003-08-25 Thread Irvin Amoraal
Can somebody tell me how to pass a value between two php pages within a frameset. I have a simple two column framset: navbar on the left, content on the right. I have two pages that are displayed in the content area. Both are PHP pages. I would like to pass an ID value from the first page(a list

[PHP] Re: Mail funtion question

2003-07-30 Thread Irvin Amoraal
]; // capture invalid email > } > } > > Please note, that the code above will call mail once for each email, so if > you have 100 emails this will run 100 times, where as if you stacked all the > emails into one mail call. But then you may not be able to find the invalid > em

[PHP] Re: Simple Array question

2003-07-29 Thread Irvin Amoraal
Normally array values start at 0 (zero), but let's say sh1=1 and sh2=2. then you could echo the values out like this: echo "ID 1: $id[1]ID 2: $id[2]"; Irvin. _ "Ryan A" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > If i am posting somethin

[PHP] Mail funtion question

2003-07-29 Thread Irvin Amoraal
I am using the PHP mail() function to send subscribed-to bulk email. It successfully sends emails to the valid email addresses, but I get a series of error messages at the top of the PHP page like: /home/[my folder]/dead.letter... Saved message in /home/[my folder]/dead.letter 123... User unknown

[PHP] Thanks!

2003-07-26 Thread Irvin Amoraal
Thanks to both John and Curt who gave me the same answer ... and it actully makes sense. Don't know why I didn't think of it myslef . Irvin. "Irvin Amoraal" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I have two independent websites, both with

[PHP] how do I get a remote db connection?

2003-07-26 Thread Irvin Amoraal
on 'abc.com'(111), so I assume that I am able to communicate with the msSQL server itself, but is a permissions issue. I know that the username and password are correct. Could it be that remote acccess to the db is disabled? Or am I omitting something? Your help is appreciated