Bahut khush kismat hote hai be log jinhe

बहुत खुश किस्मत होते है वे लोग जिन्हें *"समय"* और *"समझ"* एक साथ मिलती है, क्योंकी अक्सर *"समय"* पर *"समझ"* नही आती और जब *"समझ"* आती है तो *"समय"* हाथ से निकल जाता है!!!
 
bahut khush kismat hote hai be log jinhe samay aur samajh ek saath milatee hai, kyon ki aksar samay par samajh nahi aati aur jab samajh aatee hai to samay haath se nikal jaata hai!!!

Top 10 Most Selling Online Products in India

1.Sunglasses / Eye-wear
Sunglasses has always been a  favorite for shopping on e-commerce portals.Even particular category e-commerce websites are worth of billions of rupees.Sunglasses sells in fashion accessories.



2.Women Handbags
Women never stop shopping so whether it could be a summer or winter women fond of handbags matching with their heels or dress.Due to excessive import of chinese accessories sellers are offering good quality of handbags with cheap prices  for women handbag category

3.Electronic Accessories
Electronic accessories are also most hot category or products to sell.Since the starting of e-commerce websites people prefer online shopping in the matter of electronic accessories or gadgets.They are available online at very low prices.


4. Books
It is evergreen category and products  to sell online.Books always sell more than we think whether it is festival season or normal people.As we know some authors direct launch  their books on e-commerce portals.


5. Men Accessories
Men accessories is now a days doing great,women accessories already  have potential sales.So,if you are a manufacturer or seller of men accessories,don’t be hesitate to sell online.

1. Wallet

2. Belts

3. Watches


6. Toys & Video Games
Mostly shoppers age are between 16-35, so video games are also most popular product to sell online. If  you  deal in video games and toys then you must add some good video games in your stocktoys video games


7. Footwear
India’s on the third position of footwear manufacturing and 90% footwear used by our population and rest of the 10% goes to European countries. Whether you are a manufacturer or retailer don’t put your collection available to your only store. Your product may be competitive in respect of prices,quality or branding. There are some HOT product to sell online.

Women’s Jutti

Men’s Loafer

Slippers

 Formal Shoes

Sports Shoes


8. Home Decor
Home decor item sellers gain a great sell and now a days it is not an astonishing thing because as self care folk also wants to see their houses look perfect and whether it is decorated.


9. Cosmetics and Beauty Care
One of the evergreen category to sell, so if you are authorized distributor of beauty or body care products then you don’t need to think too much because mostly body care products and cosmetics companies have their client base.You just need to be a channel for them and they will it definitely. In this year two e-commerce got funding, which is particularly deal in cosmetics and body care products.


10. Gifts
It is your birthday and your friend’s birthday, we all expect gifts and find gifts to what to give and it should be also in a budget. People now a day never feel hassle because it is an era of e-commerce people just go to shopping app and order what they want to send to their friends If you sell gift items, then you must try to sell online.

Top 10 PHP Interview Questions and Answers


Question 1: How to redirect a page to another?


Answer: You can use header function to redirect.
header('location: http://www.web-technology-experts-notes.in"); //Redirect to home page of another website

header('location: http://www.web-technology-experts-notes.in/2015/11/php-questions-and-answers-for-experienced.html"); //Redirect to another page and another website

header('location: php-questions-and-answers-for-experienced.html"); //Redirect to another page of same website

header('location: php-questions-and-answers-for-experienced.html?topic=php");  //Redirect to another page of same website with parameter

header('Location: http://www.web-technology-experts-notes.in/2015/11/php-questions-and-answers-for-experienced.html', true, 301); //Permanent Redirect




Question 2: Is it secure to store a password in a session?


Answer: If you still need then please stored in encrypted form with different name (not password).



Question 3: How to set/get PHP array in cookie?

Answer: //Set an array in cookie

$arrayData=json_encode(array(1,2,3,4,5,6));
setcookie('no_array', $arrayData);

//Get an array from cookie
$cookie = $_COOKIE['no_array'];
$arrayData = json_decode($cookie);
print_r($arrayData);




Question 4: What is the difference between bindParam and bindValue?


Answer: $string='this is ';

if (strlen($string) != strlen(utf8_decode($string)))
{
    echo 'is unicode';
}else{
  echo 'It is Not unicode.';
}




Question 5: How to add 30 mins to a date?


Answer: $date = date("Y-m-d H:i:s");

date("Y/m/d h:i:s", strtotime("+30 minutes", $date));




Question 6: How to get Path From URL?


Answer: $url = "http://www.web-technology-experts-notes.in/2013/09/amazon-s3-introduction.html";
$path = parse_url($url);
print_r($path);
/**Array
(
    [scheme] => http
    [host] => www.web-technology-experts-notes.in
    [path] => /2013/09/amazon-s3-introduction.html
)*/




Question 7: How to get array elements which present in two different array? 


Answer: $array1 = array("a" => "green", "red", "blue");

$array2 = array("b" => "green", "yellow", "red");
$result = array_intersect($array1, $array2);
print_r($result);
/**Array ( [a] => green [0] => red )*/




Question 8: How to replace array elements with another another? 

Answer: $input = array("red", "green", "blue", "yellow");
array_splice($input, -1, 1, array("black", "maroon"));
print_r($input);

/*Array ( [0] => red [1] => green [2] => blue [3] => black [4] => maroon )*/




Question 9: Count number of elements in an array? 


Answer: $foodArray = array('fruits' => array('orange', 'banana', 'apple'),

              'veggie' => array('carrot', 'collard', 'pea'));

echo count($foodArray); // output 2
// recursive count
echo count($foodArray, COUNT_RECURSIVE); // output 8




Question 10: How to exchanges all keys with their associated values in an array? 


Answer: $input = array("oranges", "apples","mango", "pears");

$flippedArray = array_flip($input);

print_r($flippedArray);
/*Array ( [oranges] => 0 [apples] => 1 [mango] => 2 [pears] => 3 )*/

A Very Happy Independence Day 2 all of u

*********.--,_
********['****'\.
*********\*******`''|
*********|*********,]
**********`._******].
************|*****\
**********_/*******-'\
*********,'**********,'
*******_/'**********\*********************,....__
**|--''**************'-;_********|\*****/******.,'
***\**********************`--.__,'_*'----*****,-'
***`\******** 15th August ********\`-'\__****,|
,--;/ ********************************/*****.|*,/
\__*** HAPPY INDEPENDENCE DAY *'|****/**/*
**./**_-,*************************_|***
**\__/*/************************,/********"
*******|**********************_/
*******|********************,/
*******\*******************/
********|**************/.-'
*********\***********_/
**********|*********/
***********|********|
******.****|********|
******;*****\*******/
******'******|*****|
*************\****_|
**************\_,/
A Very Happy Independence Day 2 all of u