Undefined index: Problem

Hello
i have made code it is working 100% but i have error :frowning:

<div style="padding:0px; margin-bottom:-10px; background:transparent;" class="box-section fontawesome-section triggerAnimation animated" data-animate="flipInX"  >[b]<?php 

ERROR LINE > $q = $_POST[“q”];
echo"<form style=‘margin-top:-5px; padding:0px;’ action=‘search.php?q=’$q’’ class=‘comment-form’>"; ?>[/b]

							<input style="border:5px solid #CC5500; width:100%;" required="required" name="q" id="q"  type="text" placeholder="Name">
			    					</form></div>
		 
		<br/>

Notice: Undefined index: q
anyone can help please?

You are trying to use $q before it is set. You need to do a check to see if it is or not and stop echoing Html.

Thank you already fixed that :slight_smile:

Sponsor our Newsletter | Privacy Policy | Terms of Service