Re: [nyphp-talk] Postscript Output Directly From PHP???

2006-12-20 Thread Kenneth Downs
http://www.fpdf.org/ it's what you want. Makes a nifty pdf you can send anywhere. R. Mariotti wrote: Fellow PHP'ers; Can someone please direct me to a method or technique that would allow me to output directly in postscript format? I am trying to output to a label printer that will accept

Re: [nyphp-talk] PHP -MySQL free hosting

2006-12-20 Thread edward potter
yipes, not for me! I'm not a fan of free.My $20 bucks a month at dreamhost does it all for me. Just suggesting a business model, keep a rock solid, clean as a whistle web host, and have google ads at the "Control Panel" side of things. I guess in the long run it could turn into a hassle trying

Re: [nyphp-talk] Re: Automatically Print Pages

2006-12-20 Thread inforequest
Joseph Crawford codebowl-at-gmail.com |nyphp dev/internal group use| wrote: THe current situation is this. We use PHP for the warehouse tools section of the site. THe tools are hosted on a server at Rackspace that is also connected via VPN to our local network. We are trying to figure out h

Re: [nyphp-talk] PHP -MySQL free hosting

2006-12-20 Thread inforequest
edward potter edwardpotter-at-gmail.com |nyphp dev/internal group use| wrote: hm, that's kinda of clever. I wonder how much they bring in daily. If it's a lot, seems to me most folks on this list could cook something up like that. Get yourself a dedicated Linux box somewhere, download a

Re: [nyphp-talk] Re: Automatically Print Pages

2006-12-20 Thread Joseph Crawford
THe current situation is this. We use PHP for the warehouse tools section of the site. THe tools are hosted on a server at Rackspace that is also connected via VPN to our local network. We are trying to figure out how to do one of 2 things. 1.) have the files print locally on the workstations

Re: [nyphp-talk] Re: Automatically Print Pages

2006-12-20 Thread Rolan Yang
What operating system and web client are you using? I did something like this a few months ago. Opened the content in a separate hidden window then used javacript "window.Print" then closed the window after it was done. It's not completely reliable. If I remember correctly, it worked with some

Re: [nyphp-talk] Re: Automatically Print Pages

2006-12-20 Thread Felix Shnir
This isn't possible with plain vanilla JS. You'd need to look into ActiveX controls, even then it might not be possible... Felix. On 12/20/06, Joseph Crawford <[EMAIL PROTECTED]> wrote: Ok so i misunderstood the actual requirement. THe page would have to print on the client machine as there

[nyphp-talk] Re: Automatically Print Pages

2006-12-20 Thread Joseph Crawford
Ok so i misunderstood the actual requirement. THe page would have to print on the client machine as there are many machines running the scan guns. I am assuming i would need Javascript for this task but i am not sure if there are any libraries out there for this already. We would want to print

[nyphp-talk] Automatically Print Pages

2006-12-20 Thread Joseph Crawford
Ok Guys & Gals, I know i have seen talk on this subject before (or similar) but i never had a use for it until now. My fulltime employer has their warehouse application written in PHP controlled with scan guns, etc. When they pack an order they scan the barcodes and it processes the order. The s

Re: [nyphp-talk] PHP -MySQL free hosting

2006-12-20 Thread MJD MJD
I dont know how I am on this listbut.../ dont shoot me just yet. I need a PHP Lead for an interactive in NYC.. Bueller,,,Anyone, Anyone On 12/20/06, Shadab Wadiwala <[EMAIL PROTECTED]> wrote: Hi all, Does somebody know any website which provides free hosting of PHP with MYSQL

Re: [nyphp-talk] PHP -MySQL free hosting

2006-12-20 Thread edward potter
hm, that's kinda of clever. I wonder how much they bring in daily. If it's a lot, seems to me most folks on this list could cook something up like that. Get yourself a dedicated Linux box somewhere, download a "control panel" thing from sourceforge, and you are in business. But are they br

Re: [nyphp-talk] PHP -MySQL free hosting

2006-12-20 Thread Alexander
theirs faq: "How does this site operate for free? The revenue this site earns is from the ads in the control panel, FAQ and user pages." edward potter wrote: concerning free (as in beer), how do they pay their network bills? Just wondering. :-) ed On 12/20/06, onur <[EMAIL PROTECTED]> wrote:

Re: [nyphp-talk] PHP -MySQL free hosting

2006-12-20 Thread edward potter
concerning free (as in beer), how do they pay their network bills? Just wondering. :-) ed On 12/20/06, onur <[EMAIL PROTECTED]> wrote: Çrş, 2006-12-20 tarihinde 17:18 + saatinde, Shadab Wadiwala yazdı: > Hi all, > > Does somebody know any website which provides free hosting of PHP > w

Re: [nyphp-talk] Postscript Output Directly From PHP???

2006-12-20 Thread Jeff Knight
http://www.tufat.com/s_html2ps_html2pdf.htm On 12/20/06, R. Mariotti <[EMAIL PROTECTED]> wrote: Fellow PHP'ers; Can someone please direct me to a method or technique that would allow me to output directly in postscript format? I am trying to output to a label printer that will accept ps format

Re: [nyphp-talk] PHP -MySQL free hosting

2006-12-20 Thread onur
Çrş, 2006-12-20 tarihinde 17:18 + saatinde, Shadab Wadiwala yazdı: > Hi all, > > Does somebody know any website which provides free hosting of PHP > with MYSQL. > > Thanks in advance > > > Shadab .I. Wadiwala > > Send free SMS to your Friends on Mobile from your Yahoo! Messenger. >

[nyphp-talk] PHP -MySQL free hosting

2006-12-20 Thread Shadab Wadiwala
Hi all, Does somebody know any website which provides free hosting of PHP with MYSQL. Thanks in advance Shadab .I. Wadiwala Send free SMS to your Friends on Mobile from your Yahoo! Messenger. Download Now! http://messenger.yahoo.com/download.php___

[nyphp-talk] Postscript Output Directly From PHP???

2006-12-20 Thread R. Mariotti
Fellow PHP'ers; Can someone please direct me to a method or technique that would allow me to output directly in postscript format? I am trying to output to a label printer that will accept ps format (I've tested it - it does) and I output to a pipe connected to "lp" from within my program.

Re: [nyphp-talk] Editable Select Box

2006-12-20 Thread Kenneth Downs
Brian Dailey wrote: You will want your web app to be able to handle unexpected values anyway, right? That is a case-by-case thing. In our applications a foreign key is always presented as a drop-down when it is editable, and a drop-down always means a foreign key. In 99% of cases foreign

Re: [nyphp-talk] COLLAPSIBLE TABLES using PHP and AJAX .

2006-12-20 Thread edward potter
not sure how to do it, but is the effect like this? [left side of screen] http://www.viralvideochart.com/now and from digg? their upcoming stories used to flash by in real time but that effect seems to be on hold right now. Was also wondering about it ... i suspect you can take apart the JS, j