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…...
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...
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...
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"...
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"...
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...