Pages

Monday, 23 September 2013

Online Income Types

If you want to be expert in IT profession, then at first you will have to make your mind that anyhow i will be IT expert.

There are lots of non IT works in online too. But those are low price than IT work hour rates. So it is better to adopt IT techniques.

If you have a rich elance or odesk profile then it will be easy to get works.

There are lots of freelancing sites in online. but you will have to work from reliable sites.

Learn php

Now we will start learning php:

at first you will use the php start tag <?php

then write your codes, suppose:   echo "This is my firt line of code!";

then close the php tag by ?>

If you run it in server then we will get the following output:

 This is my firt line of code!

so the code is here:

<?php

  echo "This is my firt line of code!";

?>

Tuesday, 30 July 2013

how turn off magic quote in server

at first create a file named php.ini
write the following code in the php.ini file,
magic_quotes_gpc = Off
extension=pdo.so
extension=pdo_mysql.so

then upload it to root folder. i.e. in your site root folder.

Then create a .htaccess file in root folder

put the following code in top of the .htaccess file
<IfModule mod_suphp.c>
  suPHP_ConfigPath /home/myusername/public_html/yourJ3folder
  <Files php.ini>
    order allow,deny
    deny from all
  </Files>
</IfModule>

Change "myusername" and "yourJ3folder" to your respective folders.
The "/home/myusername/public_html/yourJ3folder" can be found via 
the Global Configuration

Friday, 24 May 2013

learn php coding



Computer Programming is very easy to learn”.  At first you will have to set this sentence in your mind. Then you will be able to be a best Programmer.
Everyone wants to know about Computer Programming but easily, they don’t want to spend time and brain. Even they don’t want to READ Articles. So, how they will learn?
I have planned to make easy for those lazy peoples. If they follow my guides and online instructions it will be easy for them to fulfill their dreams.
Any way, we will start now.
                    We are going to learn PHP and Mysql.
PHP is for coding and MYSQL is for database.

PHP:
          What is php? At first it was told Personal Home Page, but now it is told Hypertext Preprocessor.
You can run php in your computer by installing some software. I will guide you how to use WAMP.

Monday, 13 May 2013

Introduction with wordpress

Wordpress is the most used CMS for online applications. It is best blogger engine.

introduction with joomla cms

Joomla is a most used CMS(Content Management System) in php.
You can use joomla for any type of php application.