RE: [PHP-WIN] Drag and Drop

2007-06-08 Thread Moore, Joshua
You can use jquery. http://interface.eyecon.ro/demos Click droppables demo -Original Message- From: Niel Archer [mailto:Niel Archer] On Behalf Of Niel Archer Sent: Friday, June 08, 2007 10:45 AM To: php-windows@lists.php.net Subject: Re: [PHP-WIN] Drag and Drop Hi > I am trying to crea

RE: [PHP-WIN] Printing via webapp

2007-05-31 Thread Moore, Joshua
plish this task. Thanks for your help guys! Oh and one more question. Can php create a text file with the exenstion of .zpl instead of txt? -Original Message----- From: Moore, Joshua Sent: Thursday, May 31, 2007 9:34 AM To: Moore, Joshua; Juan Ignacio Borda Cc: php-windows@lists.php.net Subjec

RE: [PHP-WIN] Printing via webapp

2007-05-31 Thread Moore, Joshua
have the same problem. It will send to the printjob list but nothing prints from the printer. Might be still permissions? Maybe printer settings? Thanks -Original Message- From: Moore, Joshua [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 30, 2007 7:56 AM To: Juan Ignacio Borda Cc: php

RE: [PHP-WIN] CMS?

2007-05-31 Thread Moore, Joshua
Ok well sorry, I don't know of anything else :( -Original Message- From: Gustav Wiberg [mailto:[EMAIL PROTECTED] Sent: Thursday, May 31, 2007 6:08 AM To: Moore, Joshua Subject: RE: [PHP-WIN] CMS? Hi there! I could an application of my own that does this, but I'm just wonderin

RE: [PHP-WIN] Printing via webapp

2007-05-30 Thread Moore, Joshua
I'll give that a try. But when you goto FILEmailto:[EMAIL PROTECTED] Sent: Wednesday, May 30, 2007 7:08 AM To: Moore, Joshua Subject: Re: [PHP-WIN] Printing via webapp may be you have to send special codes to printer some printers lacks the ability to print direct from raw (ie Epson L

RE: [PHP-WIN] Printing via webapp

2007-05-30 Thread Moore, Joshua
One more thing, When I run my php script I see that the printjob gets put into the windows printing list for that printer however it pops up, says its spolling under the status then disappears and nothing prints... :( -Original Message- From: Moore, Joshua [mailto:[EMAIL PROTECTED

RE: [PHP-WIN] Printing via webapp

2007-05-30 Thread Moore, Joshua
Yes it is a printer on LPT1. Well IF it is indeed a permissions problem then I would guess its permissions on the barcode printer im trying to print too because if I change the printer to my LaserJet it prints fine with no warnings or errors. However looked on the PHP manual comments it said this:

RE: [PHP-WIN] Printing via webapp

2007-05-29 Thread Moore, Joshua
No, im not using IIS =\ since im using Uniform Server I thought it would just use the same user that im logged in with running the service... -Original Message- From: Stut [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 29, 2007 2:05 PM To: Moore, Joshua Cc: php-windows@lists.php.net

RE: [PHP-WIN] Printing via webapp

2007-05-29 Thread Moore, Joshua
But under printer permissions its set to allow "everyone" to print. -Original Message- From: Stut [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 29, 2007 1:56 PM To: Moore, Joshua Cc: php-windows@lists.php.net Subject: Re: [PHP-WIN] Printing via webapp Moore, Joshua wrote: >

[PHP-WIN] Printing via webapp

2007-05-29 Thread Moore, Joshua
Im having a few odd issues with printing and im hoping someone can help me. I can manually print to my barcode printer just fine (FILE Gives the following error: Warning: printer_write() [function.printer-write ]: couldn't allocate the pri

RE: [PHP-WIN] Re: WAMP Clustering

2007-05-29 Thread Moore, Joshua
Uniform Server?? http://www.uniformserver.com/ hope that's what your talking about. -Original Message- From: chandar [mailto:[EMAIL PROTECTED] Sent: Monday, May 28, 2007 10:26 PM To: zerof Cc: php-windows@lists.php.net Subject: Re: [PHP-WIN] Re: WAMP Clustering We have WAMP installers

RE: [PHP-WIN] Textarea and mysql

2007-05-18 Thread Moore, Joshua
comma (,). - > VALUES (\'value1\', \'value2\') Thirdly :) if you are sure these two texareas are "in sync" you might wanna try to do the following: for($i = 0; $i < count($inserts); $i++){ ... 'INSERT INTO somewhere (`col1`,`col2`) VALUES (\''.

RE: [PHP-WIN] Textarea and mysql

2007-05-18 Thread Moore, Joshua
extArea > > and then u enter your temp to the sql.. > > when you want to split it up.. just use > > $temp=explode("[break]",$inp4Sql); //hope i don't give wrong function > > ==spam?? sory=== > - Original Message - > From: "Bill Bolte"

[PHP-WIN] Textarea and mysql

2007-05-17 Thread Moore, Joshua
Hello, Im currently having a bit of an issue with putting user info from a textarea into mysql db with php. With the textarea I need each new line to be a separate entry into the db fields. So I guess the end result is making the textarea act like a regular text html form. The reason I am using

RE: [PHP-WIN] barcode webapp printing

2007-05-11 Thread Moore, Joshua
It works perfectly fine on a normal printer. I can see when I print to the barcode printer a new printing document comes up then disappears. -Original Message- From: bedul [mailto:[EMAIL PROTECTED] Sent: Thursday, May 10, 2007 6:54 PM To: Moore, Joshua Cc: php-windows@lists.php.net

[PHP-WIN] barcode webapp printing

2007-05-09 Thread Moore, Joshua
Hello, I am currently trying to print to my Z4MPlus barcode printer via a php web application. I first just want to test and see if I can get the printer to print anything using this code: When this is run it just returns with a blank screen without printing anything on my barcode prin