[PHP] the EXEC command

2005-06-27 Thread mikael
execute a couple of commands in a row? best regards ยจ Mikael -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Running PHP from inside another application!

2005-02-17 Thread Mikael Andersson
Thanx! I found a component for Delphi that solved my problem through SAPI. It's called PHP4Delphi. / Mike "Jason Barnett" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Running PHP from inside another application!

2005-02-15 Thread Mikael Andersson
Hi, I've a case where I have to run a lots of php-scrips, in a short time, from inside a delphi-application. Every script connects to the same databas. Today I use CreateProcess to start php.exe and then I'm using pipes to get the php-result. I'm doing this for each php-script I want to run, and

Re: [PHP] login problem fixed!!

2004-03-25 Thread Mikael Almstedt
Just testing to see if this works. Sorry =) "Mike Ford" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > On 25 March 2004 09:32, Andy B wrote: > > > the final line then is: if($result==false) {//test the query > > itself..if false then > > print whatever > > } else {//if it did wo

[PHP] Re: Problem with MySQL Query

2003-07-23 Thread Mikael Jansson
Hi Phil, What I can see in your question there is a missing space between fieldname "type" and the operator != I tested on my machine and it works fine when using both != and <> operators, but it will not work with the NOT operator. Hope the missing space will do some go

[PHP] Session problem when setting session variables in files that are in different directories

2003-07-23 Thread Mikael Jansson
problem is. Thanx in advance / Mikael -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] How to execute a bat file on the Apache server

2003-07-22 Thread Mikael
Hello all, I am trying to execute a bat file, and its not working. I manage to get the CMD in the "win task list" however its not executing the bat file, and its not closing it self...?? What I need it for is to execute a modem to send a SMS. I got that working but the php stuff is not really my bu

[PHP] Witch var is the biggest and the lowest

2002-05-03 Thread Mikael Syska
i have 10 vars, and I would like to have them posted, so the higest is first and the second highest etc. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php converts \ to \\, how can I stop that

2002-05-03 Thread Mikael Syska
[EMAIL PROTECTED] (Jason Wong) wrote in news:php.general-95848 @news.php.net: >> @news.php.net: >> > stripslashes() >> >> thanks, now it works > > Do read up on /why/ you need it. > ohhh, what do u mean??? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.ph

Re: [PHP] php converts \ to \\, how can I stop that

2002-05-03 Thread Mikael Syska
[EMAIL PROTECTED] (Jason Wong) wrote in news:php.general-95846 @news.php.net: > stripslashes() thanks, now it works -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php converts \ to \\, how can I stop that

2002-05-03 Thread Mikael Syska
I have made a phpscript to register all things on a computer, and then it stores the information in a database, but php converts \\CADS1\HP2100PCL to CADS1\\HP2100PCL how can I force PHP to not do that cause CADS1 \\HP2100PCL aint a right address for a printer, cause there are too many

[PHP] Solaris 2.6 make problem - php_network.h:47: parse error before ` socklen_t'

2002-02-11 Thread Mikael Petterson (ERA)
ked the file php_network.h ( in same directory as main.c) and found the >following line: > > 47 PHPAPI int php_connect_nonb(int sockfd, struct sockaddr *addr, socklen_t > addrlen, struct timeval *timeout); > > //Mikael -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Unable to create COM objects on Win2k

2001-08-07 Thread Mikael hultgren
On Mon, 6 Aug 2001 17:44:29 -0500 "Diego Fulgueira Pastor" <[EMAIL PROTECTED]> wrote: > Hi! I have the following problem: > > I am using IIS 5.0 on Win2k, and I am unable to create COM objects. For > example, the following code will produce the script to halt: > > $myObject= new COM("CDONTS.N