[PHP-WIN] PDF generation

2002-03-11 Thread Ethan Nelson
t anything. Anyone have any experiance in this? pdf_begin_page($pdf, 612, 792); pdf_set_value($pdf, "textrendering", 0); pdf_set_font($pdf, "Verdana", "18", "winansi"); pdf_show_xy($pdf,$row[firstname],240,550); pdf_end_page($pdf); -Ethan ___

[PHP-WIN] PDF color issue

2002-03-28 Thread Ethan Nelson
or("$pdf","fill","cmyk",.73,.26,.05,0); I'm using php 4.05 RC1. I know there was a bug about the last options being required but ignored for color options, such as RGB, that doesn't make use of them, but I don't know of one relating to this... am I do

[PHP-WIN] PHP Warning: No File Uploaded in Unknown on Line 0.. any ideas?

2002-04-17 Thread Ethan Nelson
hey there.. this has been on my nerves all day today.. here is the problem.. I have a form.. it looks like this: echo "\n"; echo "Header:\n"; echo "\n"; echo "Body:\n"; echo "\n"; echo "Image:\n"; echo "\n"; echo "\n"; echo "\n"; mgr.html's first line of code looks like this: die(); my brows

RE: [PHP-WIN] PHP Warning: No File Uploaded in Unknown on Line 0 .. any ideas?

2002-04-17 Thread Ethan Nelson
ind except that it kills the header redirects and breaks the page a bit). Thanks. -Original Message- From: Shrock, Court [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 17, 2002 3:04 PM To: Ethan Nelson; '[EMAIL PROTECTED]' Subject: RE: [PHP-WIN] PHP Warning: No File Uploaded

[PHP-WIN] Installation php 4.2.0

2002-04-23 Thread Ethan Nelson
stall routine. -Ethan ___ Ethan Nelson, Systems Administrator Net Solutions, LLC 840 Lawrence Street Eugene, OR 97401 [EMAIL PROTECTED] http://www.netsolutionsllc.com Voice +1 541 345-7087 Fax +1 541 485-5519 -- PHP Windows Mailing List (http://www.php.net

[PHP-WIN] File upload issue 4.2.0

2002-04-24 Thread Ethan Nelson
ending anything at all? Did something change? PHP Warning: No file uploaded in Unknown on line 0 PHP Warning: Unable to open '' for reading: Permission denied in d:\inetpub\klcc\public_html\admin\broadcast\brodnotes.html on line 28 Thanks, -Ethan ________

[PHP-WIN] PDF extensions freeze server 4.2.0

2002-04-24 Thread Ethan Nelson
I'm trying to use the PDF extensions and have just upgraded to 4.2.0. When I enable the extension in the PHP.INI file, all my sites just hang when I try to load them. Any ideas? Thanks, -Ethan ___ Ethan Nelson, Systems Administrator Net Solutions, LL

RE: [PHP-WIN] File upload issue 4.2.0

2002-04-25 Thread Ethan Nelson
n the previous form. -Ethan -Original Message- From: Dash McElroy To: Ethan Nelson Cc: '[EMAIL PROTECTED]' Sent: 4/24/02 1:11 PM Subject: RE: [PHP-WIN] File upload issue 4.2.0 You should probably check to see if the variable is set before you try and read the uploaded

[PHP-WIN] PDFextension freezes web services

2002-04-26 Thread Ethan Nelson
? -Ethan --- Probably you have not set the dll folder right in your php.ini file. Example: If you make an extentions directory in c:\php you must point php.ini to it extention_dir="c:\php\extentions" It works with me Cor van de Veen "Ethan Nelson&quo

[PHP-WIN] Help with COM

2003-10-28 Thread Ethan Nelson
$range = $this->sheet->Range("A13:E13"); $selection = $range->Select; $diagdown = $selection->Borders(xlDiagonalDown); $diagdown->LineStyle = xlNone; ... with? Thanks for the help... I'm pretty new at trying to translate VB syntax into a compatible PHP code. -Eth

[PHP-WIN] RE: Help with COM

2003-11-06 Thread Ethan Nelson
s, OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom It looks you can specify multiple key paramaters as you can sort by more than one column. I think you might be able to see my difficulty here... some of that syntax is pretty weird. -Ethan Nelson, Modulus, LLC -Original Messag

[PHP-WIN] Invalid referrer & URL sessions

2004-02-06 Thread Ethan Nelson
about reading the RFC's for headers and changing the referer after assigning a new sessid, but that doesn't mean someone else out there couldn't write a script to fool my app anyway? -Ethan Nelson, Modulus, LLC -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] windows printing and label printer

2007-02-14 Thread Ethan Nelson
ot working somehow but I'm really not certain what the problem is. Help? -Ethan Nelson Eugene, Oregon