barcode

barcode

am 21.10.2006 11:54:53 von madunix

------=_Part_82187_23529841.1161424493531
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

I am in the process to create an online form using PHP with DB Oracle or
MySQL, this form which consist of
2x parts personal data and finance data, and it will be filled by the users,
once the form is filled and submitted ,
it will be saved to the system as reference and printed as hardcopy it could
be a pdf or not, but the print format
will be on A4 format hardcopy with printed random generated (internal
calculation) bar code printed on the paper.
Then in the central office through bar code readers the date will be
retrieved.

Any one implemented this kind of application, if yes how did you generate
the bar code on the web form
through php, and which bar code readers did you use in order to access and
retrieve the data from the form?

Thanks

--
Communications/Network and Systems Engineer

------=_Part_82187_23529841.1161424493531--

Re: barcode

am 21.10.2006 19:31:22 von Tony Grimes

One of my programmers did something exactly like this. I can't remember
specifics, but the car code is alpha numeric and displayed in a special
'barcode' font on the page. If you don't store any information in the code,
why not just use the PHP session id?

Tony


On 10/21/06 3:54 AM, "Mad Unix" wrote:

> I am in the process to create an online form using PHP with DB Oracle or
> MySQL, this form which consist of
> 2x parts personal data and finance data, and it will be filled by the users,
> once the form is filled and submitted ,
> it will be saved to the system as reference and printed as hardcopy it could
> be a pdf or not, but the print format
> will be on A4 format hardcopy with printed random generated (internal
> calculation) bar code printed on the paper.
> Then in the central office through bar code readers the date will be
> retrieved.
>
> Any one implemented this kind of application, if yes how did you generate
> the bar code on the web form
> through php, and which bar code readers did you use in order to access and
> retrieve the data from the form?
>
> Thanks

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: barcode

am 23.10.2006 02:43:02 von Chris

Mad Unix wrote:
> I am in the process to create an online form using PHP with DB Oracle or
> MySQL, this form which consist of
> 2x parts personal data and finance data, and it will be filled by the
> users,
> once the form is filled and submitted ,
> it will be saved to the system as reference and printed as hardcopy it
> could
> be a pdf or not, but the print format
> will be on A4 format hardcopy with printed random generated (internal
> calculation) bar code printed on the paper.
> Then in the central office through bar code readers the date will be
> retrieved.

You might get better responses from the php-general list - this list is
supposed to be for database related questions and has a lower number of
subscribers.

--
Postgresql & php tutorials
http://www.designmagick.com/

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php