Wednesday 20 November 2013

PHP MYSQL Login and Registration using Functions

// siddhu vydyabhushana // 139 comments
Today am going to explain you the code for Login and Registration using functions in php,mysql . The best methodology in any language is using Object Oriented Principles.Dealing with classes, objects very easy to manipulate information. Below code for how to develop user registration and login  form in php.

login and registration form using php functions

This tutorial contain only 2 files  functions.php and login_reg.php

Database
simple database with 4 fields id, name, email, password

CREATE TABLE IF NOT EXISTS `javatyro_registration` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` text NOT NULL,
  `email` varchar(100) NOT NULL,
  `password` varchar(100) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ;

Functions.php
class name profile() -> object $profile

<?php
class profile
{
public function db()
{
mysql_connect("localhost","root","")or die(mysql_error());
mysql_select_db("demos") or die(mysql_error());
}
public function registration($name,$email,$password)
{
$query=mysql_query("SELECT * FROM javatyro_registration where email='$email' ");
if(!$query)
{
$query=mysql_query("INSERT INTO javatyro_registration VALUES ('','$name','$email','$password')");
if($query>0)
echo "<h2> hiee..<font color=green>".$name."</font>
</h2><br/><font color=green> You Registered Successfully</font>";
else
echo "<font color=red>failed</font>";
}
else
echo "<h3><font color=red>Sorry,Already Registered</font></h3>";
}
public function login($email,$password)
{
$query=mysql_query("SELECT name FROM javatyro_registration where 
email='$email' AND password='$password' ");
$query=mysql_fetch_array($query);
if($query>0)
echo "<h2> hiee..<font color=blue>".$query['name'].
"</font></h2><br/><font color=green>Login Success</font>";
else
echo "<font color=red>failed</font>";
}
}
?>
login_reg.php
code for login , registration from including php code
<!Doctype>
<html>
<head>
<?php include_once 'functions.php';?>
<style>
body{font-family:segoe ui}
.registration{background:#eeeeee;padding:20px}
.login{background:pink;padding:20px}
input{padding:5px}
</style>
</head>
<body>
<center>
<h2>JAVATYRO-<a href="http://www.facebook.com/siddhucse"
 target="_blank">SIDDHU VYDYABHUSHANA</a></h2>
<table>
<tr>
<td>
<div class="registration">
<form method="POST" action="login_reg.php">
Full Name:<br/>
<input type="text" name="name" required><br/>
Email:<br/>
<input type="email" name="email" required><br/>
Password:<br/>
<input type="password" name="pass" required><br/><br/>
<input type="submit" value="Register">
</form>
</div>
</td>
<td>
<div class="login">
<form method="POST" action="login_reg.php">
Email:<br/>
<input type="email" name="login_email" required><br/>
Password:<br/>
<input type="password" name="login_pass" required><br/><br/>
<input type="submit" value="Login">
</form>
</div>
</td>
</tr>
</table>
<?php
if($_SERVER['REQUEST_METHOD']=="POST")
{
//object for class
$profile=new profile();
//database calling
$profile->db();

//registration function calling
if(isset($_POST['name']) && isset($_POST['email'])
&& isset($_POST['pass']))
$profile->registration($_POST['name'],$_POST['email'],$_POST['pass']);

//login function calling
if(isset($_POST['login_email']) && isset($_POST['login_pass']))
$profile->login($_POST['login_email'],$_POST['login_pass']);

}
?>
</center>
</body>
</html>
How to add new Function:

public function function_name(argument1,argument2)
{
//query to execute
}
I hope you enjoyed my tutorial..

139 comments:

  1. This really help me to understand php for login registration. Thanks for providing such nice info.
    I am blogger at http://www.fastpaydayloansnocreditcheckuk.co.uk/ a nice place to visit for money seekers.

    If this is the case, then the lending should be much more than a quick and hassle-free way to help. Be sure to check your credit history does not mean your loan processed and this step will be a great relief if you do not drive properly, loan payments, and get in trouble.
    To help you further, lenders have not even be sent by fax to other documents when you apply for your fast loans online application.

    ReplyDelete
  2. Then, under the conditions laid down in this loan amount is then necessary to know the height from 100 to 1000 and the repayment period of 14 days to 31.

    Do you think that if you are driving the quick payday loans you can easily pay them., And there is no difficulty, however, there are some reasons for eligibility and not meet another obstacle, then stopped. You must be over just 18 years, depending on their income just £ 1,000, then you must have a bank account with a debit card.

    http://www.efastpaydayloans.co.uk/

    ReplyDelete
  3. I found some useful information in your blog, it was awesome to read, thanks for sharing this great content to my vision, keep sharing..
    PHP Training In Chennai

    ReplyDelete
  4. Oracle Training in chennai
    Wonderful blog.. Thanks for sharing informative blog.. its very useful to me..

    ReplyDelete
  5. Informatica Training in chennai
    Thanks for sharing such a great information..Its really nice and informative...

    ReplyDelete
  6. Whatever we gathered information from the blogs, we should implement that in practically then only we can understand that exact thing clearly, but it’s no need to do it, because you have explained the concepts very well. It was crystal clear, keep sharing..
    QTP Training in Chennai

    ReplyDelete
  7. SAS Training in Chennai Thanks for sharing this informative blog. I did SAS Certification in Greens Technology at Adyar. This is really useful for me to make a bright career..

    ReplyDelete
  8. This information is impressive..I am inspired with your post writing style & how continuously you describe this topic. After reading your post, thanks for taking the time to discuss this, I feel happy about it and I love learning more about this topic..
    Green Technologies In Chennai

    ReplyDelete
  9. Pretty article! I found some useful information in your blog, it was awesome to read, thanks for sharing this great content to my vision, keep sharing..
    Green Technologies In Chennai

    ReplyDelete
  10. Who wants to learn Informatica with real-time corporate professionals. We are providing practical oriented best Informatica training institute in Chennai. Informatica Training in chennai

    ReplyDelete
  11. Looking for real-time training institue.Get details now may if share this link visit Oracle Training in chennai

    ReplyDelete

  12. Our HP Quick Test Professional course includes basic to advanced level and our QTP course is designed to get the placement in good MNC companies in chennai as quickly as once you complete the QTP certification training course.

    ReplyDelete
  13. hybernet is a framework Tool. If you are interested in hybernet training, our real time working.
    Hibernate Training in Chennai,hibernate training in Chennai

    ReplyDelete
  14. if learned in this site.what are the tools using in sql server environment and in warehousing have the solution thank .. msbi training In Chennai

    ReplyDelete
  15. It's really helpful for me to understand. Thanks.If anyone wants to Learn visit this page sybase training In Chennai

    ReplyDelete
  16. great article!!!!!This is very importent information for us.I like all content and information.I have read it.You know more about this please visit again.
    sas Training in Chennai

    ReplyDelete

  17. If your system has been encountering weird things recently, or if you think it's infected by viruses; it's high time to get in touch with Norton customer service 1-877-234-3909 experts and get it fixed. Doing so on your own may be harmful for your system components and data as well. Not all those Norton antivirus phone number 1-877-234-3909 available in market are completely reliable; choosing the best one could be a tough job.

    ReplyDelete
  18. Thanks for posting these article about php using login function

    ReplyDelete
  19. Good publish you have performed the following. I am really very happy you just read this kind of. That is a quite useful subject matter you are preferred. keep writing.CRM Nimble

    ReplyDelete
  20. First i will said i like this kind of information really great information for this one and in those information was very useful at the my job times,thank you so much for your wonderful support.
    php training in chennai

    ReplyDelete
  21. For those information was very excellent and after refer that post more new skills are develop about php mySQL information,easily understand all given information,thanks for your valuable support.
    ios training in chennai

    ReplyDelete
  22. Hi, Here i am portraying you least complex approach to send SMS utilizing ASP.NET and API from SMS sender suppliers.Twilio woocommerce plugin

    ReplyDelete
  23. We are here to promote your business through fast service of bulk sms services which is under your budget sms plugin

    ReplyDelete
  24. its reall coll and informative post i am very happy to read it thanks for sharing really nice info about website development wp plugin

    ReplyDelete
  25. Nice..Its informative...Its very useful for me to understand..Keep on sharing..
    Java Training in Chennai

    ReplyDelete
  26. Thank you for taking the time to provide us with your valuable information. We
    strive to provide our candidates with excellent care.As always, we appreciate your
    confidence and trust in us.. Peridot Systems Complaints

    ReplyDelete
  27. Call toll free Gmail customer service 1-866-293-8400 to get support for Gmail account. We are third party group of experts offering technical support for Gmail account. Our technical team is ready to help you out 24x7.

    ReplyDelete
  28. after along seach i got the fine code in php...


    Seo training in Chennai

    ReplyDelete
  29. Wonderful concept. I like your post. Thanks for sharing.

    Primavera Training in Kuwait

    ReplyDelete
  30. Excellent and very cool idea and the subject at the top of magnificence and I am happy to this post..Interesting post! Thanks for writing it. What's wrong with this kind of post exactly? It follows your previous guideline for post length as well as clarity..

    J2ee Training in Chennai Adyar

    ReplyDelete

  31. You made some decent factors there. I looked on the internet for the difficulty and found most individuals will associate with along with your website.Keep update more excellent posts.

    Corporate Training in Chennai

    ReplyDelete
  32. This comment has been removed by the author.

    ReplyDelete
  33. Great to view about this unique post section. I really enjoyed by reading your blog post. Thanks a lot for sharing this with us.

    ROI Services in Chennai

    ReplyDelete
  34. Wow amazing i saw the article with execution models you had posted. It was such informative. Really its a wonderful article. Thank you for sharing and please keep update like this type of article because i want to learn more relevant to this topic.

    Email Marketing Chennai

    ReplyDelete
  35. Got a creative information. Understand well in this. This gives the easy technique of experiment. New technologies are developed more. so techniques are also improved. Thank you for this information.
    SMO Services in Chennai

    ReplyDelete
  36. I do believe all of the concepts you’ve introduced in your post. They’re very convincing and will definitely work. Nonetheless, the posts are too short for novices. May you please extend them a bit from subsequent time? Thank you for the post.

    SMO Services Chennai

    ReplyDelete
  37. Provides great information about all the concepts. one of the important concept which helps the person to gain knowledge about technical things
    android Training in Chennai


    ReplyDelete
  38. Wow amazing i saw the article with execution models you had posted. It was such informative. Really its a wonderful article. Thank you for sharing and please keep update like this type of article because i want to learn more relevant to this topic.

    SEO Training in Chennai

    ReplyDelete
  39. Thanks for appreciating. Really means and inspires a lot to hear from you guys.I have bookmarked it and I am looking forward to reading new articles. Keep up the good work..Believe me, This is very helpful for me.

    Online Training in Chennai

    ReplyDelete

  40. the blog is very interesting and will be much useful for us. thank you for sharing the blog with us. please keep on updating.
    Android training in chennai

    ReplyDelete

  41. I’ve been browsing on-line greater than three hours today, but I never discovered any attention-grabbing article like yours. It is beautiful worth sufficient for me. Personally, if all webmasters and bloggers made good content material as you did, the net will be a lot more helpful than ever before.
    Digital marketing course in Chennai

    ReplyDelete
  42. This concept is really new to me and i got more information thus it is really very much awesome now i learned a new topic for your blog thanks for sharing.i like this article very much and it is impressive too.


    Android Training in chennai

    ReplyDelete
  43. thanks for shared wonderful information of giving best information.its more useful and more helpful. great doing keep sharing
    Java Training in Chennai

    ReplyDelete
  44. Helpful Information

    Telugu70mm.com Provides Latest Telugu Movie Reviews , Telugu Political News and Other Latest Telugu Movie News

    ReplyDelete
  45. Cheap Car Breakdown Cover is a best way to feel secure and safe while you are travelling to any part in the UK. It gives you an assurance that if something goes wrong, there is someone is to help and get you out of those circumstances as fast as possible.
    http://www.cheapbreakdowncoveruk.co.uk/short-term-breakdown-cover.html

    ReplyDelete
  46. Your procedure and way of concept is really nice and i got more interesting information fro your blog. it is very much nice too.


    Laser Root Canal Treatment In Chennai

    ReplyDelete
  47. very interesting to read,thanks for sharing that wonderful useful information,given programming coding was very excellent and easily observe all provided information.



    Car Spa at Doorstep in Mumbai

    ReplyDelete
  48. Looking for solutions to your HP printer issues? We are working as a Third Party HP Printer customer service Organization. Call us on our HP Printer Customer Service number 1-877-234-3909 for HP Printer Support. http://www.oncalltechsupport.co/hp-printer-support.php

    ReplyDelete
  49. basically

    information with the

    master in foreign countries in

    the following arriving

    daily allowance. we are going to seem to be the top then

    highest rated

    study conducted another country consultancies back in India with higher visa reassurances. fone usa education consultants in hyderabad visa from my element is the surgical procedure in somewhat a shorter period. a number of us are actually

    also assist one due to detail are required to apply for the school university.

    ReplyDelete
  50. Very nice post here thanks for it .I always like and such a super contents of these
    post.Excellent and very cool idea and great content of different kinds of the valuable
    information's. seo company in chennai

    ReplyDelete
  51. Superb. I really enjoyed very much with this article here. Really it is an amazing article I had ever read. I hope it will help a lot for all. Thank you so much for this amazing posts and please keep update like this excellent article.thank you for sharing such a great blog with us. expecting for your.

    seo company in india

    ReplyDelete
  52. This was so useful and informative. The article helped me to learn something new.
    iOS App Development Company in India

    ReplyDelete
  53. Thank you for this brief explanation and very nice information. Well, got a good knowledge. Sometimes you just have to yell at people and give them a good shake to get your point across.
    Study Abroad Consultants in Chennai | Study in Germany Consultants in Chennai | Germany Education Consultants in Chennai

    ReplyDelete
  54. Wonderful blog.. Thanks for sharing informative blog.. its very useful to me.. Android Training in Chennai

    ReplyDelete
  55. Great post!I am actually getting ready to across this information,i am very happy to this commands.Also great blog here with all of the valuable information you have.Well done,its a great knowledge.
    Toilet Cleaning in Chennai

    ReplyDelete

  56. تعد خدمات التنظيف المتعلقه بالمنزل بصفه عامه ان الامور الهامه حاليا لما لها من ترابط وثيق بالصحه والقضاء علي الامراض وخصيصا تنظيف الخزانات والتي تعد من الضروريات حيث يجب تنظيفها بصفه دوري
    شركة تنظيف بالخرج
    فان كنت عميلنا الكريم من الرياض او الخرج او جده فنحن نوفر لك افضل خدمات التنظيف العامه بمعدات حديثه وعماله مدربه

    ReplyDelete
  57. Really it was an awesome article...very interesting to read..You have provided an nice article....Thanks for sharing..
    Web Design Company
    Web Development Company

    ReplyDelete
  58. Whatever we gathered information from the blogs, we should implement that in practically then only we can understand that exact thing clearly, but it’s no need to do it, because you have explained the concepts very well.
    Architects in Chennai

    ReplyDelete

  59. These ways are very simple and very much useful, as a beginner level these helped me a lot thanks fore sharing these kinds of useful

    and knowledgeable information.
    Android App Development Company

    ReplyDelete
  60. Excellent ! I am truly impressed that there is so much about this subject that has been revealed and you did it so nicely.
    PEGA Training in Chennai

    ReplyDelete
  61. Really Good blog post about php mysql functions.provided a helpful information.I hope that you will post more updates like this.
    Digital marketing company in Chennai

    ReplyDelete
  62. Hi, Your post is informative for me. Thanks to shared this php and mysql login function tutorial with me.
    Oracle dba certification cost in chennai | Oracle courses

    ReplyDelete
  63. This comment has been removed by the author.

    ReplyDelete
  64. very helpful blog .
    thanks

    If you want learn about Machine Learning Courses in Noida so KVCH is the best institute for learn machine learning certification training in noida . KVCH provides advance machine learning certification training courses for professional or student both. KVCH gives opportunity to your best career with life time support to all students.
    Join Now !!
    Call us for Free Demo : 919510860860
    Visit our website - https://kvch.in/best-machine-learning-training-noida.html
    Email- training@kvch.in

    ReplyDelete
  65. Thanks for the information.It is really nice .In this age of Technology advancement, computer and information technology have not only brought convenience to citizens in modern life but also for policemen & various Government officials of the nation to fight cybercrime through various modus operandi. Indian Cyber Army has been dedicated in fighting cyber crime, striving to maintain law and order in cyberspace so as to ensure that everyone remains digitally safe.Read more:- Information Security

    ReplyDelete
  66. "Enjoyed every bit of your blog article.Really looking forward to read more. Really Cool."Packers And Movers Mumbai

    ReplyDelete
  67. The knowledge of technology you have been sharing thorough this post is very much helpful to develop new idea. here by i also want to share this.
    Digital Marketing Training in Chennai

    Digital Marketing Training in Bangalore

    digital marketing training in tambaram

    digital marketing training in annanagar

    ReplyDelete
  68. Good Post! Thank you so much for sharing this pretty post, it was so good to read and useful to improve my knowledge as updated one, keep blogging.
    full stack developer training in annanagar

    full stack developer training in tambaram

    full stack developer training in velachery

    ReplyDelete
  69. Needed to compose you a very little word to thank you yet again regarding the nice suggestions you’ve contributed here.
    python training institute in chennai
    python training in Bangalore
    python training in pune

    ReplyDelete
  70. Useful information.I am actual blessed to read this article.thanks for giving us this advantageous information.I acknowledge this post.and I would like bookmark this post.Thanks

    Data science training in tambaram
    Data Science training in anna nagar
    Data Science training in chennai
    Data science training in Bangalore
    Data Science training in marathahalli
    Data Science training in btm

    ReplyDelete
  71. I would assume that we use more than the eyes to gauge a person's feelings. Mouth. Body language. Even voice. You could at least have given us a face in this test.
    java training in chennai

    java training in marathahalli | java training in btm layout

    ReplyDelete
  72. It's interesting that many of the bloggers your tips helped to clarify a few things for me as well as giving.. very specific nice content. And tell people specific ways to live their lives.Sometimes you just have to yell at people and give them a good shake to get your point across.

    Logistics Software

    Manufacturing ERP

    ReplyDelete
  73. Globe Techne is the IT company in the world. We are dealing in IT software and Exports. Globe Techne

    ReplyDelete
  74. It’s great to come across a blog every once in a while, that isn’t the same out of date rehashed material. Fantastic read.
    industrial safety course in chennai

    ReplyDelete
  75. Amazing Article ! I have bookmarked this article page as i received good information from this. All the best for the upcoming articles. I will be waiting for your new articles. Thank You ! Kindly Visit Us @ Coimbatore Travels | Ooty Travels | Coimbatore Airport Taxi

    ReplyDelete
  76. Nice article and great information thanks for sharing your thoughts.


    For more information visit on https://www.mindtechaffiliates.com/

    ReplyDelete
  77. Appreciation for really being thoughtful and also for deciding on certain marvelous guides most people really want to be aware of.
    iWatch service center chennai | apple ipad service center in chennai | apple iphone service center in chennai

    ReplyDelete
  78. Increase ROI and boost your business revenue with our incredibly designed and compelling email marketing agency phoenix
    phoenix online marketing companies
    arizona seo company

    ReplyDelete
  79. Quickbooks enterprise support Get Quickbooks Enterprise Support from certified Quickbooks Technical Team (+1 833 400-1001). We are available 24*7 at your service. Our Professional experts will resolve all your issues of Quickbooks.(+1 833 400-1001)

    ReplyDelete
  80. Hey Nice Blog!!! Thank you for sharing information. Wonderful blog & good post.Its really helpful for me, waiting for a more new post. Keep Blogging!
    Best cbse curriculum school in sharjah

    ReplyDelete

  81. Hey Nice Blog!!! Thank you for sharing information. Wonderful blog & good post.Its really helpful for me, waiting for a more new post. Keep Blogging!
    CBSE schools in ajman

    ReplyDelete
  82. Thank you for sharing such great information.Please share good post on best school in dubai also.

    ReplyDelete
  83. Nice article. Thanks for sharing the useful information.
    list of best schools in sharjah

    ReplyDelete
  84. High Technologies Solutions offers an inclusive Autocad training in Delhi and Noida.We offer Live projects, Assignments and free demo class. We provide study material. Well experienced trainers.For free demo class call at +919311002620 or visit our website.
    autocad training institute in Delhi
    autocad training institute in Noida


    ReplyDelete




  85. You can Visualize Our Genuine Efforts In Every Turn Of The Service Of The Escorts In Aerocity Delhi. Nothing can come in comparison with the efforts that we make to satiate your sensual desires. You can connect with us for getting a high-class escort service that fulfills all your erotic needs.
    Hauz Khas Escorts Service #
    Aerocity Escorts #
    Russian Escorts Delhi #
    Russian Escorts Noida #
    Russian Escorts Ghaziabad #
    Chanakyapuri Escorts Service #
    Connaught Place Escorts Service #
    Cr Park Escorts Service #
    Defence Colony Escorts Service #

    ReplyDelete




  86. You can Visualize Our Genuine Efforts In Every Turn Of The Service Of The Escorts In Aerocity Delhi. Nothing can come in comparison with the efforts that we make to satiate your sensual desires. You can connect with us for getting a high-class escort service that fulfills all your erotic needs.
    Hauz Khas Escorts Service #
    Aerocity Escorts #
    Russian Escorts Delhi #
    Russian Escorts Noida #
    Russian Escorts Ghaziabad #
    Chanakyapuri Escorts Service #
    Connaught Place Escorts Service #
    Cr Park Escorts Service #
    Defence Colony Escorts Service #

    ReplyDelete

  87. Hyderabad call girls are trained professionals with a non-judgmental thought that makes them special from the others. You must be a bit concern about your look or the way you appear.
    Jubilee Hills Escorts ##
    Gachibowli Escorts ##
    Madhapur Escorts ##
    Uppal Escorts ##
    Kondapur Escorts ##
    Koti Escorts ##
    Somajiguda Escorts ##
    Hitech City Escorts ##
    Dilsukhnagar Escorts ##

    ReplyDelete

  88. You can’t just afford an extramarital affair. So the best way to go is Taking The Service Of Our Escorts In Hyderabad. Now nothing can really come in comparison with the miracle that an efficacious professional can make.
    Lakdi Ka Pul Escorts ##
    Khairatabad Escorts ##
    Lingampally Escorts ##
    Mehdipatnam Escorts ##
    Film Nagar Escorts ##
    Begumpet Escorts ##
    Miyapur Escorts ##
    Kukatpally Escorts ##
    Banjara Hills Escorts ##

    ReplyDelete

  89. Hyderabad call girls are trained professionals with a non-judgmental thought that makes them special from the others. You must be a bit concern about your look or the way you appear.
    Jubilee Hills Escorts ##
    Gachibowli Escorts ##
    Madhapur Escorts ##
    Uppal Escorts ##
    Kondapur Escorts ##
    Koti Escorts ##
    Somajiguda Escorts ##
    Hitech City Escorts ##
    Dilsukhnagar Escorts ##

    ReplyDelete
  90. Of course, Escorts In Delhi all of our escorts are vetted to the highest standard possible. We ensure that every Diva listed on our books is capable, versatile, flexible and of course, stunningly gorgeous.

    vaishali escorts ##
    indirapuram escorts ##
    rohini escorts ##
    mehrauli escorts ##
    vikas puri escorts ##
    kapashera escorts ##
    greater kailash escorts ##
    uttam nagar escorts ##
    janakpuri escorts

    ReplyDelete
  91. Delhi Escorts are truly gorgeous in their appearance and have some of the stunning characteristics inside them to enthrall their customers. Whatever you would want from our darlings, they are each time being ready to flaunt their ideas.

    $$ mukherjee nagar call girls
    $$ jangpura call girls
    $$ chattarpur call girls
    $$ laxmi nagar call girls
    $$ crossings republik call girls
    $$ kaushambi call girls
    $$ daryaganj call girls
    $$ mayapuri call girls
    $$ Russian Call Girls Delhi

    ReplyDelete
  92. Those Russian Escort In Delhi can be reached directly via their website. You can hire those ladies for adult enjoyments as well for other purposes. You can hire those dashing ladies to enjoy your weekend at any nearby place where you can enjoy for a long time.

    $$ Independent Escorts Kaushambi
    $$ Independent Escorts Raj Nagar
    $$ Independent Escorts Vaishali
    $$ Independent Escorts Vasundhra
    $$ Independent Escorts Faridabad
    $$ Independent Escorts Ghaziabad
    $$ Independent Escorts Gurgaon
    $$ Independent Escorts Noida
    $$ Independent Escorts Greater Noida

    ReplyDelete
  93. Call/Whatsapp+91- 9873777170 Delhi Call Girls & Delhi Escorts Service | Russian Model along with exciting call girls facility available.visit my blog:-
    Dhaula Kuan Call Girls &&
    East Of Kailash Call Girls &&
    Govindpuri Call Girls &&
    Janakpuri Call Girls &&
    Kalkaji Call Girls &&
    Kapashera Call Girls &&
    Mayur Vihar Call Girls &&
    Mehrauli Call Girls &&
    Mukherjee Nagar Call Girls &&
    Munirka Call Girls &&

    ReplyDelete
  94. Mumbai Escorts is the best partners for all types of travelers. With various nightlife activities and several options to fulfill their needs, they make great choices for night parties and social events. visit my website :-
    Call Girls Mumbai &&
    Call Girls Andheri &&
    Call Girls Bandra &&
    Call Girls Vashi &&
    Call Girls Nerul &&
    Call Girls Sea Wood &&
    Call Girls Nri Complex &&
    Call Girls Chembur &&
    Call Girls Mumbai Airport &&

    ReplyDelete