Jump to content

aahaider

Members
  • Posts

    9
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by aahaider

  1. I had a code like web crawler which find a link in a website.This code is taken in my web hosting when I run this code it work good but here is problem is that when i close my browser or my computer it also close own working.I want if a run this it can not stope working what ever I close my browser or computer can it is possible if yes please guide me THANKS.....................
  2. Hi dear friends, I hope u are all fine. I want to make a next button for getting more data from mysql database. For example: $sql = mysql_query("SELECT * FROM table LIMIT 0,7"); It get 7 rows.For next data code is that. $sql = mysql_query("SELECT * FROM table LIMIT 7,7"); I can i do that using ajax. As you can see in many website like facebook,When you click on comment it give a limited comment and when you click on more comment it give more and so on.In this proccess you can see that the other content of page does not change.It means it can use ajax and how can I do that in ajax. Please help me.Thanks.
  3. I want to make a datalist which work like a html5 datalist.As you can see in many website like google when you enter any keyword it gives a relative words for auto completaion.I know google use database for auto compeltaion But it is not a problem,I want to get only like this list. http://www.quackit.com/html_5/tags/html_datalist_tag.cfm Here is a html5 datalist.But old doesnot support this.I want to make a datalist like this in javascript which works in all browser except those who do not support javascript. I hope it can understand you.Thanks
  4. How to make a datalist in javascript. Html datalist does not work in old browser so i want to make a datalist in javascript.please help me.
  5. My mean is that data upload in page after some time. Simply, It take the data and delete the database and after some time it can upload data in web page. ...thanks..
  6. Hi Dear Friends, I hOpe you are all fine. Friends I want to set the time For loading a page. Suppose here is any site like search engine.When user search in it.Search engine get the data from database and show the result.Here I want that when user search in it.Search engine get data from database but can not display in page.It can display after 10 sec. Suppose database delete in 5 sec after search.I want that search engine get data from database and keep in mind.After 5 sec database is deleted.And after 10 sec it display data on web page. CAN IT POSSIBLE?????????????? IF yes please tell how can i do that.
  7. Hi Friends, Here is a table TABLE... -------------------------------- ID Name Age --------------------------------- 1 arfan 22 2 azeem 18 3 haider 21 4 saleem 22 5 another 19 ------------------------------------- I want get data from database in this order. another 19 saleem 22 haider 21 azeem 18 arfan 22 ------------------------------------------------- Please Help me....THANKS..........
  8. Hi Dear Friends, Friends here is a I need help.How to sort array in greater time of number.For example: $anyarray = array(8,8,8,8,1,1,5,5,5,2,2,5,5,5,7,7,7,7,7); Here 8 is 4 times. 1 is 2times 2 is 2time 5 is 6 times 7 is 5 times I want to get a array in this order. $required_array = array(5,7,8,1,2); Please help me...THANKS....................................
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.