এসো কোডিং শিখি

এসো কোডিং শিখি Contact information, map and directions, contact form, opening hours, services, ratings, photos, videos and announcements from এসো কোডিং শিখি, Web designer, Madaripur.

পেজটি প্রোগ্রামিং শেখার জন্য একটি চমৎকার প্ল্যাটফর্ম। এখানে আপনি পিএইচপি, জাভাস্ক্রিপ্ট, ওয়েব ডেভেলপমেন্ট, এবং অন্যান্য টেকনোলজি নিয়ে সহজ ও কার্যকর টিউটোরিয়াল পাবেন। নতুন থেকে শুরু করে অভিজ্ঞ ডেভেলপার, সবাই এখানে নিজের দক্ষতা বাড়াতে পারবেন।

29/01/2025

This is last video of convert number by php function. In this video is showing how to convert decimal to octal, decimal to hexadecimal, octal to decimal, hexadecimal to decimal, octal to hexadecimal, hexadecimal to octal. I hope you benefit from this video.

28/01/2025

In this videos showing how to way convert numbering system. it helpful to us. Here’s how you can perform conversions between binary to decimal, octal, and hexadecimal and decimal, octal, hexadecimal to binary in PHP, .

# # # Summary of PHP Functions:
| Conversion | PHP Function(s) Used |
|---------------------|-------------------------------|
| Binary to Decimal | `bindec()` |
| Binary to Octal | `bindec()` + `decoct()` |
| Binary to Hexadecimal| `bindec()` + `dechex()` |
| Decimal to Binary | `decbin()` |
| Octal to Binary | `octdec()` + `decbin()` |
| Hexadecimal to Binary| `hexdec()` + `decbin()`

,
,
,
,,

26/01/2025

More important functions of Php assignment operator useing more function. What are operators and operands? In this video you will learn how to make more use of php variables

25/01/2025

# # # Arithmetic Operators
Arithmetic operators are used to perform basic mathematical operations on numbers. Common arithmetic operators include:

1. **Addition (`+`)**: Adds two values.
Example: `5 + 3 = 8`
2. **Subtraction (`-`)**: Subtracts one value from another.
Example: `5 - 3 = 2`
3. **Multiplication (`*`)**: Multiplies two values.
Example: `5 * 3 = 15`
4. **Division (`/`)**: Divides one value by another.
Example: `6 / 3 = 2`
5. **Modulus (`%`)**: Returns the remainder of a division.
Example: `5 % 3 = 2`
6. **Exponentiation (`**`)** (in some languages): Raises a number to the power of another.
Example: `2 ** 3 = 8`

---

# # # Assignment Operators
Assignment operators are used to assign values to variables. Common assignment operators include:

1. **Equal (`=`)**: Assigns a value to a variable.
Example: `x = 5`
2. **Add and assign (`+=`)**: Adds a value to a variable and assigns the result.
Example: `x += 3` (equivalent to `x = x + 3`)
3. **Subtract and assign (`-=`)**: Subtracts a value from a variable and assigns the result.
Example: `x -= 2` (equivalent to `x = x - 2`)
4. **Multiply and assign (`*=`)**: Multiplies a variable by a value and assigns the result.
Example: `x *= 4` (equivalent to `x = x * 4`)
5. **Divide and assign (`/=`)**: Divides a variable by a value and assigns the result.
Example: `x /= 2` (equivalent to `x = x / 2`)
6. **Modulus and assign (`%=`)**: Performs modulus operation and assigns the result.
Example: `x %= 3` (equivalent to `x = x % 3`)

Both sets of operators are essential for performing calculations and managing data in programming.

22/01/2025

Some important php output function Which one to use depends on the requirements of your program!

PHP can produce output in several ways, depending on the context of the program. Here are the main ways to generate output in PHP:

1. Using echo
Most commonly used for simple output.
Can output one or more strings separated by commas.

2.Using print
Similar to echo, but only accepts one argument and returns a value of 1.

3.Using print_r
Used for debugging and printing human-readable information about a variable (e.g., arrays or objects).

4.Using var_dump
Provides detailed information about a variable, including its type and value.
php
Copy
Edit

5. Using printf
Outputs a formatted string

6. Using sprintf
Similar to printf, but returns the formatted string instead of printing it directly.

7. Using var_export
Outputs or returns a parsable string representation of a variable.

20/01/2025

short description of the difference between PHP variables and constants:

PHP Variable: A variable is a container for storing data that can change during the script's ex*****on. It is declared using a $ sign followed by the variable name. Example: $name = "Jan";.

PHP Constant: A constant is a container for storing data that cannot change after it is defined. It is declared using define() or const. Constants do not have a $ sign. Example: define("PI", 3.14);.

13/01/2025

PHP means (Hypertext Preprocessor) is a server-side scripting language
used for web development.

PHP supports the following main data types:

String: A sequence of characters.
Integer: Whole numbers.
Float (Double): Decimal numbers.
Boolean: true or false.

Compound Types:

Array: A collection of items.
Object: Instances of classes.
Callable: Functions or methods that can be called.

Special Types:

NULL: A variable with no value.
Resource: Special handlers for external resources like file handles, database connections, etc.

Variables are "containers" for storing information

In PHP, a variable starts with the $ sign

A variable starts with the $ sign, followed by the name of the variable

A variable name must start with a letter or the underscore character

A variable name cannot start with a number

A variable name can only contain alpha-numeric characters and underscores

(A-z, 0-9, and _ )

Variable names are case-sensitive ($age and $AGE are two different

variables)

11/01/2025

How to run the first PHP code on vs code?

Let's go Learn php.

# # # PHP সম্পর্কে:
PHP (Hypertext Preprocessor) একটি সার্ভার-সাইড স্ক্রিপ্টিং ভাষা যা মূলত ওয়েব ডেভেলপমেন্টে ব্যবহৃত হয়। এটি ডাইনামিক ওয়েব পেজ তৈরি করার জন্য খুবই জনপ্রিয়। PHP হোস্টিং সার্ভারে রান করে এবং ইউজারের ব্রাউজারে আউটপুট হিসেবে HTML, CSS, বা JavaScript পাঠায়।

**PHP এর কিছু বৈশিষ্ট্য:**
1. **সার্ভার-সাইড স্ক্রিপ্টিং:** PHP কোড সার্ভারে এক্সিকিউট হয় এবং ক্লায়েন্টের কাছে শুধুমাত্র আউটপুট পাঠানো হয়।
2. **ডেটাবেস সংযোগ:** PHP সহজেই MySQL বা অন্যান্য ডেটাবেসের সাথে সংযুক্ত হতে পারে, যার মাধ্যমে ডাইনামিক কনটেন্ট তৈরি করা যায়।
3. **ওপেন সোর্স:** PHP একটি ওপেন সোর্স ভাষা, যার মানে এটি ফ্রি এবং সহজে পাওয়া যায়।
4. **পোর্টেবিলিটি:** এটি বিভিন্ন প্ল্যাটফর্মে (Windows, Linux, macOS) কাজ করতে পারে।
5. **ব্যবহার সহজ:** PHP শেখা এবং ব্যবহার করা তুলনামূলকভাবে সহজ।

# # # JavaScript সম্পর্কে:
JavaScript হল একটি ক্লায়েন্ট-সাইড প্রোগ্রামিং ভাষা যা মূলত ওয়েব পেজে ইন্টারঅ্যাকটিভিটি এবং ডাইনামিক কনটেন্ট তৈরি করতে ব্যবহৃত হয়। এটি ব্রাউজারে রান হয় এবং ওয়েব পেজের UI (User Interface) এবং UX (User Experience) উন্নত করতে সহায়ক।

**JavaScript এর কিছু বৈশিষ্ট্য:**
1. **ক্লায়েন্ট-সাইড স্ক্রিপ্টিং:** JavaScript কোড ব্রাউজারে এক্সিকিউট হয়, যার ফলে সার্ভারের উপর লোড কমে যায়।
2. **ডাইনামিক কনটেন্ট:** JavaScript ব্যবহার করে ওয়েব পেজের কন্টেন্ট বা স্টাইল পরিবর্তন করা যায়, ইউজারদের ইন্টারঅ্যাকশন অনুযায়ী।
3. **ইভেন্ট-ড্রিভেন:** JavaScript ইভেন্ট-ড্রিভেন প্রোগ্রামিং ভাষা, যেখানে ইউজারের ইন্টারঅ্যাকশনের ভিত্তিতে কোড এক্সিকিউট হয় (যেমন ক্লিক, মাউসওভার, কিবোর্ড ইনপুট)।
4. **বিভিন্ন লাইব্রেরি ও ফ্রেমওয়ার্ক:** JavaScript এর জন্য অনেক জনপ্রিয় লাইব্রেরি (যেমন jQuery) এবং ফ্রেমওয়ার্ক (যেমন React, Angular, Vue) রয়েছে, যা ওয়েব ডেভেলপমেন্টকে আরও সহজ এবং দ্রুত করে।
5. **ইন্টিগ্রেটেড:** JavaScript HTML এবং CSS এর সাথে খুব সহজে একত্রে কাজ করতে পারে, যা ওয়েব পেজের ডিজাইন এবং ফাংশনালিটি উন্নত করে।

**সংক্ষেপে:**
- **PHP** সাধারণত সার্ভার-সাইড স্ক্রিপ্টিং ভাষা হিসেবে ব্যবহৃত হয়, যা ডেটাবেসের সাথে কাজ করে এবং ডাইনামিক ওয়েব পেজ তৈরি করতে সাহায্য করে।
- **JavaScript** ক্লায়েন্ট-সাইড স্ক্রিপ্টিং ভাষা, যা ওয়েব পেজে ইন্টারঅ্যাকটিভিটি এবং ডাইনামিক কনটেন্ট তৈরি করতে ব্যবহৃত হয়।

, , ,

Address

Madaripur
8050

Alerts

Be the first to know and let us send you an email when এসো কোডিং শিখি posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Shortcuts

Share

Category