[PHP] $_POST

2007-07-16 Thread Nathan Wallis
Hey, Just wondering if anyone can help me out. I have been used to using $_POST but from what I can tell it isn't supported in PHP 5. What do you use instead? Thanks, Nahtna -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Running a server process

2007-08-10 Thread Nathan Wallis
Hi there, I have a windows application the performs a certain task that I need it to perform. I am in the process of developing my site and am really interested in the functionality of the site at the moment and haven't set about putting the details in place, so I am using the php function

RE: [PHP] Running a server process

2007-08-11 Thread Nathan Wallis
. Thanks again, Nathan -Original Message- From: Richard Lynch [mailto:[EMAIL PROTECTED] Sent: Saturday, August 11, 2007 10:10 AM To: Nathan Wallis Cc: php-general@lists.php.net Subject: Re: [PHP] Running a server process On Fri, August 10, 2007 6:26 am, Nathan Wallis wrote: I have

[PHP] Server Process

2007-08-13 Thread Nathan Wallis
Just a follow up to my post about running an application server side and the introduction of sockets. My application is really just to modify a series of images on the server and combine them into a collage of images as a single file name. So I just say go and wait for it to build the final

[PHP] COM Objects

2007-08-14 Thread Nathan Wallis
I am having some trouble instantiating a COM object, it seems to crash my web server every time I call the line. $tve=new COM(TVE3COM.TVE); I have downloaded a trial version of the Turbo Video Engine SDK and this was a line I got from the php examples folder. Is anyone familiar with

[PHP] amfphp

2007-09-03 Thread Nathan Wallis
Hey there, I am running amfphp on my webserver locally and it works well when I use localhost, so I change localhost to my computers local IP address which is 192.168.1.2 and then test it from another machine. Nothing happens, the remote procedure does not get called. Any ideas on this?

[PHP] Hi

2007-04-23 Thread Nathan Wallis
Hi guys and girls, I have question for you all. I have developed a flash application which is a test for students. For each test their is an accompanying excel spreadsheet that has information related to each question they have answered and whether they got it right or wrong. I am

[PHP] Running processes in windows

2007-04-29 Thread Nathan Wallis
Howdy. I have an application in windows that I am running with a PHP page using exec (start.. I am wondering as to the efficiency of such a statement and how taxing it is on the server. If multiple people access a page with such a statement, what toll does it take on the server and