𝓒𝓸𝓭𝓲𝓷𝓰 𝓗𝓾𝓫
509 subscribers
22 photos
2 videos
22 files
66 links
◉ Channel By : @Coderaryan

◉ Sponsored By : Rupeeecoin.in

◉ Objective : Learn Coding


-----Thank you----
Download Telegram
𝓒𝓸𝓭𝓲𝓷𝓰 𝓗𝓾𝓫
dont worry yt video comming today
still create aaccount on aws

https://portal.aws.amazon.com/

Account Activation need times so account activate hote-hote video aa jayega ..

Note : Cc details me 2₹ only cut hoga
👍3🔥1🤯1
𝓒𝓸𝓭𝓲𝓷𝓰 𝓗𝓾𝓫
https://www.youtube.com/watch?v=aKX2kZ4sCvI
Command :

1. sudo apt-get update

2. sudo apt-get install apache2

3. sudo apt-get install mysql-server

4. sudo service apache2 restart

5. sudo apt install phpmyadmin

Now Download filezilla

6. cd /var/www

7. sudo chmod -R 777 html

8. sudo ln -s /usr/share/phpmyadmin /var/www/html/phpmyadmin
👍1🔥1👏1
𝓒𝓸𝓭𝓲𝓷𝓰 𝓗𝓾𝓫
https://www.youtube.com/watch?v=aKX2kZ4sCvI
In Next Part We Will Discuss How to install SSL (https://) on That's web + Installation About SQL .
👍5🔥2👏1
👍1
𝓒𝓸𝓭𝓲𝓷𝓰 𝓗𝓾𝓫
Vote On Yt https://www.youtube.com/@phphub #Community_Post
Giveaway Of Aws Hosting Space means on same ip i will provide simple file manager to user where user can use it's hosting (Everyone I will provide private space) I will give that's to 25 user randomly So Kindly Subscribe Our Channel Php Hub Yt Also Share Our Yt Channel To Your Friends And family and send proff in comment randomly 25 user I will pick..
👍4🥰1👏1
Our Futures Content Source Code Will Be Paid or Free.
Anonymous Poll
96%
Free 😍
4%
Paid 💰
👀5🔥2😢2👍1
Subscribe Php Hub Something Crazy Coming on 100 subscribers..

#Surprise
🥰1😱1
login-sinup.zip
1.7 KB
(Public) Source code of :
https://youtu.be/B3eV7rUBYKo

It Help You to make resposive sinup & login page for your next project....

Share & Support !!
👏3👍2
Question By @Hidden_Coder !!

Q: How to save many data in a single json file.???

<?php

$file = "coderAryan.json"; //File name

if(!file_exists($file)){
file_put_contents($file," ");
}

$file_data = file_get_contents($file);
$array_data = json_decode($file_data, 1);

$printdata = array("name"=>"$name","Number"=>"$number","Password"=>"$password","AccessToken"=>"$accessToken");

$array_data[$user_id] = $printdata;

$final_data = json_encode($array_data, JSON_PRETTY_PRINT);

file_put_contents($file, $final_data));

?>

~~~~

Demo Json File data is

{ "60689": { "name": "CoderAryan", "PhoneNumber": "9876543210", " Password": "Demo@1234", "AccessToken": "xyzabcmnorst" } }

~~~~
Now Getting Data From Json

<?php
$file = file_get_contents("coderAryan.json");

$json = json_decode($file,1);

//pass user id here in $user_id
$accesstoken =$json[$user_id]["PaytmToken"];

?>
👍5👏1
Comming on 120 Suscriber at
Php Hub Yt
🥰5👍2🤩1👌1
𝓒𝓸𝓭𝓲𝓷𝓰 𝓗𝓾𝓫
https://www.youtube.com/watch?v=aKX2kZ4sCvI
I founded same method for mobile user 😙

#Aws
👍6🥰1😱1
Need Any Php Code?
👍7🕊4🖕4👏1🤔1
𝓒𝓸𝓭𝓲𝓷𝓰 𝓗𝓾𝓫
https://www.youtube.com/watch?v=aKX2kZ4sCvI
As soon as Possible Mobile method coming (AWS) ... 😍😍
👍3🥰1🤩1
Aws Web Hosting Setup Video in mobile Published Go And watch now 👍

Command list comming here....
🔥2👏2🤩2👍1
𝓒𝓸𝓭𝓲𝓷𝓰 𝓗𝓾𝓫
Aws Web Hosting Setup Video in mobile Published Go And watch now 👍 Command list comming here....
Command For Mobile User :

1. sudo apt-get update

2. sudo apt-get install apache2

3. sudo apt-get install mysql-server

~ sudo apt install php libapache2-mod-php php-mysql

4. sudo service apache2 restart

5. cd /var/www

6. sudo chmod -R 777 html

7. sudo -i

8. cd /var/www/html

9. wget <url>

Example : wget s3://demoaryanbuccet/index.html
👍5👏1