Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


hello friend koi mujhe bata skta ke php easy way se aur jaldi
kese seekh skte h...plz im waiting for ur answer..

Answers were Sorted based on User's Feedback



hello friend koi mujhe bata skta ke php easy way se aur jaldi kese seekh skte h...plz im waiting f..

Answer / chirag

w3 school

Is This Answer Correct ?    8 Yes 1 No

hello friend koi mujhe bata skta ke php easy way se aur jaldi kese seekh skte h...plz im waiting f..

Answer / hello

admin dashbord==
<?php
session_start();
if(!$_SESSION['userid']==1)
header("location: login.php?logout=You are not logged in to view this page");
include("database.php");

$curpwd = $_POST['curpwd'];
$repwd = $_POST['repwd'];
if(isset($_POST['Submit']))
{
$sqlpwd = "SELECT Cnd_Password FROM profiles WHERE Cnd_Id=1 AND Cnd_Password = '$curpwd'";
//echo $sqlpwd;
$respwd = mysql_query($sqlpwd);
if($rowpwd = mysql_fetch_array($respwd))
{
$sqlupdate = "UPDATE profiles SET Cnd_Password ='$repwd' WHERE Cnd_Id=1";
//echo $sqlupdate;
mysql_query($sqlupdate);
$msg = "Password has been changed";
}
else
$msg = "Password You Entered is Wrong.Please try again.";
}
?>

<?php
$cntSql = "SELECT COUNT('HJ_Id') as hjbid FROM hot_jobs";
$cntResult = mysql_query($cntSql);
$row = mysql_fetch_array($cntResult);
$hjbid=$row['hjbid'];
?>

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More PHP Interview Questions

What is fulltextsearch

2 Answers   A1 Technology,


Why do you need php?

0 Answers  


Tell me what does $_env means?

0 Answers  


What is MVC structure in Magento?

4 Answers  


How can we extract string ?allinterview.com ? from a string ?http://info@allinterview.com? using regular expression of PHP?

6 Answers  


What is the meaning of ‘escaping to php’?

0 Answers  


Does csrf token change?

0 Answers  


How I use global variable in another page without using $_GET method?

9 Answers  


How to find out, how a user visited a particular page?

4 Answers   Yahoo,


What is difference between readonly and constant?

0 Answers  


How can you get web browser’s details using PHP?

0 Answers  


Does php use html?

0 Answers  


Categories