Re: [PHP] Barcodes...

2003-02-02 Thread Cristian Ichim
Try to have a look at this: http://www.aramsoft.com/barcode/barcode-0.0.8a.tar.gz --- http://cristophus.cjb.net --- Why static, when you can go dynamic? On Sun, 2 Feb 2003, Chris Knipe wrote: > Lo all, > > Does anyone have some fonts or neat PHP code / classes to generate Code > 128-t

Re: [PHP] Barcodes...

2003-02-02 Thread Cristian Ichim
You can have a look at this: http://www.aramsoft.com/barcode/barcode-0.0.8a.tar.gz --- http://cristophus.cjb.net --- Why static, when you can go dynamic? On Sun, 2 Feb 2003, Chris Knipe wrote: > Lo all, > > Does anyone have some fonts or neat PHP code / classes to generate Code > 128-

Re: [PHP] Creating reports in database systems implemented over Webinterface

2002-12-16 Thread Cristian Ichim
the pdf_add_weblink() function does not do anything for you? --- http://cristophus.cjb.net --- Why static, when you can go dynamic? On Mon, 16 Dec 2002, enediel wrote: > Thanks [EMAIL PROTECTED] for your answer. > > I'll verify the PDFLib, create dinamically a pdf file and add a link

Re: [PHP] Re: Stumped!

2002-12-16 Thread Cristian Ichim
Try to insert all your received data from the database server data into an array then to execute your query after the unique id(if you have one!!!). $sql=select * from table where id='$id'; then all the data you put into an array and select the index from the array. Check the list html tag for more