Search found 9 matches

by Goober
Mon Jul 28, 2003 5:06 pm
Forum: PHP - Code
Topic: dom ?
Replies: 5
Views: 760

Alright. Then, my new question is, is there anyway to control timeouts? Let me elaborate. This script I'm making is a bulk email. There are over 19,000 email addresses to go through; and the script times out. How do I force it to continue? Is it even possible?
by Goober
Mon Jul 28, 2003 1:07 am
Forum: PHP - Theory and Design
Topic: Your PHP programming environment
Replies: 35
Views: 28248

HTML-Kit. - By far the best editor out there.

http://www.chami.com/html-kit
by Goober
Sun Jul 27, 2003 6:54 pm
Forum: PHP - Code
Topic: dom ?
Replies: 5
Views: 760

dom ?

Does anyone if PHP has dom functions?

If not specificly so, does anyone have theories as to how I could go about for similiar results?

Joe
by Goober
Tue Jul 22, 2003 5:57 pm
Forum: PHP - Code
Topic: Loop question.
Replies: 6
Views: 970

Thanks.
by Goober
Tue Jul 22, 2003 1:40 pm
Forum: PHP - Code
Topic: Loop question.
Replies: 6
Views: 970

Loop question.

Hello. I queried a database, received certain desired values. If there is an email address entry in a row, I echo it in such a manner: for( $count = 1; $all_rows = mysql_fetch_row( $get_all ); ++$count ) { if( $all_rowsї3] ) { echo $all_rowsї3] . ", ";...
by Goober
Sun Jul 20, 2003 10:13 pm
Forum: PHP - Code
Topic: Email script.
Replies: 5
Views: 557

You're a genius. You make me feel stupid. I love you.
by Goober
Sat Jul 19, 2003 9:40 pm
Forum: PHP - Code
Topic: Email script.
Replies: 5
Views: 557

hmmm... Let me rephrase what I ment. I wish to put the contents of a text file into a variable. Is that possible? I'm also creating a login script. When someone tries to view a page, I wish to check to see if the person is authorized, if not, then be sent directly to the login page, without seeing a...
by Goober
Fri Jul 18, 2003 1:28 pm
Forum: PHP - Code
Topic: Email script.
Replies: 5
Views: 557

Email script.

Hello,

I'm currently making a really weird email script, there is no need for me to go into great detail, so I won't. I wish to have the contents of the email that is sent in a txt file. Is this possible?

Thanks,
Joe
by Goober
Wed Jun 25, 2003 10:29 pm
Forum: PHP - Code
Topic: Emailer.
Replies: 1
Views: 787

Emailer.

Greetings, I was wondering. Is it possible to receive an image from a form and email it to a desired email address, without it being on the server permanently? After thinking about his breifly, I thought of the idea of uploading the image into a junk directory, email it to whomever, then delete the ...