First You Know What is Main Contents in Post Coding
- the_post()
- the_excerpt() Source
Replace Code “the_post()” by the_excerpt() in “……..” in Them File Editor.
Replace Code “the_post()” by the_excerpt() in “……..” in Them File Editor.
Use This Code To Type and Print or echo input value In PHP
<form action="" method="post">
<input type="text" name="nm">
<input type="submit" name="sub">
</form>
<?php
if (isset($_POST['sub']))
{
echo $_POST['nm'];
}
?>
Meta Charsets in Simple Languages
Charsets are converter for unicode to binary to read computer our languages
“ISO-8859-8”
This charset working only for 256 (HTML4) character conversation unicode to binary
“UTF-8”
This Charset Supported in HTML5 more Than 10000 character support in worldwide languages to to convert unicode to banry language
endif is a tag and starting from “:” and closing tag is “endif;”
(Note:- Here “” not Included in code”)
endif tag same work as “{” and “}”
Example
<?php
$a=20;
$b=10;
if ($a > $b) {
echo "a is greater<br>";
}
?>
<?php
$a=20;
$b=10;
if ($a > $b) :
echo "a is greater<br>";
endif;
?>
Both Code Are Same Work
When i use in “if contions” for Multiple {}
Then we use “: endif;” tag for one of whole code, we can type “{}” tags inside “endif” tag
Problem
Dowload OBS Studio 23.1.0
Sharing folders between PCs without a wired connection can be convenient for quick file transfers. Here’s a step-by-step guide to setting up wireless file sharing between two PCs.
gpedit.msc
, and press Enter to open the Group Policy Editor.Restart both PCs and try accessing the shared folder again. If you still see a password prompt, ensure all settings are applied as described.
If your computer is on a large network, such as in a department or organization where multiple computers are connected to the same network, do not set folder permissions to “Everyone.” This could expose your files to anyone on the network.
However, if you’re on a Home, Small office, or a network where only trusted individuals have access, it’s generally safe to set permissions to “Everyone” for easier sharing.
Always ensure that you are aware of who has access to the network to keep your data secure.
Here is tutorial only for Adobe Premiere Pro And After Effect Windos 10.
If Not working Then Commenting Please.
1 – Right Click the Windows Logo
2 – Choose Apps and Features
3 – Click “Optional Features”
4 – Press the “+” sign where it says “Add a feature”
5 – Search for “Media Feature Pack”
Note : If Not Working Then Update Windows.