Breaking
Loading...
PHP සිංහලෙන් - III

PHP සිංහලෙන් - III

PHP install කිරීම -

PHP install කිරීමට ඔබට අමුතුවෙන් මෘදුකාංග රැසක් අවශ්‍ය වන්නේ නැහැ. Windows පරිසරයක PHP යෙදීමට කිරීමට අවශ්‍ය වන්නේ WAMP හෝ XAMP install කිරීම පමණයි.



WAMP install කිරීම-

WAMP යන්නෙහි අර්ථය වන්නේ Windows, Apache,MySQL සහ PHP යන්නයි. මෙහෙයුම් පද්ධතිය Windows වන අතර Apache server එක ලෙසද,MySQL database එක ලෙසද, PHP භාෂාව ලෙසද අපිට ලබාගත හැකිය.


1. පළමුව WAMP server එක download කරගන්න. මෙය විවෘත නොමිලේ ලැබෙන මෘදුකාංගයක් වන නිසා කිසිදු ගෙවීමකින් තොරව ඔබට එය ලබාගන්න පුළුවන්.


2. ලබාගත් මෘදුකාංගය පහත ක්‍රමවේද අනුගමනය කරමින් install කරගන්න.



















3. install කිරීමෙන් අනතුරුව ඔබේ වැඩකටයුතු සිදු කිරීමට සුදුසු web browser එකක් භාවිතා කරන්න.

4. පහත ආකාරයට ඔබේ desktop එකේ ඇති WAMP server එක විවෘත කරගන්න. web server එක නිවැරදිව ක්‍රියාත්මක වේද යන්න පරීක්ෂා කිරීමට web browser එකේ address bar එකේ Localhost ලෙස type කර ok කළවිට පහත ආකාරයට පෙන්නුම් කරයි නම් WAMP server එක නිවැරදිව ක්‍රියාත්මක වේ.





Related Articles

  • English Tutorials2016-07-12PHP LoopsWhen you need the same block of code to be executed over and over again . In P… Read More
  • English Tutorials2016-07-12PHP Functions# Functions Will make your code easy to read and reuse. # Large projects wo… Read More
  • English Tutorials2016-07-12PHP Scope of Variables•The scope of a variable is the range of statements in which the variable can be… Read More
  • English Tutorials2016-07-12FUNDAMENTALS of PHP Coding PHP Scripts You can use any text editor to create PHP scripts. PHP scr… Read More
  • English Tutorials2016-07-12PHP Conditional Statements Conditional Statements Need to take different actions for different decisions… Read More
  • English Tutorials2016-07-12PHP Variables Rules for PHP variables: 1. A variable starts with the $ sign, followed by the… Read More