TCH-Don
Members-
Posts
11,643 -
Joined
-
Last visited
Everything posted by TCH-Don
-
Welcome to the forum, Carl let us know how you are doing with this.
-
Welcome to the forums Kevin Let us know how this turns out.
-
Including Your Navbar? Use Php To Set Class "active"
TCH-Don replied to evhwanabe's topic in Client Written Tutorials
Welcome to the forums Paul I would save it as menu.php and then include it in place of your current menu. <?php include $_SERVER['DOCUMENT_ROOT']."/menu.php"; ?> of course the page has to be a php page for it to work -
Good to hear, what was the problem?
-
Welcome to the forum, tejocote.
-
Its common for ISP's to suddenly stop supporting port 25 with no warning. Outgoing Mail Server (SMTP) mail.domainname.com (PORT: 25) change to 26 and try it.
-
I do the same thing. The header.php has everything up to the content for the page and the footer has everything after the content the header defines the layout and includes the menu.php So with three files I can change the layout or menu and the whole site changes and of course you can have sub menus to include on some pages. my basic template looks like this. ><?php // add header and additional title $page_title="home"; include $_SERVER['DOCUMENT_ROOT']."/header.php"; // begin main content ?> <p>Content</p> <p>More Content</p> <?php // end main content // add footer file include $_SERVER['DOCUMENT_ROOT']."/footer.php"; ?> Note the page title, the header displays the default title plue the page title.
-
I found the link on your link page, but it does not work you have http://www.megapetportraits.com/www.totalchoicehosting.com Also please read How to add your site you have not given us all the information.
-
You are only showing the form its the form processor that is the problem for most scripts they do no checking of the submitted data, just pass it on the the mail function. The data needs to be checked A spammer will try to add control characters to trigger BCC and Subject and a new message in one of the form fields like the visitors e-mail address and then off goes the spam. So the form processor must check the data before it sends it. and limit the fields to a reasonable length for each field. like maxlength="50" I can't help with FP as I do not use it.
-
Welcome to the forums, Just put none in the user / password fields
-
My DVD writer came with Nero which has a back up program for data or even better a drive image I made a drive image of my C: drive on four DVD rewritables the image backup DVD will boot and offer to restore all even with a new hard drive.
-
Welcome to the forum Richard. Try this site for a cms comparision
-
Welcome to the forums Missy The other option that will not put you over is to download the Home Directory (all your files in a compressed file including e-mail) and then download your databases and email ailas and filters. These you can upload any time your self.
-
Welcome to the forum, cataragon.
-
I just used OpenOffice to make a sheet of mini return address labels (Avery 8167) It was a snap, and Now I can do them anywhere
-
Welcome to the forums maryanne
-
Well this is fun, I almost filled up my 512 meg jump drive, I still have a 100 meg left. Thanks for the link Bruce, this will come in handy at work. Added to PSpad web editor and Xamplite web server, I have it all on a stick
-
You can also find your server by going to Locate Your Web Hosting Server!
-
Welcome to the forums Look in the white area below the picture after Please update your contact info. Welcome domain.com! Last login from: 127.0.0.1. Please update your contact information here. Welcome to Server59
