[PHP-WIN] Calling Illustrator from PHP

2007-02-04 Thread Max Beutel
Hi there, what I want to do on my Windows server: open Illustrator, make it open a JavaScript file and execute it (manually you would go to File -> Scripts), all controlled via PHP. Unfortunately I got no idea on how to do this. I only got some codesnippet, that opens Illustrator. Not that muc

[PHP-WIN] Calling Illustrator from PHP

2007-02-04 Thread Max Beutel
Hello there, On a windows server, I want to call Adobe Illustrator, make it open a javascript file and execute it. All controlled via PHP. I use com to call illustrator, which already works nice, but I cant make it yet to open the script file. Does anyone know where to find information about th

[PHP-WIN] Re: Parse error what's this, what to do?

2003-06-20 Thread Max Graham
ldiko Nyari" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Max Graham" <[EMAIL PROTECTED]> Sent: Friday, June 20, 2003 8:12 AM Subject: Re: Parse error what's this, what to do? > Hello, Thank you > line129: class="SELECTSize"> >

[PHP-WIN] Re: Mail sent an hour before I send it

2003-06-18 Thread Max Graham
What timezone is the server in relative to you? Perhaps it's just the mail form itself that misinterprets the time ... I encountered a similar issue when my host outsourced the hosting from his own server in the same timezone I'm in to a server 2 hours ahead of here ... I had to change the scripts

[PHP-WIN] Re: Deleting users from htpasswd

2003-06-06 Thread Max Graham
If you want a script that's premade that'll do it for you, I suggest PHPAccess ... http://www.krizleebear.de/phpaccess/dynamisch/ If nothing else, it'll give you some code to look at to see how it's done in case you don't want to use this and would rather customize your own Message-ID: <[EMAIL P

[PHP-WIN] PHP and beers...

2003-04-05 Thread Max Graham
Try finding an empty beer bottle, and blowing across the top of it While this may not have any effect on your CD, it has been known to have a profound effect on beer openers. It's sort of like their mating call :P > Message-ID: > <[EMAIL PROTECTED]> > From: "Asendorf, John" <[EMAIL PROTECTED]> >

[PHP-WIN] Subject: + character in a command line argument

2003-04-01 Thread Max Graham
Have you tried replacing the + with %2B? Having never tried this before myself, this is sort of a shot in the dark ... but I figured it might give you an idea as to where to go from > Message-ID: <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > From: "mmy" <[EMAIL PROTECTED]> > Date: Sun, 30 Mar 20

[PHP-WIN] GD under w2k

2003-03-23 Thread Franz Max
Hi all, I would like to install GD for PHP under W2000. I have got the GD source and the PHP source downloaded. How can I compile them? I dont have any C compiler. In all of the manuals the compiling procedure written for Linux instead of Windows. Thanx in advance Franz -- PHP Windows Mailin

[PHP-WIN] Re: Send mail

2003-03-02 Thread Max Graham
Orlando: I used this in a script, I set up a message body like this mail($mrecipient, $subject, $messagebody, $headers); You may need to set the $headers variable ... or you can use this script that allows you to send a multipart MIME email http://www.hotscripts.com/Detailed/18698.html "Orl

Re: [PHP-WIN] Redirect browser to another URL?

2002-11-29 Thread Max Graham
Ahhh ... I see your point I could also do that by making a link refresh, or the meta refresh tag ... that one I have - Original Message - From: "Rich Gray" <[EMAIL PROTECTED]> To: "Max Graham" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday,

Re: [PHP-WIN] Redirect browser to another URL?

2002-11-28 Thread Max Graham
triggering the booby traps ... - Original Message - From: "Rich Gray" <[EMAIL PROTECTED]> To: "Max Graham" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, November 28, 2002 3:05 AM Subject: RE: [PHP-WIN] Redirect browser to another URL? >

Re: [PHP-WIN] Redirect browser to another URL?

2002-11-28 Thread Max Graham
OTECTED]> To: "PHP Helplist Windows" <[EMAIL PROTECTED]> Cc: "Max Graham" <[EMAIL PROTECTED]> Sent: Thursday, November 28, 2002 6:21 AM Subject: Re: [PHP-WIN] Redirect browser to another URL? > if ( $FormIsSent == "My-String ) { > process form > head

Re: [PHP-WIN] Redirect browser to another URL?

2002-11-28 Thread Max Graham
I'm currently working on. I've only started playing with file functions, to say nothing of databases. ... - Original Message - From: "Ignatius Reilly" <[EMAIL PROTECTED]> To: "Stephen Edmonds" <[EMAIL PROTECTED]>; "PHP Helplist Windows" &l

Re: [PHP-WIN] Redirect browser to another URL?

2002-11-27 Thread Max Graham
You know, this is exactly what happened to me. I was trying to design a comments page for a weblog to open in a popup. The page had a submission form that would submit back to itself. 'course, I was banging my head on the wall trying to come up with a way to get the page to detect whether it had re

[PHP-WIN] fopen, fputs, fwrite, fclose, fdammit

2002-10-31 Thread Max Graham
I'm trying to put a comment page on my weblog. I have the link displayed in the format of date first, then a link to bookmark the entry, and then a link to post a comment. I want to write the comments to a text file. My comment page accepts a default value of "target", which is set to the date to b

[PHP-WIN] text file parsing

2002-10-25 Thread Max Graham
There are a couple of ways to do this, depending on what you're looking to accomplish. One involves treating the contents of the text file as literal text, not as HTML. This comes directly from the manual, under the get_html_translation_table() function. Here's a quick copy & paste: $trans = get_h

[PHP-WIN] Configuration Trouble

2002-10-19 Thread Max Graham
I took a look at Apache, IIS, PWS, etc., and figured they were more than what I needed; I only want a platform to test pages on before sending them to my website's server. So I went with AnalogX's SimpleServer. I know it has CGI capability, and specifically PHP capability; it has a companion uti

RE: [PHP-WIN] Is there a limit... PLEASE HELP I'm Desperate

2002-07-24 Thread Max Sullivan
Have you tried changing the value of memory_limit in your php.ini file? If you have this set to 4mb, that may be your problem. Heres what it looks like in the php.ini file. memory_limit = 8M ; Maximum amount of memory a script may consume (8MB) -Original Message- From: R.S. Herhut

[PHP-WIN] RE: PHP 4.2.1. on PWS...

2002-06-04 Thread Max Sullivan
Hi, You need to set cgi.force_redirect = 0 in your php.ini file. -Original Message- From: Mircea Goia [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 04, 2002 7:37 AM To: [EMAIL PROTECTED] Subject: PHP 4.2.1. on PWS... Hi, I've installed PHP 4.2.1 (Windows installer) on Windows 98 whi

RE: [PHP-WIN] Please Help with incorrect Date Code

2001-09-17 Thread max
Dean, Thanks for the response Dean, I didn't even think about daylight savings time! Changed the hour on the initial timestamp as you suggested and all is well again ;) Thanks again, Max -Original Message- From: Dean Bennett [mailto:[EMAIL PROTECTED]] Sent: Monday, September 17,

[PHP-WIN] Please Help with incorrect Date Code

2001-09-17 Thread max
I'm posting a snippet of code which prints each date within a week. For example on the day of 10/21/01 it will print the dates 10/21/01, 22, 23, 24, 25, 26, and 27. The problem I am having is on the week of 10/28/01 it will print 10/28 twice. for example 28,28,29,30,31,1,2,3. As far as I can t

[PHP-WIN] PHP Hosting

2001-07-05 Thread Max Graham
Not quite free, but damn close ... anyone heard anything about this hosting service? http://www.ucvhost.com/index.htm

RE: [PHP-WIN] help:How can I upload the whole directory to the web

2001-05-06 Thread Max Graham
> Subject: [PHP-WIN] help:How can I upload the whole directory to the web Internet Neighborhood, it treats folders on a remote FTP server like folders on your computer. Very slick ... try it ... http://in.deerfield.com/