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 SkipVought 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: *

  1. lenelene

    paging in alphabetically order

    how to do paging by alphabetically, where by data is from database?
  2. lenelene

    xml and php

    it works when use nl2br()but the problem it is display <br> in the xml output..i dont want the <br> display in the output..only want it to have new line and not show the coding as well
  3. lenelene

    xml and php

    i have problem.i have this textarea input.when it is display in the xml,it is display in one line and dont have the paragraph..how to enable it to displayed in paragraphs if the data is in paragraph when the user enter data in the textarea?$HTTP_POST_VARS["content"] is the user input for the...
  4. lenelene

    automatic display weather

    i want my webpage to display weather automatically from any particular website that provides weather information using php codes. how to write the php coding?
  5. lenelene

    xml

    thanks
  6. lenelene

    loop but display once

    ok..thanks all..i have solve my problem
  7. lenelene

    loop but display once

    but i want retrieve the ten most new announcments(retrieve by the id descending)
  8. lenelene

    loop but display once

    i have one problem.im suppose to display 10 newest announcements. when it displays,i want some things to be display once,which is company name and date currently,it displays as below,first line is company name,second line is the date and third line is the headline.company a is repeated as well...
  9. lenelene

    xml

    i want to have form for user to enter data.after they have enter the data,the data is stored in xml file how to write coding in php to insert data into xml file?
  10. lenelene

    string with text and symbols

    i have problems..how to combine string together with symbols like var a=< var b=apple var c=> then combine together the text a+b+c i try it but nothing display for the javascript..how to includes symbols like < or > in the string
  11. lenelene

    upload flash

    I have texteditor coding like this url http://authors.aspalliance.com/Yusuf/Article10.asp.My problem is i want to upload flash.The problem is the existing coding only enable to upload image when i click "insert local image".i have admend it and enable it to upload flash but when i click "insert...
  12. lenelene

    cursor and display

    ok..thanks
  13. lenelene

    setlocale

    what error is this? Warning: setlocale(): Passing locale ategory name as string is deprecated. Use the LC_* -constants instead. in /home/webuser/xx/xxx/xx setlocale is for what?how to solve this problem?
  14. lenelene

    cursor and display

    i want to displlay the text outside the textbox when the cursor is inside the textbox. my purpose is that when somebody put the cursor in the textbox for Subject, it will display text "Bold button cannot be used
  15. lenelene

    cursor and display

    i want display text "hello" when a user put the cursor in the input text box,..how to write the coding?when the cursor not in the text box..the text will not appear
  16. lenelene

    cursor focus and disable buttons

    is there any coding in php or javascript whereby whenever i put the cursor in the input box, the image buttons for bold or italic will not be appear?
  17. lenelene

    problems in cookies

    thanks..anyway i have solve my problem..i have put a hash at the end of the set cookie
  18. lenelene

    problems in cookies

    I have a problem.I have a login page which is login.php and a page where login are verified which is verify_login.php. when password and user id are entered in login.php,it will go to verify_login.php to verify it and from there,if the user ticked on the remember me checkbox,cookies are set so...
  19. lenelene

    time()

    thanks anyway,,i have solve my problems
  20. lenelene

    time()

    i stored in mysql.is it possible that when it is saved in the database, the time was saved wrongly which was in pm but saved in am?

Part and Inventory Search

Back
Top