[PHP] php mail() function and ezmlm

2010-01-13 Thread Bob Strasser
I'm having trouble sending info from a form to the list-subscr...@domain Does anyone know why ezmlm doesn't recognize the mail() function?

[PHP] SVG and PHP

2010-01-06 Thread Bob Strasser
Hi, Just went online and saw an SVG generated from Python, and wanted to do the similar thing by loading the SVG into an PHP script. Here is the script that I have: The problem is that my screen appears as blank even though I could open up USA_Counties_with_FIPS_and_names.svg and see the e

[PHP] SVG and PHP

2010-01-06 Thread Bob Strasser
Hi, Just went online and saw an SVG generated from Python, and wanted to do the similar thing by loading the SVG into an PHP script. Here is the script that I have: The problem is that my screen appears as blank even though I could open up USA_Counties_with_FIPS_and_names.svg and see the e

[PHP] SVG and PHP

2010-01-06 Thread Bob Strasser
Hi, Just went online and saw an SVG generated from Python, and wanted to do the similar thing by loading the SVG into an PHP script. Here is the script that I have: The problem is that my screen appears as blank even though I could open up USA_Counties_with_FIPS_and_names.svg and see the e

[PHP] Scalable Vector Graphics

2003-06-06 Thread Bob Strasser
page is php generated and only the SVG graphic being displayed in the viewer but this is very limiting as I want to make a complete HTML page with other information on the page. Any information would be greatly appreciated as I have spent about 2 weeks experimenting with no luck. Thanks in advance

[PHP] Using PHP on Windows for the first time

2002-05-14 Thread Bob Strasser
Anyone know a simple explanation of how to use forms using the post method on PHP for Windows. I use PHP on Linux and I don't have any problems. I do the same thing on Windows and I get an unregistered variable message on Windows. I assume I've missed something. Global variables is on. Why