Recent content by jakeselectronics

  1. J

    PHP Contact Form

    Thanks for your help xgreenberetx but i got an error with this line $headers .= "Reply-To: <"$email">\r\n"; this is what the error said: Parse error: syntax error, unexpected T_VARIABLE in /home/jakesele/public_html/sendmail.php on line 15 Edit: Problem solved! There's nothing...
  2. J

    PHP Contact Form

    So there's not too much wrong with the code. Well I guess it worked before... So if i was to change servers/hosts, it may possibly start working properly again?
  3. J

    PHP Contact Form

    Someone just sent an email using the current contact form heres a picture of what i got. 1,2 and 3 are what I just received. picture 4 is the way it used to work. (ignore the different receive address) The different between them is that the persons email address doesn't show up anymore...
  4. J

    PHP Contact Form

    I had a working Contact form and now it has parcially stopped working. I have the form on my site, and what it would do is send me an email, as well as the person who sent it. Like an auto reply confirmation email to them. I have been sitting here all day trying to figure out whats wrong...
  5. J

    Look if you want

    dont if you dont =] I posted a couple of months ago, but I've made some changes since then. (way smaller header, a little bigger text, different colours for the links) Just like to get some thoughts. Jake.
  6. J

    Getting text out of a textarea

    Ok my generator is working... Take a look at the text area at teh bottom of the page. http://www.jakeselectronics.x10hosting.com/b.php I dont want the 1's and 0's in a textarea.... how can I get this to show in the normal line of text.
  7. J

    Simple java script help

    I dont know any other way :s Edit: My IF blocks dont even work :( Man i suck at javascript.
  8. J

    Simple java script help

    Thanks descalzo ,this works well. But I have a problem. If you look at my webpage again (http://www.jakeselectronics.x10hosting.com/a.php), You will notice that the last 8 radio buttons are for the selection of bits 4,1, and 0.... As in, they fit here within the 14bit number...
  9. J

    Simple java script help

    thanks allogus... But i found something closer to what i am looking for. http://javascript.internet.com/page-details/evaluation-radio-buttons.html Is there an easier way to do this?
  10. J

    Simple java script help

    I need some help with some Javascript code... This is what I want to do. I have a number of groups of radio buttons, for which i want to use to output some numbers. This is the webpage here on which i want to do it. Have a look just to get a rought...
  11. J

    javascript text class change for heading

    I am changing my site over to use php includes to make it easier to update as the site grows. I have come across an issue. I have a menu and say for instance i am on the home page. 'Home' will be in lighter text because of a different class used for the home page. When you move onto...
  12. J

    I need a little help.

    Ok thanks. I am about to have a go at changing some of my pages (then the whole site) over to php using includes. Just another question before I do. Say I have multiple pages that use an include for the header, links bar, menu and footer..... Should the include file include table...
  13. J

    I need a little help.

    the principle isn't confusing. It makes good sense. But I am confused how to go about it. Got any good links to walk me through how it is done?
  14. J

    I need a little help.

    Hey everyone, I have built a website and it has come to that time again where I need to expand my knowledge. A bit of background.... I have writen my code in notepad for everypage, I haven't used a webpage dev program. Every page is a .html. So every page contains the layout (heading, menu...
  15. J

    Review this please

    Not too bad. You need to fix up your header section though. Not sure whats happening up there. And your blog section on the right hand side of the page. The scroll bar goes past the visible boundry. It's like the overflow width is bigger than the box.
Top