check if link is clicked in php
Posted: Mon Mar 27, 2006 5:52 am
Im a newbie.
Is it possible in PHP to check if a link was clicked?
I know with for example checkboxes this is possible . e.g.
Is it possible in PHP to check if a link was clicked?
I know with for example checkboxes this is possible . e.g.
Code: Select all
if (!$_POST['sel_product_category'] ) {
$arrErrors['sel_product_category'] = 'Please provide a category name for your Product.';
}
<label for="sel_product_category">Product Category:</label>
<input name="sel_product_category" type="Text" id="sel_product_category" value="">