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 bkrike 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. connectionscentres

    how to remove leading zeros from numbers when I do CTRL + F?

    Hi, I have a simple ms access application that allows you to scan barcodes in to a form which stores them in the database. The barcodes are 6 digits in length e.g. 555666 but my handheld scanner always adds a leading zero - e.g. 0555666. You can get round this problem by changing the database...
  2. connectionscentres

    phpMyAdmin collations - latin1_swedish_ci??

    Using phpMyAdmin 2.6.0-pl3 and MySQL 4.1.7. Anyone know why (1) all of a sudden PhpMyAdmin displays a collation column for all my tables (2) the collation for fields of Char or VarChar is set to latin1_swedish_ci (3) when I try to run SQL it complains of Illegal mix of collations between...
  3. connectionscentres

    return value for NULL fields when using date_format

    Hi, I cant find the answer on the manual pages. Maybe I should look harder. Basically I'm putting dates into a table using: INSERT INTO TEMP date_format(INVOICEDATE, '%Y-%m-%d %H:%i:%s') As datei then I can select dates that have put an INVOICEDATE in by doing: SELECT * FROM TEMP WHERE...
  4. connectionscentres

    php include or require_once

    I have a small site of about 66 pages using php and mysql to offer various database driver services. On each page where a database connection is required I have a php include directive at the top of the page. This includes a file where I make a single (non persistent) database connection each...
  5. connectionscentres

    imagefilledrectangle() axis flip depending on version

    This may save you a lot of aggravation. When invoking the gd function "imagefilledrectange()" I noticed that it worked on one server but not on another. The first one had php5.0.3 installed with gd 2.0.28 and the second had php4.1.2 with gd 1.6.2. Other gd functions were working fine, just...
  6. connectionscentres

    help needed to include a dynamic gd image

    Hi, I have created a nice graph in php using gd's functions which generates a png image. Any suggestions on how to embed this into a web page? Simply doing <?php include"graph.php"; ?> doesnt work because the headers have already been sent off by the parent page.
  7. connectionscentres

    GD image cannot be displayed, because it contains errors.

    Hi, I am running php version 5.0.3 and I think I have GD enabled. On the php info page for my server it says: GD Support enabled GD Version bundled (2.0.28 compatible) FreeType Support enabled FreeType Linkage with freetype FreeType Version 2.1.7 T1Lib Support enabled GIF Read Support...
  8. connectionscentres

    jsp session problem when proxy passing

    ok, we've written a nice little jsp webapp and got it deployed on tomcat 5.5 on a development machine. It works great and loads fine on http://localhost:8080/apname/ When it comes to deploying it online it has to go on another machine which will host it with tomcat installed (exact same...

Part and Inventory Search

Back
Top