Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: xbl12
  • Content: Threads
  • Order by date
  1. xbl12

    search engin which support for multiple language

    Hi; Could anyone here can give me some idea how to write a search engin which can support multiple language and write in php, please
  2. xbl12

    pass value

    Hi; I am try to write a program for website search. I want my home page will display Australia news when user come in, and when user click a link, it will bring out new zealand news and display in the home page, But i could not do that, could anyone help me, please, thanks. <!DOCTYPE html...
  3. xbl12

    bring out a list of relative result (links )from serach engin(like goo

    Hi; If i click a link from a navigation menu, how i can bring out a list of relative result (links )from serach engin(like google)? Thanks For example, i click on the a link of Australia News, it will bring out a list of Australia News(links) to me, and so on.
  4. xbl12

    How to get a string value from typing and put in a address bar

    Hi; How to get a string value from typing and put in a address bar. For example, if i type javascript tutorial, and then click submit, the url in the adress bar will like "http://www.xxxx.com/index.php?string=javascript+tutorial" Could anyone can help me, please, thanks <form...
  5. xbl12

    how to make a page that can not copy and paste..

    how to make a page that can not copy and paste..?? Thanks
  6. xbl12

    substr()

    Hi; I want to subsr() for chinese letters, but it doesn't work, could any one help, thanks. substr('??????????????????????', 0, 7); and i want the result as following; ???????
  7. xbl12

    how i can let my website to easy to search by key word?

    Hi; I'd like to ask you how i can let my website to easy to search by key word? for example, searching by Doctor or Driving School. I have already add the keys i want to let people easy to find to mata tag already, but it still doesn't help. Could anyone give me option, please. Thanks
  8. xbl12

    just keep the 3 letters of a string

    Hi; if i got some strings as following str1="asdfghjjjjjkkk"; str2="jhdkjfhaskjhfdkjsahdfhasfsdfdk....."; str3="gf"; then i want the above just keep the first front 3 letters and then add the ".." to the end of the string str1="asd.."; str2="jhd.."; str3="gf"; Would any one tell me how i...
  9. xbl12

    why my buttom move from right to left?

    Hi; Why my buttom move from right to left after i click on the button? How i can stop it to do that? Thanks my code as following; <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <META HTTP-EQUIV="content-type" CONTENT="text/html...
  10. xbl12

    background color does not cover over all the boxs in Firefox but IE do

    Hi; i don't known why background color does not cover over all the boxs in Firefox but IE does, could anyone help, please. my code as following <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <META HTTP-EQUIV="content-type"...
  11. xbl12

    onload and onchange affect each other

    Hi; I'd like to ask why the onLoad and onchange affect eachother ? How i can avoide that ? <body onLoad="checkCookie()"> and <select name="province_state_territories" id="state" onchange="setCities();"> when i use the above at the same time, the search function have not another option to...
  12. xbl12

    change some letters from a paragraph when loading a page

    Hi; i'd like to change some letters from a paragraph when i load in a page. I can do in the following two ways, it works fine. but i do want the following way. <body onLoad="s2t()"> and i write my code as following, but it does not work, could anyone help, please. <html> <head> </head>...
  13. xbl12

    replace the empty space with ',' from unicode

    Hi; I am trying to replace the empty space with the ',' from a string which group by unicode. I want to have result as following; ?=?','?=?','?=?','?=?','?=?','?=?','?=?','?=? but my code does not do anything,just give me like the following,could anyone help me, please, thanks...
  14. xbl12

    array

    Hi; I got two arrays which is first_array and second_array, i want to keep the elements which in second_array and the first latter do not start with a,k,c,m,d,e,f,g. so i just want to keep 'pppa','yyyyk','zzjjj' for the second_array,could anyone tell me how do that, please, thanks...
  15. xbl12

    how to call to a function(it is in javascript) from a php

    Hi; I'd like to ask how i can call a function which it is Javascript from php. Thanks <?php session_start(); $_SESSION['check']=1; ?> <html> <head> <script type="text/javascript"> function displaymessage() { alert("Hello World!"); } </script> </head><body> <?php if ($_SESSION['check']==1)...
  16. xbl12

    replace some corresponding letters from a string

    Hi; I got a string(myString)which will be replaced some letter. and also i got another two of string, one is fromlatter="asdfghjkl.." , and another one is tolatter="olik90=ky...", the two strings of the fromlatter and to latter are same length, the length may be more than 200. And i want to if...
  17. xbl12

    change some letter when i click a link

    Hi; I'd like to ask a question. I got a paragraph, and i want the letter of A will change to N and the letter of P will change to A when i click the the link of the "click me to change the letter" . My code as following, but it doesn't do anything, could anyone help, please. <!DOCTYPE HTML...
  18. xbl12

    zoom in function

    Hi; I'd like to ask some advice what kind of knowledge help me to write function for zoom in by php for photo, for instance, http://www5.mydavinci.com/Pesonalized-Art/HandDrawn/Pencil-Sketch.html
  19. xbl12

    why i could not dispaly a image?

    Hi; i am trying to display a image, but why i could not do that, is it the problem that i use the mod_rewrite rule? The following is my work .htaccess RewriteEngine On RewriteRule ^([a-z]+)/([0-9]+)/$ /dispaly.php?page=$1 [L] index.php <html> <body> Welcome to my page. <br> <a...
  20. xbl12

    i got a funny rewrite url

    Hi; I got a problem with rewrite url, could anyone help me, please. i am trying to rewrite a url to "http://www.mysite.com/country/page/3/". but the browser give me the url of "http://www.kam2.biz/country/page/1/country/page/3/" when i click a link from the page of the...

Part and Inventory Search

Back
Top