I got 56 source codes but only yours worked thank you for your real work
@mixup3921Ай бұрын
how work in already added filee how to under stande
@jojotubiera47493 жыл бұрын
sir, i wish you can show the very first step on how you created the register.php page. it was already done when you showed it. it got me confused. 😔
@mixup3921Ай бұрын
yes you say write
@mujaheedayindeabdul-wahab49145 жыл бұрын
Thanks for the tutorial, it really helped. though I just joined the course here, and is getting interesting!
@mr-peripheral2 жыл бұрын
SUSCRIBED after i watched a video. Nice job, im learning well
@abdurahmanabdella38774 жыл бұрын
i have seen almost all the tutorial and it is fantastic, it is better if you add pagination ,excel print and search to the table
@fundaofwebit4 жыл бұрын
kzbin.info/www/bejne/pYCvXmCMdrimbrM Pagination n search
@abdurahmanabdella38774 жыл бұрын
@@fundaofwebit, of course, thanks for your fast response. to tell the truth u made nice tutorial i learned a lot thanks again
@sports18395 жыл бұрын
your tutorials are helpful. thanks, sir.
@barunkumarpal96415 жыл бұрын
your tutorials are helpful. thanks, sir. but if you used less 'okay' it'd be more enjoyable.
@chubbyyoowby925 жыл бұрын
thank you.. this has been a great help! more power ^_^
@aditirawool21564 жыл бұрын
The search bar is not coming on the register page???
@kanchanbhuju9035 жыл бұрын
Its not redirecting to register.php why? It shows error in isset statement
@laxmanpoudel52304 жыл бұрын
I did the same as you did but it didn't added my data in database I have created table in database and on click button inserted data but data doesn't get inserted.? Help me out!
@kadefreeland82003 жыл бұрын
Same same.
@kadefreeland82003 жыл бұрын
In code.php, make sure the "register" in $email_query = "SELECT * FROM register WHERE email='$email' "; and $query = "INSERT INTO registeradmin (username,email,password) VALUES ('$username','$email','$password')"; is named after your mySQL table.
@vidhyashree69473 жыл бұрын
Sir u added code in register.php..from wr did fetch that form and remaining code... Only modal u showed u took from bootstrap..can u say remaining code from where did u copied??
@spurrer2 жыл бұрын
It's like he rewrote the code by himself so you need to come up with the form and then link with the relevant pagees
@tapasdalui865 Жыл бұрын
11:47 according to your code top bar is not showing and also alignment problem. Please provide us register.php code 🙏
@camilledingam82104 жыл бұрын
Hello i m confused because you did not show up very clear the scripts code about installation of bootstrap and js, and the other code of register under them
@camilledingam82104 жыл бұрын
At the end of all coding, it cannnot display in the admin dashboard
@geekbro98865 жыл бұрын
Sir the search bar is cannot add to register.php file please help me.
@jethroodeyemi45624 жыл бұрын
Please sir, when I save a new profile, it only shows Admin profile Not added even though the both passwords match.
@AmrutgiriGoswami3 жыл бұрын
mere registration page per header file diplay nahi hoti appki traha or how to coustomize navbar
@DPBGaming5 жыл бұрын
Hi, am loving the videos so far. Just subscribed. But I am just wondering why my footer is displayed on the left. (I have just finished this video so that's where I am with the code.)
@fundaofwebit5 жыл бұрын
i have share the Structure for this Admin Panel .. its given in Description.. so just download that.. and start using.. according to ur needs. Thank you for Supporting Me :)
@DPBGaming5 жыл бұрын
@@fundaofwebit Thank you!
@ManishKumar-ts2sp5 жыл бұрын
Thank you for teaching nice guy
@bashermacapantao35373 жыл бұрын
i learned a lot.. and sir. can you make a toturial on how to to retrieve the data info of user when they login and when you have multi user in profilePage. only the information of login user will display.. hope u understand.. Thank you very much
@DigitalAwareness245Ай бұрын
i did exactly like you did but my search and top navigation doesn't show up. can you help me?
@priyanshitoshniwal70084 жыл бұрын
Navbar is not showing in the register page.. What i do?
@ternaterfa-gr6sz Жыл бұрын
after following exactly how you did my data form is not inserting into my table and is not showing me errror message,why please i need solution
@pancake_j3284 жыл бұрын
It works (T^T) I was having an unexpected error '}' It turns out I just forgot a semicolon
@Dough452545 жыл бұрын
Why is it that when I put the if statement in which the password must be equal with the cpassword, the input in the registerbtn is not sent in the database, the session is started btw. Thanks!
@mohamedyansane65954 жыл бұрын
ive the same problem did u solve it
@fundaofwebit4 жыл бұрын
Code Link is available in video description
@kmssi15382 жыл бұрын
Can we see the source code of your register.php? You didnt show how you do it, with all due respect can we have the tutorial or the source code instead.
@VikrantPariharVicqui4 жыл бұрын
excellent tutorials.....not displaying the confirmation message after inserting the data on database everything else works fine
@fundaofwebit4 жыл бұрын
Check the session is started on both the page and correct session name is being called.
@nazishriaz42842 жыл бұрын
Please help me because I have enter the password which was approved by you but this is the incorrect password and i enter the system code but in my mobile the password were not showing please helpme😭😭😭😭😔😔
@mujaheedayindeabdul-wahab49145 жыл бұрын
Why am I clicking the save button but is not doing any action after feeling the registration form, just to click and submit but nothing is happening Can you help in that please? Thanks
@omprakash-qr9vq5 жыл бұрын
when i am adding admin profile after saving it is directed to code.php why it is happening sir?? and dont know where check header(location) function.. in my adding code..
@motsdingenieur92644 жыл бұрын
The same problem
@ringwebsolutions39464 жыл бұрын
@@motsdingenieur9264 check $_post and change it to $_POST or check the form. It should cover the model-body by adding inside the form
@yvonnesstudio7876 Жыл бұрын
why topbar is not present in register.php and also why it can't save in xampp everytime i input sample details :( help
@Meow_Is_Here1234 жыл бұрын
Sir, i dont have any error, but entry was not display in database?? What can i do??
@datatech41992 жыл бұрын
sir, i wish you can show the very first step on how you created the register.php page. it was already done when you showed it. it got me confused
@justcats21845 жыл бұрын
im not understanding what jquery for??
@abdulahiabdirshid69424 жыл бұрын
The admin profile in nav bar is missing, can you please give the trick.
@spurrer2 жыл бұрын
You need to delete the information in the index.php and copy paste the one in the register.php
@esthereno52794 жыл бұрын
Hello pls were do i had the cbn link to make the new textbox appear and of course do fonction?
@tluangarokhum31689 ай бұрын
Sir can you please help out, i cant find the Admin Profile in my Interface, if you can see this chat please help me out, 🤧😭
@jevalaggaantamilalagan61114 жыл бұрын
Hi bro. Can you teach me how to auto increment the id. Bcuz when i use the auto increment the id always start with 0. I want to start it with 1. How?
@mokimanik8721 Жыл бұрын
Can you please make this video for django ...i don't know how to create modal for edit add student delete
@vaishnavipardakhe19103 жыл бұрын
Hello sir, I created a database and also give a connection to them. But, it's not showing in the database "adminpanel" can you please help to resolve this. It's urgent!
@dhany37136 күн бұрын
where can I find the source code registration at the beginning
@alborzabbasi56233 жыл бұрын
Why didn't you show us that how you created the register.php ????????? It didn't work on my browser
@MohsinKhan-cy6th5 жыл бұрын
hello sir i understand your part 1 but in part2 there is regester.php and you also connect it to the database how you do this sir ??
@fundaofwebit5 жыл бұрын
If u want to get connected to database... u hv to use mysqli_connect() function. I hv done in this video also.. that is as $connection.
@victorzevallos77253 жыл бұрын
Did someone got the connection whit pdo... if that's the case, could you share the code.
@michaelpulga77605 жыл бұрын
how to solve this error? Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\Jal\includes avbar.php:1) in
@tomas65635 жыл бұрын
Thank you sir.
@jpcarlos61442 жыл бұрын
How do i resize my "add admin profile(button)????
@rohitpatil245 жыл бұрын
Can you also upload videos for how to manage Website using admin panel? also there are some validations need to do while registering user, users with empty fields are also added in DB.
@lavieeenroose4 жыл бұрын
Hello, it doesnt connect with DB, when i trying to send username email and password, i get a error ( 500 internal server error ) and the URL called code.php instead of register.php
@laxmanpoudel52304 жыл бұрын
Connection is established but data is not interested in my case
@kadefreeland82003 жыл бұрын
Look at your mySQL info on your MAMP or whatever you're using and make sure it's correct. If you're using the security.php, make sure dbconfig info is correct (replace the info with your database info).
@SidneyKOYANDALAMEKOEKPI Жыл бұрын
thank you so much
@starmusic6542 Жыл бұрын
topbar is not showing in register.php page
@AmrutgiriGoswami3 жыл бұрын
PLEASE ..IF POSSIBLE HOW TO CREATE REGISTRATION.PHP FILE
@chaitanyamandal66165 жыл бұрын
Sir please make a video of auto update able . daily basic table.. if i put a income amount on the table then it auto update .until fix date...
@OnlineEarningWithFaizanKhokhar4 жыл бұрын
Add Admin button not working when I click on it but registration form form not run plz help me
@aakarnepal5 жыл бұрын
when i am adding admin profile after saving it is directed to code.php why it is happening sir??
@fundaofwebit5 жыл бұрын
Check ur header(location) function.. in ur adding code.. Keep supporting.
@omprakash-qr9vq5 жыл бұрын
i am also facing this problem and dont know where i check my header(location)function
@daviesbosire79825 жыл бұрын
@@fundaofwebit what does this mean kindly?
@daviesbosire79825 жыл бұрын
header (location) function is register.php but still redirects to code.php after following every step and wont save to database anymore , kindly assist.
@daviesbosire79825 жыл бұрын
go to the register.php and look under button type=''submit" name=" " which is null , so edit that null value and input registerbtn
@truthteachers3 жыл бұрын
Hi, I am unable to access you website to get the source code. Its say your website does not exist. Please help.
@fundaofwebit3 жыл бұрын
It's fixed now. 👍
@belarminonicolau42564 жыл бұрын
My dropdown is not working and I hv no idea how to load register.php in admin dashboard and display Add Admin Profile button ... Please, somebody help me.
@kadefreeland82003 жыл бұрын
If you navigate to your "localhost/SITE/register.php", it should reflect the changes you make to the code.
@sajanvishes1763 жыл бұрын
Can't understand cos it's a pre built 😒 part 1 was good though !
@aviedosabas6768 Жыл бұрын
you did not include the video on script.php in connection to database phpmyadmin
@teerytouch5 жыл бұрын
can you please give us the database file adminpanel.sql thank you
@easwaranv98563 жыл бұрын
where is sql file to connect database or create data base
@vishaldevsingh57514 жыл бұрын
Sir please create a video for taxi booking formet how to create it
@airteldish3633 Жыл бұрын
data couldn't inserted
@suzanacarroll32515 жыл бұрын
First of all thank you for the video .I'm no getting the search bar on this page though I've coded the same.please do help me solve the issue.
@fundaofwebit5 жыл бұрын
Search bar and pagination.. kzbin.info/www/bejne/pYCvXmCMdrimbrM
@adeelkhan6245 жыл бұрын
sir my session doesn't working ...
@yousafsaad84685 жыл бұрын
Bro I need teacher panel because I got the project of this module please bro.
@MrRoasi4 жыл бұрын
Sir all thing is ok but please remove register.php code from script.php file otherwise it is not worked
@jonaldlopez62264 жыл бұрын
How to validate admin to login?
@zziwadaniel4805 жыл бұрын
thank you so much for this tutorial, it is so good for me. now when I use foreach($query_run as $row) there is no display of the form on my panel. how can you help me out? thx a lot, waiting for your help
@sujanmahato72785 жыл бұрын
latest php mein nahi huwaaaaaaaaaaa kyaaa classs lagaye
@laxmanpoudel52304 жыл бұрын
Yeah didn't work for me too
@belarminonicolau42564 жыл бұрын
Hi, can you show us how to integrate this Dashboard in Wordpress Core PHP file? Best regard.
@codingindia61704 жыл бұрын
Admin profile icon how sowing
@shaikhfalaknaaz74874 жыл бұрын
worst nothing is working share code for cross checking
@maxfushion69414 жыл бұрын
im only getting Parse error: syntax error, unexpected '}' in C:\wamp64\www\admin\code.php on line 28
@lokerbumn45944 жыл бұрын
as same as i did, and I don't know how to solve it
@kunzx7162 жыл бұрын
where tutorial to create register.php and table register ?
@erickdejesus28415 жыл бұрын
My DataBase don't connect, I am trying with my hosting in godaddy :-( Help Me !!
@nehapandey15145 жыл бұрын
mee to
@mj64004 жыл бұрын
I know this question is old, but in sqli_connect() did you put your database password or leave it as null " "?
@fundaofwebit4 жыл бұрын
mysqli_connect(all your coding) U hv to put it.. To connect with GoDaddy cpanel where. U hv to create database n user in cpanel thn localhost will b the default...
@f.l.y26774 жыл бұрын
You know how to make unique the email?
@fundaofwebit4 жыл бұрын
Email check kzbin.info/www/bejne/bX2TioukfNp7Z5I
@laxmanpoudel52304 жыл бұрын
Please reply sir i need your help unable to insert data in database
@f.l.y26774 жыл бұрын
@@fundaofwebit thanks
@priyanshitoshniwal70084 жыл бұрын
Can i get this code ?
@MCApechonMarak2 жыл бұрын
How to convert dollar into Indian rupees?
@Aylazworld4 жыл бұрын
La syntaxe est header('Location: xx.php'); et non header('Location[espace]: xx.php');
@XuanNguyen-vq2zi Жыл бұрын
I want to source register.php thanks
@laxmanpoudel52304 жыл бұрын
how to add auto increment.???
@fundaofwebit4 жыл бұрын
When u create a table in ur database... While creating id u hv to give primary key n auto increment it.
@laxmanpoudel52304 жыл бұрын
@@fundaofwebit got it but faced some error can you drop me you link or whats app to resolve it.? Lots of love from Nepal
@laxmanpoudel52304 жыл бұрын
@@fundaofwebit sir.???
@buster1908844 жыл бұрын
create table register ( id int(11) not null PRIMARY KEY AUTO_INCREMENT, username varchar(50) not null, email varchar(50) not null, password varchar(50) not null, date datetime not null ); this is the code that goes into your SQL part in adminpanel when you want to make new table dont go for auto create go for the coding version have fun!
@buster1908844 жыл бұрын
you can ignore the date time i just like to use so i know when the users are created
@user-heke06214 жыл бұрын
excuse me, how to prevent null input field?
@fundaofwebit4 жыл бұрын
Add required in ur html input tag
@TheMinifunke4 жыл бұрын
Not working
@soniaasghar10945 жыл бұрын
where does the index.html file go?
@fundaofwebit5 жыл бұрын
Make index.php file and copy all the content from index.html file.. and delete this index.html file... So... our index.php file will load as normal.. output of index.html file.. For clear understanding.. watch part 1 of admin panel.
@LEXKAY024 жыл бұрын
error in msg
@danbilzerian79783 ай бұрын
ye kya ch0d vidhya machai hai sir kuch dang se smjh nhi aaya kaha se kya lia advance banne ke chkkar mai bina baat ki bhasudi macha di yarr register.php dang se smjhao koi ki kya kra kaha se copy paste hui chize
@mohammadshamsuddin90625 жыл бұрын
May you please send me the code.php
@kingsleynmai56084 жыл бұрын
Need your help on this particular video. "Nothing happens when I click on the save button" Can I please get your email, so you assist me with problem privately. Or if there is any other way you can assist privately, please make it available. Thank you
@huyle38664 жыл бұрын
ADMIN PAnel sql sir give me pls
@payalaacharya44125 жыл бұрын
Sir in the admin panel source code u didnt provide code. Php
@fundaofwebit5 жыл бұрын
I hv only given... the structure and template.. no code... no database..
@yuvrajgoswami98344 жыл бұрын
explain very bad my program is not run
@peterparkar53134 жыл бұрын
hyy man tell me who is poooja...?
@fundaofwebit4 жыл бұрын
? Pooja means Worship.. By the way about which pooja are u asking?
@finnteuwsen37893 жыл бұрын
Bad
@vaishnavibaheti29504 жыл бұрын
sir, when i hit add admin profile button. form is not open.....what i do