Top videos

teleclick
5 Views · 4 months ago

"Depth" -Short Psychological Thriller

baziriza
5 Views · 4 months ago

In this tutorial you will learn php oop abstract class and methods tutorial in Hindi, Urdu.You can learn how to make abstract class in php oop and how to use abstract method in php tutorial in hindi.

✅ PHP Tutorial in Hindi Playlist
https://www.youtube.com/playli....st?list=PL0b6OzIxLPb

✅ Official Website
http://www.yahoobaba.net/

✅ Follow us on Facebook
https://www.facebook.com/yahooobaba/

✅ Follow us on Twitter
https://twitter.com/YahoooBaba

✅ Follow us on Instagram
https://www.instagram.com/yahoo_baba/

#php #webdevelopment #phpmysql

teleclick
5 Views · 4 months ago

action movies

teleclick
5 Views · 4 months ago

Action vs non action <br /><br />For More Info Visit Jakepapa.com

teleclick
5 Views · 4 months ago

action movies action scene trailer 2024

teleclick
5 Views · 4 months ago

teleclick
5 Views · 4 months ago

teleclick
5 Views · 4 months ago

incroyable!

teleclick
5 Views · 4 months ago

teleclick
5 Views · 4 months ago

"Le verità di fango. Enigma rosso", vincitore del premio "Miglior libro" al Festival Letterario San Bartolomeo, Lazzaretto Cagliari, 24-26 settembre 2010

teleclick
5 Views · 4 months ago

Catfish Killer ( Thriller )

baziriza
5 Views · 4 months ago

Source code Link : https://github.com/Tariqu/database_connection_php
In this video you will learn How to store form data into the database
First of all to send the form data into the database we need a server side programming language which will take form data and that program will make a connection with database and then using sql insert query will store the form data into database.
=============================================
For any Business enquiry contact us
Gmail :- [email protected]
WhatsApp :- +917978073704 (for only business query)
=============================================
Here I have used php as a server side programming language and MySQL as a database
To Send The form data to server side php file we have to specify php file name inside the form tag using action attribute so this php file will execute when we will submit this form

we have two different method to send the data to sever GET or POST post method is more secure way to send data to the server side

In php to get the data which is send from client side we have to use appropriate global variable if client send data using post method then we have to use $_POST if client has send using GET method then we have to use $_GET variable to get that data

after getting the data at server side We have to do a Connection with the database. PHP provide the Full support and method to do MySQL database connection in php

Prepare method save your query from sql injection

prepare method provide the binding mechanism to bind the data at run time not at compile time

#HTML_Form #MySQL #PHP

-~-~~-~~~-~~-~-
Please watch: "MySQL Database connection in java 12 using eclipse 2019"
https://www.youtube.com/watch?v=OnmVTToq32I
-~-~~-~~~-~~-~-

baziriza
5 Views · 4 months ago

Hello Everyone! Today in this video I am going to step-by-step guide you on How to Run PHP file on localhost. In that process, you will also get to know about installing Xampp Server on Windows 10. Windows (64-bit).

Get up to Free Hosting by using code "GEEKY" and you get 30% off for two months.
👉 Link: https://platform.cloudways.com/signup?id=1030678&data1=bw&coupon=GEEKY
👉 Promo Code – GEEKY

Subscribe to Geeky Script Vlog Channel: https://www.youtube.com/@GeekyScriptVlogs/
Subscribe to Geeky Syntax Channel: https://www.youtube.com/@geekysyntax/

Now XAMPP is a free and open-source cross-platform web server solution stack package developed by Apache Friends, consisting mainly of the Apache HTTP Server, MariaDB database, and interpreters for scripts written in the PHP and Perl programming languages.

So our main question is How to Install the Xampp server on Windows 10?
So let's begin...

Geeky Script (
@GeekyScript) is a Computer Science - Educational Videos Creator 🎉
You can support us by buying a coffee ☕️ here —
https://www.buymeacoffee.com/geekyscript

✻ I really hope you find this video useful. ♥

✻ Please click on the CC button to read the subtitles of this video.

Step 1. First You need to download Xampp Server. For that, just follow the following link.
https://www.apachefriends.org/download.html
This page will lead to the Xampp download on Windows 10. So just click on download and it will start downloading automatically.

Step 2. After downloading just double-click on the installation file for installing Xampp Server on your Windows 10 OS. 64 bit. In my video, I have guided you step by step on how to install the Xampp server. Just follow that if you are facing any issues.

Step 3. Now after installing the Xampp server just simply start the Apache server and MySql.

Step 4. Now go to c drive then the Xampp folder and then the htdocs folder. And in here just create a PHP file and write a hello world script.

Step 5. Now open the browser and type localhost/nameOfYourPhpFile.php
And there you go!!
You have successfully installed the Xampp server on your Windows 10 OS. Cheers!!
Now you can run any server-side scripting language.

So that's all my friends! Please subscribe and hit the bell icon to receive notification!!
Thanks a lot, mate. :)

The instructions in this video tutorial can be applied to laptops, desktops, computers, and tablets that run Windows 10 operating systems like Windows 10 Home, Windows 10 Professional, Windows 10 Enterprise, and Windows 10 Education. This tutorial will work on all hardware manufacturers, like Dell, HP, Acer, Asus, Toshiba, Lenovo, and Samsung.

#Xampp #HowToInstallXampp #Windows10 #XamppInstallation #PHP #Apache #MySQL

Topics addressed in this tutorial:
How To Download And Install Xampp On Windows 10 64 bit OS
Install Xampp on Windows 10
How to Install Xampp and Get Started
Install Xampp on Windows 10
How to Install Xampp and Get Started
Xampp installation windows 10

---------------------------------------------------------------------------
Laptop I use:
https://amzn.to/4937mKs
https://amzn.to/3HJGXp5

Recommended Laptops (35k Range):
https://amzn.to/3OqfNqL
https://amzn.to/3OrvHRZ
https://amzn.to/3SLK6uX

Laptops 50k Range:
https://amzn.to/3ujvWHW
https://amzn.to/3UrW6CL
https://amzn.to/3SKlJh7

Rode Wireless Mike:
https://amzn.to/4899rTH
https://amzn.to/3wd7nwE

Windows 11 Pro 64-Bit: https://amzn.to/49cEpvk
Windows 10 Pro 64-Bit: https://amzn.to/3SIxOn0
Quick Heal Antivirus: https://amzn.to/49gnsAJ
McAfee Antivirus: https://amzn.to/48ZoHUp
---------------------------------------------------------------------------
MY RELATED VIDEOS:
✻ All about Android Studio: https://youtu.be/fxSKQPG37IA
✻ All about PostgreSQL: https://youtu.be/uN0AfifH1TA
✻ All about MongoDB: https://youtu.be/h2x6BmUi5zQ
✻ All about MySQL: https://youtu.be/tFBGj_xDu34
✻ All about WordPress: https://youtu.be/um8BtHFNJBA
✻ All about Java Spring: https://youtu.be/ajsap2g24_Q
✻ All about Maven: https://youtu.be/7DKbtM-BVLg
✻ All about eBook: https://youtu.be/-7f2HqSSeo0
✻ All about React: https://youtu.be/c38i0f0Q08o
✻ All about NextJS: https://youtu.be/pCzofI8vPo4
✻ All about Angular: https://youtu.be/Xu7R_aMz070
✻ All about Microsoft SQL Server: https://youtu.be/tGqhlV-kaFU
✻ All about Wamp: https://youtu.be/M2at7D-lciw
✻ All about Visual Studio: https://youtu.be/SViilF85ues

THANK YOU so much for watching!
Please make sure to LIKE and SHARE the video and SUBSCRIBE to the channel for more such videos :)

CONNECT WITH ME ON:
✻ Website: https://geekyscript.com/
✻ LinkedIn: https://www.linkedin.com/in/geekyscript/
✻ Twitter: https://twitter.com/GeekyScript
✻ Email: [email protected]
✻ YouTube channel: https://www.youtube.com/c/geekyscript/
---------------------------------------------------------------------------
Song: Jarico - Island
Music promoted by #BackgroundMusicWithoutLimitations
Watch: https://youtu.be/0BIaDVnYp2A
Free Download: https://bit.ly/3n3snwj

baziriza
5 Views · 4 months ago

This is a quick introduction to how to get started with Bootstrap 5 Alpha.

Project Files: https://github.com/RaddyTheBra....nd/YouTube/tree/mast

☕ BuyMeACoffee: https://www.buymeacoffee.com/RaddyTheBrand

Discounts:
⚡ Hostinger: https://www.hostg.xyz/aff_c?offer_id=408&aff_id=69300
⚡ Elementor: https://be.elementor.com/visit/?bta=26518&brand=elementor

Recording Equipment:
◾ Microphone: https://amzn.to/3Ppp8Ok
◾ Shotgun Mic: https://amzn.to/3IVqIot
◾ Camera: https://amzn.to/3z0bxpF
◾ Lens: https://amzn.to/3Pw4s7d
◾ Lighting: https://amzn.to/3PGXvzW

Computer Gear:
◾ Keyboard: https://amzn.to/3PGXvzW
◾ Headphones: https://amzn.to/3PJl9fg
◾ Mouse: https://amzn.to/3z1TGPf

Connect with me:
◾ Website: https://www.raddy.dev
◾ Newsletter: https://www.raddy.co.uk/newsletter

#bootstrap #css

teleclick
5 Views · 4 months ago

THE BOLLYWOOD SHOW 

teleclick
5 Views · 4 months ago

Art: http://sh.st/nGq1x <br />Music From: http://sh.st/nGqBr <br />Composed by: Sons of Amon <br />Original name: Hollywood Action Star <br /> <br />Follow Sons Of Amon on: <br />Facebook: http://sh.st/nGqNi <br />Youtube: http://sh.st/nGqN7




Showing 12 out of 130