Search found 4 matches
- Mon Jul 19, 2021 7:35 pm
- Forum: Webhosting
- Topic: Connection Timed Out
- Replies: 2
- Views: 4899
Re: Connection Timed Out
Will do, ty
- Mon Jul 19, 2021 8:27 am
- Forum: Webhosting
- Topic: Connection Timed Out
- Replies: 2
- Views: 4899
Connection Timed Out
Some of my users are experiencing lengthy delay in reaching the site, often they are presented with a message the reads " This site can't be reached " even after multiple attempts. Personally, my two mobile devices take a long time to load the website. My friends 2 computers fail to load i...
- Fri Jul 09, 2021 2:03 pm
- Forum: Webhosting
- Topic: Trouble Setting up a webform to send a PHP email
- Replies: 1
- Views: 3886
Re: Trouble Setting up a webform to send a PHP email
SOLUTION: The if (isset($_POST['submit'])) { was my problem. I was never actually sending a submit value in my array from the HTML. Thus, this if statement was never actually called. (I think) I checked my array for all the fields it had with: echo "<pre>"; print_r($_POST); $name = $_POST[...
- Fri Jul 09, 2021 10:44 am
- Forum: Webhosting
- Topic: Trouble Setting up a webform to send a PHP email
- Replies: 1
- Views: 3886
Trouble Setting up a webform to send a PHP email
Hey, I'm creating a webform that users can fill out and hit send. This form will then send me an email with their information. I'm new to PHP and simply followed tutorials to get here. I think I have everything set up properly, but when I access the PHP successfully, no email is received in my NFO e...