RE: [PHP-WIN] Filling out PDF Forms Dynamically

2002-11-22 Thread Dash McElroy
Ron, You should look into FDF. (http://www.php.net/manual/en/ref.fdf.php). I tested it out (using the function in the second to last comment - I didn't want to recompile PHP for a one PDF file script) and it seems to work rather well. I'm not sure if this is exactly what you want, though. -Dash

[PHP-WIN] Filling out PDF Forms Dynamically

2002-11-22 Thread RS Herhuth
I have been tasked to create a php web app that merges database information with a k1 web form that was downloaded from IRS.com. Basically the pdf contains fields that the user would fill out and then either save it locally or print it out. I have a database with about a thousand people in it (o

[PHP-WIN] Re: how to access file stats on network dirves..

2002-11-22 Thread ©Henk-Jan de JongT
thanxs for your response.. i worked around it the following way: in my php script i envoke the ntvdm via cmd.exe through teh command net use drive_letter: \\servername\path /user:username pass in the next step i walk through the filesystem using opendir. en then check wether the returned value is

[PHP-WIN] install on IIS 6.0

2002-11-22 Thread Kristof Troch
Hello, I just installed php on my .Net server. Nothing went wrong during installation (InstallShield Installation) (no errors were reported), but everytime I try to execute a php page, he gives an error telling me he cann't find the page (error 404)... Could someone help me? Thanks in advance

RE: [PHP-WIN] mysql command problem

2002-11-22 Thread Rich Gray
What error do you get with PHP? -Original Message- From: Gareth Thomas [mailto:[EMAIL PROTECTED]] Sent: 22 November 2002 02:17 To: [EMAIL PROTECTED] Subject: [PHP-WIN] mysql command problem Hi, I have a Mysql command that when run in PHP does not work and yet when executed directly in M

php-windows Digest 22 Nov 2002 13:27:49 -0000 Issue 1452

2002-11-22 Thread php-windows-digest-help
php-windows Digest 22 Nov 2002 13:27:49 - Issue 1452 Topics (messages 17073 through 17082): Re: documentation questions 17073 by: Mikey 17074 by: Darren Reynolds 17075 by: Mikey 17082 by: Cam Dunstan Re: Extensions 17076 by: Mic Cartmel mysql command

Re: [PHP-WIN] documentation questions

2002-11-22 Thread Cam Dunstan
Darren, As others have said, PHP is not really the right tool for client side work even if the client machine is also the server. Having said that, the general style of task you are trying to achieve is frequently tackled by the use of Recursive functions - functions that call themselves from "wit