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 TouchToneTommy 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: dldl
  • Content: Threads
  • Order by date
  1. dldl

    convert a string to a decimal before update a table or insert data into table

    I'd like to ask you how to convert a string into a decimal before update a table or insert data into table, after a user inserts a row, or update a row from a dataGridView. In my case, I want the column of price to be decimal, I do it as following, but it is not work, please help, thanks...
  2. dldl

    search engin

    Hi; I am trying to implement a search engin, and i want the most relevant results that must sit on top of the other ones. but my code does not always bring out right result, could anyone help, thanks create table keyword_relevance ( id tinyint not null primary key auto_increment ...
  3. dldl

    could not output resize image

    Hi; I got a problem to output resize image after i check the type of image. Could anyone help me, thanks. The test_1.php has not problem to output image, but the test_2.php could not output image. test_1.php <?php $image=$_GET['image']; // The file $filename = '../images/thread_images/'...
  4. dldl

    w3 validator

    Hi; I am implementing a search engin by php, and i alway to have a error massage when i validate my page by the W3 Validator, error massage as following, could any one help, thanks. end tag for "div" omitted, but OMITTAG NO was specifiedQuery was empty You may have neglected to close an...
  5. dldl

    could not print out value

    Hi; My problem is i could not print out value after i inserted echo "<div class=\"hints\">; and echo "</div>"; please see the highline . I am implementing an auto suggestiion for search engin. response.php <?php $q=$_GET["q"]; include("../condatabase.php"); $sql="SELECT content FROM...
  6. dldl

    get rid off the repeat words from an array

    Hi; How could i get rid off the repeat words from an array? Thanks eg; $a[]="the , think , this , that , the , their , that , the , the , those"; i just want the array reduce to "the, think, that,those".
  7. dldl

    Ajax auto suggestion search from database

    Hi; I am implementing a Ajax auto suggestion search from database. I find an example from http://www.roscripts.com/Ajax_autosuggest_autocomplete_from_database-154.html. I have not problem with the php part about search from database, but i got a problem from the search from, i added a listerner...
  8. dldl

    why my container display different of size from different computer?

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <META HTTP-EQUIV="content-type" CONTENT="text/html; charset=utf-8"> <style type="text/css"> html head{ border:0; padding:0; margin:0; } body{ padding:0; border:0...
  9. dldl

    could not display an upload image in the submit form

    Hi; i am writting a form to let people submit their information and upload an image. My idea is if the user fill all the filed(name and age of the field) and upload an image, then i will submit the form. if the user does not fill any of the field of the name and age, or do not upload an...
  10. dldl

    submit a form and upload a picture

    Hi; I am writing a submit form to let people to submit their information and upload a picture. The problem for me is after i upload a picture, how i can let it display on the submit form,and also keep the values i just type for the fname and the age ? Could anyone give me some idea, please...

Part and Inventory Search

Back
Top