Search results

  1. D

    HTML- Search Box Questions?

    I'm trying to set up a search bar on one of my posts. Here is the code: <form id="search" method="get" target="_blank" onsubmit="return submitSearch();"><input id="search_by" name="search_by" type="text" value="Enter ISBN Number Here" size="60"><input src="http://www.123.com/wp-content/theme…...
  2. D

    Search Bar HTML Questions?

    I'm trying to set up a search bar on one of my posts. Here is the code: <form id="search" method="get" target="_blank" onsubmit="return submitSearch();"><input id="search_by" name="search_by" type="text" value="Enter ISBN Number Here" size="60"><input...
  3. D

    I need some PHP help!?

    I am setting up a simple PHP email form on my website. When I submit a test email from my site, I do receive an email in my inbox. The problem is that the "From" frolder in my inbox shows just a . (period) and not the name of the submitted email address. Does anyone know what I need to...
  4. D

    I need some PHP help!!?

    I keep getting a syntax error for my very basic email form. I have included both html and php below. The PHP is in it's own .php file and was uploaded to my webhost. Can someone help? Thanks HTML: <form style="height: 68px; margin-left: 278px; width: 388px;" action="art_inquiry.php"...
  5. D

    I need some PHP help......!?

    I keep getting a syntax error for my very basic email form. I have included both html and php below. The PHP is in it's own .php file and was uploaded to my webhost. Can someone help? Thanks HTML: <form style="height: 68px; margin-left: 278px; width: 388px;" action="art_inquiry.php"...
  6. D

    Need help with PHP!!?

    I keep getting a syntax error for my very basic email form. Parse error: syntax error, unexpected $end in /homepages/21/d288480334/htdocs/art_inquiry.php on line 16 I have included both html and php below. The PHP is in it's own .php file and was uploaded to my webhost. Can someone help...
Back
Top