Sir sir, I am a last year student, I am making a project, I am getting an error in group registration, I am not able to sleep since 2 weeks, can you help me in solving it?
@Codehow219 күн бұрын
you can tell us the error messages, we will try to help you.
@ashwanisen627218 күн бұрын
@@Codehow2 Sir, I am making a dynamic Add/Remove form. In this form, 11 to 25 members can be added at once but its value is not getting inserted in the database and no errors are getting displayed. Sir, please help me in solving it. I can also donate to you.
@Codehow217 күн бұрын
@@ashwanisen6272 , there must be some JS error. Please check the console log; you will see the error. You can also run it part by part to see where the error is instead of running the whole application. For further queries please get in touch with [email protected] with your code and DB dump. Thanks.
@PowerBankIndia24 күн бұрын
source code fine not working!
@Codehow224 күн бұрын
Hi, I downloaded the source code and tested, it is working fine. 1) Download zip file from github.com/sundarsau/php_ajax_form 2) Extract it to a folder under xampp/htdocs. 3) Create "users" table in test database. then run it in the browser. Let me know the error if you get any.
@Codehow225 күн бұрын
Hi, this video is about exporting MySQL data to CSV files and it is also about importing a CSV file into the MySQL database. Using phpMyAdmin you can use export and import utilities. This is quick and easy. I hope you will find it useful.
@GoodLuck-zw3gt28 күн бұрын
thanks bro...
@Codehow227 күн бұрын
thank you
@tompowell4114Ай бұрын
Great stuff, thank you!
@Codehow2Ай бұрын
Glad you liked it, thank you
@diowlabkara4661Ай бұрын
Merci beaucoup pour la vidéo
@Codehow2Ай бұрын
je vous en prie
@victoroluwakayodeakintayoАй бұрын
Well done. Your videos are very helpful
@Codehow2Ай бұрын
Thank you
@ulaththalАй бұрын
gud tutorial sir
@Codehow2Ай бұрын
Glad you liked it!
@myclass-wk6ngАй бұрын
code working, thanks
@Codehow2Ай бұрын
Hi, I created this video to show how you can develop a simple PHP application to create and download Excel and CSV files without using any external libraries. Create two download buttons and write PHP script to create and download the files. I hope it will be useful to you. Please like and subscribe to my channel - kzbin.info/door/Wl2nXXyJFlsSCn7SAX2f-A
@Codehow2Ай бұрын
I created this video to show how you can load the data from an Excel file to database using PHPSpreadsheet. You need to install the library and use a few methods to read and insert or update the data in the MySQL table. I hope you will find it useful. Please like and subscribe to my channel. kzbin.info/door/Wl2nXXyJFlsSCn7SAX2f-A
@Codehow2Ай бұрын
Hi, this video shows how you can create and download an Excel file using PHPSpreadsheet in PHP. It selects the data from a MySQL table and displays it in an HTML table. You can download the data in an Excel file using the download Excel button. I hope you'll like it. Please subscribe to my channel and visit my website: codehow2.com
@Codehow22 ай бұрын
Hello Friends, developed this application in Laravel to submit a form with validation. It displays validation messages using jQuery Ajax and inserts data into database after successful validation, all without reloading the page. I hope it will be useful to you if you need to submit a form without reloading the page. Post your comments, like and subscribe. Thanks.
@sKIBBSCHN2 ай бұрын
Doesn't work for me. The $_POST variable won't be submitted and the result is always 0. If I change for $_POST to a fixed value all works fine. I can't find the error 😞.
@Codehow22 ай бұрын
Hi, just wanted to check if you downloaded the code from the website as given in the video descr. I just downloaded and ran, it worked fine for me. Which $_POST you are talking about? is it in get_item.php or index.php? Is Ajax working and form submission not happening? Let me know.
@sKIBBSCHN2 ай бұрын
@@Codehow2 Good morning, first of all thank you for your answer. Since JavaScript is completely new to me, I rewrote the code while watching your video. That didn't work with $_POST (for you "categoty" for me "Country"). Was not transferred to the get_item.php. I then downloaded the code from the website. The JS file looks slightly different than in your video. I then adapted it to my form ID and it has worked ever since. Thanks for your answer and your work!
@Codehow22 ай бұрын
@@sKIBBSCHN glad to know that, thank you!
@Codehow23 ай бұрын
Hi, I developed this Login form by applying PHP Session and Cookie to show how we can display logged in username on the header and use Remember Me to display the last logged in email id in the login form. Post your comments and subscribe to my channel. You can visit my Website codehow2.com for many more PHP topics. Thanks - Sundar
@Codehow23 ай бұрын
Hi Friends, This video is on installing XAMPP on Windows. Install XAMPP for PHP development using MySQL. After install verify if your localhost server is working fine and you are able to access phpMyAdmin. Check the video description for important links. You can access my Website at codehow2.com for detailed steps. There are many more topics for PHP development. Download the source code for your learning. Thanks - Sundar
@Codehow23 ай бұрын
Hi, this is a basic tutorial, for a beginner in PHP about how to write PHP code within html. It starts with printing "Hello World " and then writes a simple PHP program to display even numbers from 1 to 20. I hope you will like it. Thanks - Sundar
@Codehow23 ай бұрын
Hi Friends, this video tutorial is about basic database handling from the html form. It shows how to create a simple html form and write PHP code to insert the form data into MySQL database. Later it uses BS5 to improve the form design and also does form validation. I hope, the beginners will find it useful. Please give it a like if you find it helpful and subscribe to my channel. Thanks - Sundar
@Codehow23 ай бұрын
Hi Friends, this video is about writing SQL queries to find and delete duplicate records from a database table. Here duplicate means two or more rows with the same values for all columns except id. We write the first query to identify the duplicate rows. Then another query to delete the duplicates keeping only one row for them. We are using phpMyAdmin and MySQL queries. I hope this will be helpful to you. If you find it useful, please give it a like and subscribe to my channel. - Thanks - Sundar.
@Codehow23 ай бұрын
Friends, this video demonstrates how to implement Laravel Pagination starting from Laravel project creation. Then it also shows how you can implement the same pagination using jQuery datatables without Laravel Pagination. We created some dummy data using Laravel Seeder for the demo. Then finally we discussed about pros and cons of using Laravel pagination and jQuery datatables.
@Codehow23 ай бұрын
This video is about adding and removing dynamic input fields in a form using jQuery. You can add input fields and then enter data and submit the form. Here we are validating the form inputs and giving validation messages accordingly. We are using Ajax to insert the data into the database tables. Please like the video and subscribe to my channel if it is useful. Thanks - Sundar
@Codehow23 ай бұрын
Create a CRUD application in PHP to do the database operations Select, Insert, Update and Delete. This video shows how you can do these four basic database operations in PHP. I hope you will find it useful. If you like it please give the video a like and subscribe to my channel. Thanks - Sundar
@Codehow23 ай бұрын
This video is about connecting MySQL database to PHP. It shows the different connection types MySQLi and PDO. Also, it shows how you can use these connection types in PHP code to fetch data from the database and display in an html table. I hope you will find it useful, especially the beginners. If you like it, give it a like and subscribe to my channel for more videos. Thanks - Sundar
@Codehow23 ай бұрын
Friends, this video is to show how you can use the same form or blade file for both Create and Update in Laravel. I have created an Add form to add the category and modified the same form to use it for Update category also. Usually, you do not need to create a separate form or blade file for Update unless it is really necessary. I hope it will help you in working with Laravel Create and Update forms. If you find it useful, please give it a like and subscribe to my channel. Thanks - Sundar
@Codehow23 ай бұрын
Friends, I created this video to show how you can implement CRUD (Create or Insert, Read or Select, Update and Delete) operations in PHP. Here, I implemented them using Ajax in PHP, so you do not need to refresh the page. If you have similar requirement in your project, you can use the same code. This is developed from scratch, I hope it will be useful to you. If this video helps you, please give it a like and subscribe to my channel. Thanks - Sundar
@Codehow23 ай бұрын
Hi Friends, this video demonstrates displaying data from the database in a modal by using jQuery Ajax. By clicking on the "View Details", it fetches the data from the database using Ajax and display it on a modal. This way you can make your modal dynamic. You can use it anywhere with similar requirements in your project. Thanks - Sundar
@Codehow23 ай бұрын
Friends, I have created this video to show how you can display user information after login using PHP session. For example, if you want to display user name, store it in a session variable after successful login and then display it on the header. I hope this video will help you in developing your login system in PHP. If you find it useful, please give it a like and subscribe to my channel. Thank you - Sundar
@Codehow23 ай бұрын
Hi Friends, This video demonstrates how you can use Ajax in your PHP code to update a part of the web page without submitting a form or reloading the whole page. It shows a list of users and updates the user status in the database just by clicking a button. It uses Ajax on the click event of the button. I hope it will be useful to you. Please give it a like and subscribe to my channel. Thank you - Sundar
@Codehow23 ай бұрын
Hi Friends, I have created this Image upload Tutorial to show image upload using PHP and MySQL. Along with image upload, you will learn how to preview an image before upload, display the uploaded image in a modal and delete an image from the database. Also, you will see how to display data from the database with image thumbnails. If it helps you in PHP learning, give it a like and subscribe to my channel. Also, write your comments on this video. Thank you. - Sundar
@oscars9844 ай бұрын
Thank You! 🙏
@Codehow24 ай бұрын
Welcome!
@Codehow24 ай бұрын
Friends, this video is on using PHP transactions, it shows how you can use Commit and Rollback to maintain data consistency in the database. It inserts rows from a form into two database tables. I have demonstrated this by writing PHP code. I hope this will be helpful to you. Please watch and write your comments. Thanks
@Codehow25 ай бұрын
Friends, I have made this video quickly to show how exception handling can be used with TRY-CATCH in PHP. Please take a look at the examples. Give it a like if you find it useful and subscribe to my channel. Thanks - Sundar
@ffggg99665 ай бұрын
Nice Thank You ❤
@muhammadshahzadshahzad86325 ай бұрын
Assalam alekum bhai ek issue araha h jb me site ko login ya logout krta hn mery admin pennel pe bhi same effect hota h
@muhammadshahzadshahzad86325 ай бұрын
Assalam alekum bhai ek issue araha h jb me site ko login ya logout krta hn mery admin pennel pe bhi same effect hota h
@Codehow25 ай бұрын
Friends, I have just created this video for you to quickly show how you can install VS code on Windows. I have shown a few editing features for quick editing, like copying the lines and using multi-cursor. These are really helpful for faster development.
@Codehow26 ай бұрын
This video is about submitting a form using Ajax in PHP. Get the form data and use Ajax to insert the data into the database table. If you need to submit a form without reloading the web page, this tutorial can help you build your application. I hope it will help you in learning Ajax in PHP. If you like it, please give the video a like and subscribe to my channel. Also, please write your comments on this video. Thanks - Sundar
@RohitRaj-mr8oz6 ай бұрын
it does not need to register in kernal.php?
@sumeetsaurabh81246 ай бұрын
Make video on How to make Admin panel for food ordering website.
@sree44486 ай бұрын
thank you
@sumeetsaurabh81246 ай бұрын
Maine aapka Source code download kr ke kiya to.. registration ho rha hai database me data bhi ja rha hai but hum usi email and password se login kr rhe hai to har baar password wrong bta rha hai jabki hum sahi password dal rhe hain.., please help me
@Codehow26 ай бұрын
Some other developers also reported the same issue. But when I downloaded the same code and tested, it worked fine. You can send your entire code with table dump in a zip file to [email protected]. We will check where is the issue.
@sumeetsaurabh81246 ай бұрын
@@Codehow2 thank you for response..., ok I sent you..
@sumeetsaurabh81246 ай бұрын
@@Codehow2 i sent you on this email please check🙏
@7SNEWT6 ай бұрын
Please check your mail box.. I sent you please resolve this problem 🙏🏻❣️ @@Codehow2
@Codehow26 ай бұрын
@@sumeetsaurabh8124 Check the database table, password column should be varchar 255. I have included create table scripts in the download code. So if you download it you will get the create table scripts. Create the table as given in download zip file.
@aeronbrixteraure58356 ай бұрын
the login page doesn't enter i already copied your code and tried fixing it but still it shows that the password was incorrect but it is right
@Codehow26 ай бұрын
Please download the source code, link is given in the website topic, register one and login.
@aeronbrixteraure58356 ай бұрын
@@Codehow2 i already copied your source code and it stills shows incorrect password
@Codehow26 ай бұрын
@@aeronbrixteraure5835 I just downloaded the zip, created the table, registered one user and logged in with the same email id and pwd. It worked for me without issue. you can also do the same thing and then check if any difference in code.
@Codehow26 ай бұрын
Check the database table, password column should be varchar 255. I have included create table scripts in the download code. So if you download it you will get the create table scripts. Create the table as given in download zip file.
@sumeetsaurabh81246 ай бұрын
Thank you 😊
@Codehow26 ай бұрын
You're welcome 😊
@sumeetsaurabh81246 ай бұрын
How to make Admin panel.. Admin can see what user ordered and admin can change status of order item like that order confirmed or pending or cancelled etc .And user can also see the status of your order update...
@Codehow26 ай бұрын
You can check logged in user, if 'admin' then show update status link, else do not show the edit option.
@sumeetsaurabh81246 ай бұрын
How to add signup and after login
@Codehow26 ай бұрын
you can watch register and login video in this channel, it includes signup and login and displays the user name after login. watch this kzbin.info/www/bejne/m2TTqaCvgbeqY7M
@sumeetsaurabh81246 ай бұрын
Thank you so much ❤
@sumeetsaurabh81246 ай бұрын
Isi code me change kr ke kr dijiye sir.., usme incorrect password error aarha hai jabki sahi password hum daal rhe hai
@sumeetsaurabh81247 ай бұрын
If different users sign up and login, will it show different names for everyone?
@Codehow27 ай бұрын
Yes
@DaihVid7 ай бұрын
Please source code ❤❤
@Codehow27 ай бұрын
I have added links from github to download source code, please check the video description for the links. thanks
@reynanjumaylab80727 ай бұрын
Great! More please hihi
@ryuujia.a.a99567 ай бұрын
thank you so much for this tutorial it helped me a lot I did follow every step but I got a problem when I try to log in nothing happen I just get the password error message even when the password is correct, I'm not sure what the problem is I'm a beginner and this is my first time trying to code something in php.
@Codehow27 ай бұрын
Hi, good that it helped you. Without looking at the code, I cannot say anything, but you can download the code, link is given in the description. I just downloaded and registered one and logged in with the same email id and pwd. It worked for me without issue. you can also do the same thing and then check if any difference in code.
@Codehow26 ай бұрын
Check the database table, password column should be varchar 255. I have included create table scripts in the download code. So if you download it you will get the create table scripts. Create the table as given in download zip file.