Author |
Message |
Topic: php version question |
cwdlmdd
Replies: 3
Views: 8414
|
|
I am presently using and learning phh version 4.3.4 and I understand that there is a 5.0 version out. Dose anyone recomend upgrading to the new 5.0 or just keep using what I have? |
Topic: mail() question |
cwdlmdd
Replies: 34
Views: 42793
|
Forum: PHP Posted: Wed Jun 16, 2004 4:35 am Subject: mail() | |
|
Ok I tried that and it did not change anything. But when I just typed in a small amount of text in the textbox it seemed to work. And that is what I though about the 127.0.0.1. |
Topic: mail() question |
cwdlmdd
Replies: 34
Views: 42793
|
Forum: PHP Posted: Wed Jun 16, 2004 4:11 am Subject: mail() | |
|
I am really confused now. I just the info that I was entering in the resume and letter textboxes and when I received the info in my email all I had was the info in the letter textbox and none of the o ... |
Topic: mail() question |
cwdlmdd
Replies: 34
Views: 42793
|
Forum: PHP Posted: Wed Jun 16, 2004 3:57 am Subject: mail() | |
|
Here is the other textbox code.
<P>
Enter Resume in text format</P>
<BLOCKQUOTE>
<P>
<TEXTAREA NAME="Resume" ROWS=5 COLS=35></TEXTAREA>
<BR>
</P&g ... |
Topic: mail() question |
cwdlmdd
Replies: 34
Views: 42793
|
Forum: PHP Posted: Tue Jun 15, 2004 11:00 pm Subject: mail() | |
|
Yes That is what is so puzzeling. I actually have two textbox One is name resume and the other is named Letter. Here is the text for the Letter. Maybe you can see something I can't.
<P>
Cov ... |
Topic: mail() question |
cwdlmdd
Replies: 34
Views: 42793
|
Forum: PHP Posted: Tue Jun 15, 2004 6:38 pm Subject: mail() | |
|
Ok I have created my form and the php that goes with it and I am getting an error that says
Notice: Undefined index: Letter in D:\PROGRAM FILES\ABYSS WEB SERVER\htdocs\FBCH Employment\form.php on l ... |
Topic: mail() question |
cwdlmdd
Replies: 34
Views: 42793
|
Forum: PHP Posted: Mon Jun 14, 2004 4:31 am Subject: mail() | |
|
Ok Thanks for the info about hosting. Can someone recomend anyone special?
My next step.
Can someone give me the tag that would let me redirecte them back to a serton page after they submit the ... |
Topic: mail() question |
cwdlmdd
Replies: 34
Views: 42793
|
Forum: PHP Posted: Sun Jun 13, 2004 5:01 am Subject: mail() | |
|
Yes. It is for my church. They already have a website and this is something special for the employment ministy. So there is a good chance that it may just be added to the existing website. But I am tr ... |
Topic: mail() question |
cwdlmdd
Replies: 34
Views: 42793
|
Forum: PHP Posted: Sun Jun 13, 2004 4:09 am Subject: mail() | |
|
I guess that you can say that I am. When I finish the web site for them. It will be hosted where ever they chose. Although I will more than likely try and talk them into using the one that I use. Whic ... |
Topic: notepad |
cwdlmdd
Replies: 3
Views: 7042
|
|
Can someone tell me if there is a limet to the size that a file can be in notepad? When I try to add to it or make some kind of change it gives me a message stating that I am out of memory. And I know ... |
Topic: mail() question |
cwdlmdd
Replies: 34
Views: 42793
|
Forum: PHP Posted: Sat Jun 12, 2004 3:05 pm Subject: mail() | |
|
I would like to Thank You for all of your help!!! Everyone here has been very helpful.
And of cource the more I get into this the more questions I am having. But I will try a few ideas first and se ... |
Topic: mail() question |
cwdlmdd
Replies: 34
Views: 42793
|
Forum: PHP Posted: Sat Jun 12, 2004 5:10 am Subject: mail() | |
|
I think I am getting closer!!
I am now getting this error
Warning: mail(): SMTP server response: 552 You must authenticate via SMTP AUTH or you must POP first. See http://SoftHome.net/help/popfi ... |
Topic: mail() question |
cwdlmdd
Replies: 34
Views: 42793
|
Forum: PHP Posted: Fri Jun 11, 2004 3:56 am Subject: mail() | |
|
That is what I though also, but when I searched for SMTP I olny came up with
SMTP=mail.softHome.net and if search for smpt_port I get a message that it can't find it. I even tried searching for just ... |
Topic: mail() question |
cwdlmdd
Replies: 34
Views: 42793
|
Forum: PHP Posted: Thu Jun 10, 2004 4:34 am Subject: mail() | |
|
Ok I have changed the time out time to 60 Sec. and now it is giving me this error message
Warning: mail(): Failed to connect to mailserver at "mail.softHome.net" port 25, verify your "SMTP" and "sm ... |
Topic: mail() question |
cwdlmdd
Replies: 34
Views: 42793
|
Forum: PHP Posted: Wed Jun 09, 2004 10:44 pm Subject: mail() | |
|
Ok I have changed it so that it now looks like this
[mail function]
; For Win32 only.
SMTP=mail.softHome.net
; For Win32 only.
sendmail_from=cwdlmdd@softHome.net
I have changed the e-mail ... |
Topic: mail() question |
cwdlmdd
Replies: 34
Views: 42793
|
Forum: PHP Posted: Wed Jun 09, 2004 3:44 pm Subject: mail() | |
|
Ok now that I have removed to semicolon I am getting a different error.
It is
Warning: mail(): Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting ... |
Topic: mail() question |
cwdlmdd
Replies: 34
Views: 42793
|
Forum: PHP Posted: Wed Jun 09, 2004 3:29 am Subject: mail() | |
|
Ok This is line 10
mail("lmdcwd@juno.com", "Feedback Form", $msg, $mailheaders);
And this is what I Changed in the php.ini
;sendmail_from=lmdcwd@juno.com
I added the lmdcwd@juno.com |
Topic: mail() question |
cwdlmdd
Replies: 34
Views: 42793
|
Forum: PHP Posted: Tue Jun 08, 2004 2:56 pm Subject: mail() | |
|
Ok it is still not working. maybe I mist something. Here is all my code
<!DOCTYPE HTML PUBLIC "-//W3C/DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Feedback</t ... |
Topic: mail() question |
cwdlmdd
Replies: 34
Views: 42793
|
Forum: PHP Posted: Tue Jun 08, 2004 3:36 am Subject: mail() | |
|
Ok I changed to sendmail_from and made it = my e-mail address. I asume that is what should have been changed. Can I also asume that for it to work even in the testing stage I need to be loged on to t ... |
Topic: mail() question |
cwdlmdd
Replies: 34
Views: 42793
|
|
I just copied and bit of code out of a book that I am reading about php and using the mail() option. When I ran the html and php code I got this error message.
Warning: mail(): "sendmail_from" not ... |
Topic: Just a little PHP help for a begainer |
cwdlmdd
Replies: 4
Views: 8332
|
Forum: PHP Posted: Sat Jun 05, 2004 4:13 am Subject: php help | |
|
Thanks for the help!! I guess I wasn't as far off as I thought I was. Once I made the change in the php.ini globle setting it seemed to work. Now I will try changing it and using the $_POST and see if ... |
Topic: Just a little PHP help for a begainer |
cwdlmdd
Replies: 4
Views: 8332
|
|
I have two programs running here one being html and it is refering to the php. I aam not having any problems with the html but I cannot get the php to work like I want it to. What I am trying to do he ... |
Topic: php help |
cwdlmdd
Replies: 2
Views: 6081
|
Forum: PHP Posted: Thu May 20, 2004 10:00 pm Subject: php help | |
|
Thanks!! That really had me a little confused. I thought maybe I was doing something wrong. But I guess not |
Topic: php help |
cwdlmdd
Replies: 2
Views: 6081
|
Forum: PHP Posted: Thu May 20, 2004 6:32 pm Subject: php help | |
|
When I run a sample php script in a web broswer and than check the sorce code it dose not show the <?php ?> code. Is this wright? |
Topic: php install help please |
cwdlmdd
Replies: 16
Views: 19852
|
Forum: PHP Posted: Wed May 19, 2004 5:07 am Subject: php help | |
|
Thanks for the help!! If figured out what the probem was. I forgot how dum windows 98 can be when it comes to finding a file. I had to go back into the abyss setup for php and point it directly to th ... |
Topic: mysql |
cwdlmdd
Replies: 1
Views: 4822
|
|
I am sort of new to this web server stuff and I am beganning to learn the server side programming stuff now. So is there anything that I need to do to the server like I had to do to PHP to get it to w ... |
Topic: php install help please |
cwdlmdd
Replies: 16
Views: 19852
|
Forum: PHP Posted: Fri May 07, 2004 3:55 pm Subject: php test | |
|
Yes I tried this script that was given to me on this forum
<?php
phpinfo();
?>
although I did not add the <html> </html> to it. It still ran (I think) because it opened up ... |
Topic: php install help please |
cwdlmdd
Replies: 16
Views: 19852
|
Forum: PHP Posted: Fri May 07, 2004 5:28 am Subject: php test | |
|
I am using windows 98 with a server program called abyss. I don't understand why one script would work and the other did not.
I tried the one that was posted on this site. |
Topic: php install help please |
cwdlmdd
Replies: 16
Views: 19852
|
Forum: PHP Posted: Fri May 07, 2004 4:16 am Subject: php test | |
|
this is the test.php that I was trying to get to work
<html>
<body>
<?php echo "Hello World"; ?>
</body>
</html>
Is there something there that sould not be? I go ... |
Topic: php install help please |
cwdlmdd
Replies: 16
Views: 19852
|
Forum: PHP Posted: Fri May 07, 2004 4:12 am Subject: php test | |
|
Ok it open a program that I use to download programs from the internet. So I guess that it did what it was susppose to do? |
Topic: php install help please |
cwdlmdd
Replies: 16
Views: 19852
|
Forum: PHP Posted: Thu May 06, 2004 10:14 pm Subject: php | |
|
It is not showing up as text. the page is showing up blank. there is nothing on it all. Is that the way it should be. I thought that the words hello world would show up some where. |
Topic: php install help please |
cwdlmdd
Replies: 16
Views: 19852
|
|
I just went through the process that I needed to go through to make php avalable on the server. But it is still not working. As far as I can tell everything is right even to location of the php.exe bu ... |
|