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...
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...
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...
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...
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...
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.
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.