| পিসিতে PHP/MySQL দিয়ে ওয়েব সাইট তৈরী |
|
পাতা 1 মোট 6 ডায়নামিক ওয়েব সাইটের অনেক সুবিধা। আর একাজের জন্য PHP অনেকটা ডি ফ্যাক্টো আদর্শ হয়ে গেছে। ওয়েব সাইট তৈরীর জন্য PHP তে লেখা অসংখ্য প্রোগ্রাম এখন সহজলভ্য। এদের মধ্যে বিনামূল্যের সাথে টাকা দিয়ে কিনতে হয় এমন স্ক্রিপ্টও আছে। জনপ্রিয় কন্টটেন্ট ম্যানেজম্যান্ট সফটওয়ার যেমন জুমলা PHP তে লেখা। আধুনিক ওয়েব সাইটের আরেকটা দিক হলো সব বিষয় বস্তু একটা ডেটাবেসে সংরক্ষণ করা। এ কাজের জন্য MySQL খুবই সমাদৃত। বর্তমানে একটা ভালো ওয়েবসাইট সাধারণত MySQL নির্ভর ও PHP দিয়ে লেখা হয়। ওয়েব সার্ভার প্রোগ্রাম হিসাবে অ্যাপাশি এক নাম্বারে হলেও ওয়েব ডেভেলপারদের এটাকে নিয়ে মাথা ঘামাতে হয় না। কারন, সাধারণত হোস্টিং প্রতিষ্ঠানই সে কাজটি করে থাকে। কিছু কিছু সাইট পার্ল স্ক্রিপ্টও ব্যবহার করে। এ ক্ষেত্রে সার্ভারে পার্ল ইন্টারপ্রেটার প্রোগ্রাম থাকাও জরুরী।
Most of the software needed for the development of a successful website are freely available and run on common operating systems like Windows, Linux, MacOS. However, most hosting company use Linux on their web servers, few use Windows. Whatever is the platform, installing all of the software components (Apache, PHP, MySQL, Perl) for web development is hard and needs a substantial amount of knowledge. As most computer users use a PC and don’t pose advanced skill for installing them, it has been a problem. To ease this situation, there are a few attempts to combine all of them and put into a single installer so that general web developers can use it very easily. The uniform server and erfanserver are such two packages. There are also few other similar attempts including EasyPHP which I didn’t find much easy to use. This tutorial shows how to install and setup uniform server and use it to develop PHP/MySQL based website. |
||||||||




