Welcome Everyone, this video tutorial series is about PHP MySQL Tutorial in Hindi. This will be help for beginner who want to learn php mysql connectivity …
Original source
001 PHP MySQL Database Beginner Tutorial – Insert Record with textbox part 1 in Hindi
basic, Beginner, course, free, hindi, Introduction, learn, mysql tutorial, ONLINE, p…, php, php 5, php example, php5, step by step, training, tutorials, video…, web devlopment
39 responses to “001 PHP MySQL Database Beginner Tutorial – Insert Record with textbox part 1 in Hindi”
nice
What a beautiful series of videos
Display last 5 data
which software you use
Sir please share the tutorial for how we integrate the adhaar verification using php.
on which software you write the code for php and html
on which software you the code for php and html
hi,i want to ask a question that i want to become a master php developer so it is necessary for me to command on any other language as i have a basic knowledge of html and css?
i am having trouble in this program.
after writing" if else"
in the end of the program,its showing
"Parse error: syntax error, unexpected 'else' (T_ELSE) in C:xampphtdocs27th june phpregister.php on line 31",
sir ..kya apki tutorial list me ye video available h kya two table ko kese connect krte h
Gujju bhaai!
thanks for uploading php vedio
<html>
<head>
<title>Add</title>
</head>
<body>
<form action="insert.php" method="post">
Enter your first name :<input type="text" name="fname"><br/>
Enter your last name :<input type="text" name="lname"><br/>
<input type="submit" name="submit" value="Save">
</form>
</body>
</html>
<?php
if($_POST["submit"]=="save")
{
$fname=$_post["fname"];
$lname=$_post["lname"];
mysql_connect("localhost","root","");
mysql_select_db("test");
$s="insert into contact(fname,lname) values('sf','lf');
mysql_query($s);
}
?>
Parse error: syntax error, unexpected '"' in /opt/lampp/htdocs/learnphp/text_add.php on line 23
what should i do ??
You have done a great job. Very well explained. Great tutorial. Thanks!
excellent tutorials….moreover in hindi its much understandable..ty for this…..I have one query …I am making a web make for students to see solution of questions. I have takes all questions and answers in png form seperately. Now i want them to fill a scrollable form with option to get there desired question and answer. For ex, they will choose fst class, then subject, then chapter, then exercise, and then question. then after clicking submit button both pics must be displayed in a panel. Please tell me how to do this.
awesome bro….you explain very nice
I want to start learning programming languages, so from where should i start, or which programming language should i start as a base.
sir i have a question for you why u dont insert data through php coding
c# mai program run karta hu to
erroe generate hota hai the microsoft.ace.OLEDB.12.0 provider is not registerd on local mathion
sir muje solution chahi ye
l like php video
advacne phpajax$ jQuery pls video complet
This is a Great Video Tutorial, thanks so much.
While PHP page is in processing, u did not define page processing
good
Thanks Bharmal Bhai, please explain ' " . value1. " ' means single quotes double quotes dot mentioned at the end of your this video. I am a bit confused.
u didnt give us an idea that how to validate or insert email in mysql…plz tell
while inserting data inside database it is giving me Notice: Undefine index meanwhile data is save in the database.
sir here the error i said to you.
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '','eman','eman','eman','eman')' at line 1
i dnt know how to fix :"(
thanks a very big help
sir can you help me how to save record to mysql from php using notepad++
i need that sir because my teacher told me using php save record to mysql please
reply sir thanks ^^
Thanks you so much.
I really appreciate your efforts sir !
Please share your tutorial of php basic
Thanx a lot for the help, But there is one issue.. Whenever i refresh my page the old data automatically get added to the sql database causing duplicate data
Hiii Mohammad.. can u tell me where can i get this textbox?
Thanx in advance.
hello friend
i want to hindi tutorial insert data in data base and fetch from database seach from database items without refresh page , search items for select item when select ,search items when check without submit,search items when a word some characters match of the word when sppelling wrong then also be search match some charcters
Apka bahoth bahoth shokria!
Thanks you so much.
thank you really helps 🙂