Jump to content

hno

Members
  • Posts

    255
  • Joined

  • Last visited

Everything posted by hno

  1. hno

    question

    Please help me
  2. hno

    question

    Hi every one I have a question . I'm making a search engine , Now i want to store the keywords and other information in the database , is it better to store earch language's words in a database or not ? For example , I make an English table to store english words and phrases into that table and do it for other languages ? The problem is this , If i want to separate different words , I should use google api for detecting the language for each words so it'll reduce the speed very much so , How can I do so ? thanks
  3. http://en.wikipedia.org/wiki/Backlink I know what it is , I just want a backlinks counter codes
  4. You see, there are lots of websites that show that web site's backlinks . I want a php code that it shows me the number of backlinks of a site thanks
  5. I don't want to use google api , I just want the source of it , any idea? thanks
  6. HI every one I want to detection a string language , For example i want that it tell me "this is " is English . Some thing like google detection language. How can I do so? thanks
  7. There is no way ? Please help me , It's really important
  8. Hi every one I have searched for it but I couldn't find any thing . How can I determine a web site back links ? I need a php code that it tells me the number of backlinks to a site , just it How can I do so ? thanks
  9. HI every one I have about 1 million queries in my database .If i want to search for a query , What is the best way ? fast and with low usage of web server's cpu and memory ? thanks
  10. there is no way ?
  11. HI every one I have read an webpage with curl . Now , I want to store all link's address in the source How can I do so ? thanks
  12. Hi every one I have a variable like $a that it has this value ==> $a="<a href="http://www.exam.com" id="id1" >"; and I want to retrieve the data between these two characters , " " In this example it should retrieve www.exam.com . How can I do so ? thanks
  13. a simple Search engine that indexed web sites and keywords . Huge mean huge , It needs a very big database
  14. Hi every one I want to make a simple search engine with php/mysql. so I have a huge data . What is the best way to store the data ? i want the best and quickest way ? What do you suggest ? thanks
  15. That really is upto you. It depends on your determination to learn Flash (or Java) and how flash connects to a database with registration systems. So the real question is, do you have the proper determination to learn HOW to do it on your own? If not, then you probably cannot do it. yes, I really like to do that and i determinate to learn it What should I do ? thanks
  16. I want to let users to play together . Can I do that with flash and GUI ?
  17. Hi every one I want to make a multiplayer BACKGAMMON game web site that it allows users to play together i have searched alot , How can I do so ? thanks
  18. Excuse me If it's not clear. I want the values that returns from a db became a varable.For example I return persons name and I want those name became a variable. How can I do so? Thanks
  19. HI, I need a function to make and fill a variable because the variables name comes from the db .How can I do so? Thanks
  20. thanks for your help , I tried it but I couldn't use that . Can you give me an example ? thanks for your help can you giving me an example of using curl ? please
  21. thanks for your help , I tried it but I couldn't use that . Can you give me an example ? thanks for your help
  22. please help me , How can I do so ?
  23. HI every one I want to retrieve a part of a page and show it to my site . I tried file_get_content but it was forbidden in my host . how can I do so ? thanks
  24. HI' I'm using ckeditor_3.2.1 as my html editor . It's good and i only have one problem with inserting html codes in the database . For example my html code is this "<span class="a" > hi </span <br /> welcome " , after I have inserting it in the database and retrieve it , it has changed alot and became something like this "<br / > <br /><span class="a" >//////////// hi///////////</span>////////<welcome > <br /> <br /> <br /> <br /> " how can I fix it thanks
  25. I have posted a the query in the first post. It failed on the this line"if (mysqli_num_rows($r)>=1){"
×
×
  • 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.