[PHP] Hey, If anyone can help me with this at all, I would reallyappreciate it...

2002-12-14 Thread Ryan Smaglik
I got a generic ³text to png on the fly² script which works fine but I want to change it so that the image only the size of the text. (so the text has no border, or padding around it) For and example of what I want to do check out: http://www.spoono.com/font/?string=This is what i want to do&.png I

[PHP] script help please.

2002-12-13 Thread Ryan Smaglik
I got a generic ³text to png on the fly² script which works fine but I want to change it so that the image only the size of the text. (so the text has no border, or padding around it) For and example of what I want to do check out: http://www.spoono.com/font/?string=This is what i want to do&.png I

[PHP] GD Library script help please.

2002-12-13 Thread Ryan Smaglik
I got a generic ³text to png on the fly² script which works fine but I want to change it so that the image only the size of the text. (so the text has no border, or padding around it) For and example of what I want to do check out: http://www.spoono.com/font/?string=This is what i want to do&.png I

[PHP] GD Library script help please.

2002-12-13 Thread Ryan Smaglik
I got a generic ³text to png on the fly² script which works fine but I want to change it so that the image has the same hight and width as the text string (so the text has no border around it) For and example of what I want to do check out: http://www.spoono.com/font/?string=This is what i want to

[PHP] PHP and the PDFlib

2002-12-02 Thread Ryan Smaglik
Has anyone found any other means of opening an existing pdf file and adding text to it? The only thing I could find is the PDI + PDFlib commercial combo which I do not have the $1000 to dish out right now... Any Ideas?

[PHP] Help with conditionals

2002-12-02 Thread Ryan Smaglik
I am calling data from 3 checkboxes in a form, I can do that with the $_POST stuff. But I want to also do the following: 1. If check box ³x² is checked, then also display data from form field ³y² with a after it. (like this: X Y) I am new at php so I don¹t know conditionals yet... Can

[PHP] nl2br ( ) and forms

2002-12-02 Thread Ryan Smaglik
When I call data from a form, How do I integrate nl2br to it so that it displays with linebreaks? Example code: Thanks in advance, Ryan

[PHP] PDF Help Please

2002-12-02 Thread Ryan Smaglik
I need to figure out by tonight how to: 1. open a .pdf file using php. 2. add text to certain parts of it. 3. save it and output to browser. 4. Then delete the temp file so the process can be done over again. I have PDFlib but not the $1000 PDI addition Please help, Ryan