[PHP] Configuring printer output for a POS printer --> Admin Configuring Printer Drivers or a Select Driver Menu

2002-12-23 Thread Axis Computers
Hi, I'm developing a Pizza delivery application which uses printer output, and I want to know which is the better way to format the output to the printer, and how can I design a select printer menu (communicate with printer drivers), so the user can select from a number of POS printers (45 columns

Re: [PHP] Is it possible to do this in PHP ? If it is then, how ?

2002-11-29 Thread Axis Computers
quot;Pizza is " + document.pizza.num.value); > document.pizzaimage.src='show_image.php?img_id=' + > document.pizza.num.value; > } > } > > > > > > > > type="button" value=" Clear " onclick="this.form.n

Re: [PHP] Is it possible to do this in PHP ? If it is then, how ?

2002-11-28 Thread Axis Computers
start with > blank image, and if onchange > event handler finds out the input field has two chars, changes the src > of the image to say show_image.php?id=input.value > > Axis Computers wrote: > > >Hi, > > > >I was wondering if this is possible to in PHP ... I am devel

[PHP] Is it possible to do this in PHP ? If it is then, how ?

2002-11-27 Thread Axis Computers
e. x- 32 Hawaian pizza14" $ 12 xx xxx Total = Thanks in advance, Ricardo Fitzgerald AXIS Computers Web development __ Omni ICQ#: 37031810 C

[PHP] Application with barcodes

2002-11-25 Thread Axis Computers
Hi, I am developing a demo of an application which uses barcodes, but I'm running into the following problems: 1. The gd library's compiled with SuSE 7.3 Pro version of PHP 4.06 doesn't support TTF so I have to install Postcript fonts (it does support Type 1), and I really don't know where I sho

[PHP] php teleprogramming -- How to avoid being ripped off ?

2002-11-22 Thread Axis Computers
ething I can do to get at least something for my efforts ? Thank you all in advance for any assistance. Ricardo Fitzgerald AXIS Computers P.S. Needless to say I'm workless and because of my country economic situation I really don'

[PHP] Fw: Questions regarding inserting and updating data into a MySQL db

2002-09-10 Thread Axis Computers
  - Original Message - From: Axis Computers To: [EMAIL PROTECTED] ; PHP Sent: Tuesday, September 10, 2002 4:51 PM Subject: Questions regarding inserting and updating data into a MySQL db Hi,   I'm developing a web application that uses forms for user input and then after

[PHP] Questions regarding inserting and updating data into a MySQL db

2002-09-10 Thread Axis Computers
Hi,   I'm developing a web application that uses forms for user input and then after each form is filled shows something like Welcome Bob to our site ... bla. bla... inserts data in a table and on the same page continues with the rest of the data, and goes to another form and so on.   I have