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!

Recent content by cihatkarli

  1. cihatkarli

    My server is very slow

    Here's an example Date: Thu, 07 Feb 2008 12:54:40 +0200 Error Number: 2006 Error: MySQL server has gone away IP Address: 85.105.161.141 Page: /index.php?showtopic=9992 mySQL query error: SELECT * FROM ibf_topics WHERE tid<>9992 AND approved=1 AND forum_id IN...
  2. cihatkarli

    My server is very slow

    No. I'm not egyptian ><. Random queries are the queries everytime forum does. Like read post, search something. Some of those queries are listed in slow query log.
  3. cihatkarli

    My server is very slow

    I have enabled slow query logs. And there's lots of random >10secs queries. Need more advices. Thanks for reply.
  4. cihatkarli

    My server is very slow

    I'm using centos 3. And have a Invision Portal forum installed on it. I have 2GB DDR2 ram an p4 3.0 dual core cpu. I had php4 and apache 1.x mysql 4 installed before and had same problems. Now i reinstalled the os and set up php5, apache 2 and mysql 5 to my server. But problems are still. My...
  5. cihatkarli

    sorting rows

    this is close to what i want. thanks
  6. cihatkarli

    sorting rows

    it's a quick job that my boss wanted. r397 your query gives an syntax error.
  7. cihatkarli

    sorting rows

    i have a 4 cell table example 1 AAAA CCCC DDDD 2 CCCC KKKK BBBB 3 DDDD NNNN AAAA i want every line's output sorted alpabethically like this. 1 AAAA CCCC DDDD 2 BBBB CCCC KKKK 3 AAAA DDDD NNNN tried to do with excel but no luck.
  8. cihatkarli

    making categories from a table

    i noticed it. thanks.
  9. cihatkarli

    making categories from a table

    holy * i want to cry :'( Thanks man. wow
  10. cihatkarli

    making categories from a table

    i have cell named age in my table. i want a query like this. ages between 18-25 will be in first column 26-30 in second 31-35 in third. is it possible? thanks.
  11. cihatkarli

    hp 1320 slow printing

    i'm printing on a a4 paper from normal tray. i'm printing mixed content. text and images. but is waiting so much normal?
  12. cihatkarli

    hp 1320 slow printing

    i have a hp 1320 laser printer. i'm sending a 70 pages of printing. and after printing 2-3 pages stops printing and waits 30-40 seconds and starts printing, and stops again after 2-3 prints. does anyone has a solution?
  13. cihatkarli

    to learn field's data type

    rs.Fields.Item(i).Type it should ne this way. ;)
  14. cihatkarli

    to learn field's data type

    uh sorry but returning values are not correct. "202" value returns for both string and date :/
  15. cihatkarli

    to learn field's data type

    Great! Thanks :D

Part and Inventory Search

Back
Top