Try this one name = <?=$nameid?>
expecting the HTML <input name="phones[]" type="checkbox" value="$phoneid"> in PHP $phones = $_POST['phones'] foreach( $phone as $p) {...
yes it is better to use JavaScript instead of jsp and if required no. is different from user to user then the required field must be in the...
Try this one,change the images path accordingly <?php $card1=rand(2, 4); $img2="./heartimages/heart2.jpg";...
you can also use following code if ( $_POST['NAME'] == ''" && !isset($_POST['name'])) echo "Please enter name"; }
Try this one!!!!! echo "<td> <span style='text-transform: uppercase'><a...
You can put php code anywhere in HTML with in <?php ?> For Example: <html> <head> <title> <?php echo "test Title"; /// your code...
it should be like this <?php if (array_key_exist('insert', $_POST)) { include('../includes/conn_mysql.inc.php');...
which debugger you are using????
An easy way to find line numbe is Ctrl+g,press it on notepad or dreamweaver it will ask for the line number
As i understood your question: To get all posted data you can use foreach method like this foreach($_POST as $v){ echo $v; }
Ok!!!!!!!!!!
a simple solution is : function get_coupon_info($id) { $query = mysql_query("SELECT * FROM coupons, categories WHERE...
I thnk you can call it using xmlHttpRequest method.For More details visit w3schools and see AJAX Chapter
Can u give the table structure , i mean it looks that status field is of integer type but you are giving 1 in single quotes
Separate names with a comma.