Hello, I currently have a form that posts its information to a seperate PHP file. It works as it should, it just takes about 4 hours to recieve the email in my inbox. Not sure where the problems lies, in my script or on the server? Any advice is appreciated, thanks. -Derek
dhewitt88
Posts
-
Taking hours to recieve email from a PHP submit form. -
PHP Include speedbumpThanks for the response, I made the changes and put it all into the index.php file, but I was hoping to have the side bar along with the top navigation banner to be in the top_inc.php and have that included into the index through a , whereas the index.php file just has the content on it. I have tried different variations hoping I could still get the content to show up along side like if I have it all on one file, if that makes any sense.
-
Lorem ipsum dolor sit amet...Hi Brendan, "Lorem Ipsum" is simply dummy text that has been developed into a "standard" of sorts used by web developers to give an example where content would go on the page, it has no real meaning other than being dummy text. Hope that answers your question, Derek
-
PHP Include speedbumpHello, I'm having some trouble getting the body of my index page to align correctly with my top_inc.php file that is included in the index page through in the body of the page. You can see the problem if you go to http://development.hewittmediasolutions.com/ . I've tried everything I can think of to get this to work right, but nothing seems to work. thanks in advance for any suggestions.
-
PHP Include problemhmm, tried that and it didn't work :(, wonder why the page won't show up for you, maybe I linked it incorrectly. http://www.hewittmediasolutions.com/sn/index.php[^] that should work
-
PHP Include problemI changed the files accordingly and uploaded them to the server. I'm still having the problem where the html from the index.php
hello
is showing up below the include file. you can see the problem at http://www.hewittmediasolutions.com/sn/index.php thanks for the help btw
-
PHP Include problemthis is the index.php, I typed in hello just for testing ------------------------- Welcome to Stork News!
hello
------------------------- this is the top_inc.php that is for the php include (i took out the mapping to reduce the code length): -------------------------
-
PHP Include problemHey everyone, this is my first post, been trying to find a solution to this problem for couple days now, but no luck so far. I got this to work on a site I worked on a long time ago, but have since forgot how I did it unfortanetly. My problem is I have a top_inc.php which holds the header menu as well as the left side content. The problem is when I include this into my index.php, it causes anything I enter into the html on this page to be pushed below the side left content which is in the top_inc.php. I'm new in this industry and any suggestions are greatly appreciated. Thanks in advance. http://www.hewittmediasolutions.com/sn/index.php for referance.