4th Revised Syllabus Notification-DOEACC

May 4, 2011 in DOEACC News

Recently DOEACC Society has released 4th Revised Syllabus for O Level, A-Level and B Level. The New Syllabus has been taken in effect from July 2010. Students and Teachers can download the Syllabus from the below links :

O Level Syllabus

A Level syllabus

B Level Syllabus

Cheers…..

 

Enhanced by Zemanta

Post to Twitter

Caution Against Fake DOEACC Institutes

May 4, 2011 in DOEACC News

Operation Management Lab

Image via Wikipedia

Recently DOEACC Society has released an official Letter against Fake Institutions who are claiming to be authorized by DOEACC Society.
This Type of fake institutions are known to misguiding Students and ruining DOEACC’s Quality assurance. if somebody wants to read the Letter then click here.

Enhanced by Zemanta

Post to Twitter

Install Curl in PHP5 and Apache

January 23, 2011 in PHP5, Programming

This time i want to share with you how to install Curl in PHP5 in Linux Environtment (I’m using Ubuntu 8.10) and using apache web server, but if you have any question to install php-curl in other environment, feel free to contact me of leave any comment, i will glad to help you.
Okay, now let’s start with check if php-curl is already installed in your server or not. To check it please follow this step:
1. Create a file in your web server (in Ubuntu it would be in /var/www folder), name it info.php
2. Open that file and type this command:
< ?php phpinfo(); ?>
3. Save that file
4. Open your favorite browser and open that file (ex: http://localhost/info.php)
5. Now you will see the Information about your PHP installation
6. Search for Curl, and if you cannot find it, it mean your php doesn’t have curl installed.
To install php-curl please follow this steps:
1. Open your terminal and type this command:
sudo apt-get install curl libcurl3 libcurl3-dev php5-curl php5-mcrypt
2. After it finish open php.ini file (mine is at /etc/php5/apache2/php.ini ) and add this command: extension=curl.so
3. Save the file and restart apache with this command:
/etc/init.d/apache2 restart
4. Check the PHP information page again, you will find PHP-CURL installed
5. That’s it
If you found this post usefull please leave me any comment. Thanks, and have a nice day.

Post to Twitter

Hello DOEACCians

January 18, 2011 in Uncategorized

This is my first post to greet all DOEACCians and IT professionals and welcome them to my Blog…

Post to Twitter