Search found 9 matches
- Mon Jul 28, 2003 5:06 pm
- Forum: PHP - Code
- Topic: dom ?
- Replies: 5
- Views: 760
- Mon Jul 28, 2003 1:07 am
- Forum: PHP - Theory and Design
- Topic: Your PHP programming environment
- Replies: 35
- Views: 28252
- 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
If not specificly so, does anyone have theories as to how I could go about for similiar results?
Joe
- Tue Jul 22, 2003 5:57 pm
- Forum: PHP - Code
- Topic: Loop question.
- Replies: 6
- Views: 971
- Tue Jul 22, 2003 1:40 pm
- Forum: PHP - Code
- Topic: Loop question.
- Replies: 6
- Views: 971
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] . ", ";...
- Sun Jul 20, 2003 10:13 pm
- Forum: PHP - Code
- Topic: Email script.
- Replies: 5
- Views: 557
- 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...
- 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
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
- 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 ...