[PHP-WIN] recompiling php under windows

2003-07-24 Thread John Yu
Hi I need to recompile php 4.3.2 under windows so that fsockopen can support SSL connections. I have downloaded the source from openssl.org and placed everything in the right place... The compile process seems to go well until the linking part where it totally freaks out... here's what I get Lin

[PHP-WIN] downloading using php via commandline

2003-07-31 Thread John Yu
Hi I'm using php on winxp through commandline. Now, Amazon has this feature where the sellers could download reports from it's Automated Inventory Management system... To get into this system, they require you to send a POST request... now, I've sent the request, supposely, the reply is the file,

[PHP-WIN] unable to delete php created files in php

2003-08-04 Thread John Yu
It seems that when I try to unlink a file in php which has been created by php on a winxp machine I always get a unable to delete file, permission denied error... This seems to me to be very strange since the file was created by php and yet php doesn't have the rights to delete it. Anyone else ra

Re: [PHP-WIN] Making a service with php

2003-08-06 Thread John Yu
7;s a basic model, since there are maybe 10 other requests the server and client have to handle. any help is greatly needed! thanks John - Original Message - From: "Sven Schnitzke" <[EMAIL PROTECTED]> To: "'John Yu'" <[EMAIL PROTECTED]> Sent: Wednesda

[PHP-WIN] Making a service with php

2003-08-06 Thread John Yu
Hi I would like to know if it's possible to have a PHP script that listens on a specific port for incoming requests. If so, how would one go about doing that? If not, what language would be good to make that in on windows plateform? thanks John -- PHP Windows Mailing List (http://www.php.n

Re: [PHP-WIN] Making a service with php

2003-08-10 Thread John Yu
4.3.2 Those functions aren't available on 4.3.2? - Original Message - From: "Luis Moreira" <[EMAIL PROTECTED]> To: "John Yu" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, August 06, 2003 10:20 AM Subject: Re: [PHP-WIN] Making a serv

Re: [PHP-WIN] Main Directory and E_mail Extractor

2003-08-14 Thread John Yu
For the email addresses. You are not allowed to take and store people's email without people giving them out or getting their promission first. If you do so, you can be sued for privacy infringment. RealNetwork got sued and paid millions for it... - Original Message - From: "Michael Bao"

[PHP-WIN] I need some help, willing to pay

2004-02-16 Thread John Yu
Hi guys I need some urgent work done and I don't have the time to do it myself. I've gotten screwed over by 3 programmers now and I'm desperate. I need some modification done on the product info page for OSCommerce. This is at most a 3-4 hours job for someone that's decent in php. I'm will

[PHP-WIN] function parser

2004-04-24 Thread John Yu
Hi guys If I want to input a function (for example x = 2y + 5) and then have it stored in a database, so next time when I input the values for x and y, I would like php to retrieve the function and compute it. I know how to store and retrieve, anyone got any ideas about writing a parser to parse

RE: [PHP-WIN] function parser

2004-04-24 Thread John Yu
, 2004 3:46 PM To: PHP-Windows List Subject: Re: [PHP-WIN] function parser John Yu wrote: > Hi guys > > If I want to input a function (for example x = 2y + 5) and then have it > stored in a database, so next time when I input the values for x and y, I > would like php to retrieve t

RE: [PHP-WIN] Re: function parser

2004-04-24 Thread John Yu
It's going to be a standard mysql database. Nothing fancy -Original Message- From: Jason Barnett [mailto:[EMAIL PROTECTED] Sent: Saturday, April 24, 2004 10:32 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: function parser John Yu wrote: > Hi guys > > If I want to in

RE: [PHP-WIN] Is this possible

2004-05-07 Thread John Yu
You know that you can interface filemaker directly with php right? There's a php class available, I believe it's called PHPFX or something like that and will let you access the filemaker database directly via its web companion. -Original Message- From: George Pitcher [mailto:[EMAIL PROTECT

[PHP-WIN] modifying a substring

2004-04-26 Thread John Yu
Hi guys I want to do some fancy syntax highlighting so I added to my input text. Is there a way to take the entire input text, but only take the substring between those tags, do something to the substring and put it back into the original text? Thanks in advance John

RE: [PHP-WIN] Re: Running PHP scripts as a different user

2004-05-04 Thread John Yu
Runas has a /savecred to load a saved credential, maybe that will help? -Original Message- From: Jason Barnett [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 04, 2004 10:41 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: Running PHP scripts as a different user De Greef SéBastien wrote: > w