Search found 1 match

by sujira
Tue Nov 04, 2014 6:54 am
Forum: PHP - Code
Topic: update query is not working
Replies: 2
Views: 1427

update query is not working

The following code is not working..When the update query reached the control send to else part..I can't understand the problem..pls give the solution <?php require_once("functions.php"); require_once("db-const.php"); session_start(); ?> <html> <head> <title>Admin Profile</title> ...