or the password. There are various other
scenarios and a few people who just can't do it without entering their
details. I'm not sure why it happens since not enough people have the
problem to warrant looking into it.
Hope that ramble helped a bit.
--
Stut
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
this your only check. According to the
above I could easily do something like the following to get where I
wanted to go...
http://localhost/script.php?path=users\..\..\..\..\..\windows\system32
I suggest you look at http://php.net/realpath and use that to get the
real absolute path after
GT wrote:
"Stut" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Mike wrote:
If it is called with the right parameters or the "Previous Directory"
link is clicked too many times, the browser will be outside of the paths
that I want them to be
you're fine, if not then
they've either not logged in or the session has expired.
-Stut
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
en't checked but I'm fairly sure a Google for "calculate
percentage" would give you the answer.
-Stut
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
o a web request - even
on an Intranet.
*NEVER*
IMMHO
-Stut
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Please include the list when replying.
[EMAIL PROTECTED] wrote:
Stut wrote:
Eww!! Eww!! and thrice EWW!! There is *never*, and I mean *never*
an acceptable reason to run a GUI app in response to a web request
- even on an Intranet.
*NEVER*
IMMHO
Bah. Pure ignorance. Here's one r
; Maximum execution time of each script, in
seconds
Now it doesnot timeout but gives me FATAL: emalloc(): Unable to allocate
90816 bytes error.
Does it have to do with some moemory limit or soemthing. Please help.
Look for memory_limit in php.ini.
-Stut
--
PHP Windows Mailing List
Hendrik Visage wrote:
The rewrite below does not iterate around the array as you were in your
for loop, so I'll mention a better way to do that here rather than in
the snippet below... foreach - look it up in the PHP manual!
One way to rewrite it would be like this (with comments hopefully
Please reply to the list not just directly to me.
Alf Stockton wrote:
> Stut wrote:
>> ..snip..
>
>>// Really not sure why this is here
>>--$Count;
>>//echo 'Count = '.$Count.' $tempvar = '.$tempvar;
>>
>
actually execute them with the required privileges. Note that I said
"descriptions of operations" - queuing command lines does nothing to
make it more secure.
-Stut
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Daniel Anderson wrote:
I see what you mean though, but it would still be handy to find out how
to find the Reverse IP/DNS anyway.
Does anyone know?
http://php.net/gethostbyaddr
-Stut
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
else echo $error . ": El fichero no existe";
You need to escape \ with a \. So it becomes...
$myfile =
"Esm2-region2\\Depts_REG2\\Region_Catalunya\\A_TECNOLOGIA\\AT_OyM\\ACCESO_SSA\\Drop3G\\Control_total_alarmas\\logs_hfb";
-Stut
--
PHP Windows Mailing List (ht
he PHP as soon as possible in
the script. There is no point processing the form if that basic
requirement has not been met.
Hope that helps.
-Stut
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
, requesting a read receipt when sending to a public,
non-commercial mailing list is generally considered bad manners.
-Stut
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
$sql, $connect_id) or die ("couldn't execute
the query"); // ASSIGNS THE RESULTS OF THE QUERY TO THE VARIABLE
$RESULT
$first_name = ($result, caa44340041); ???
any help is appreciated.
The manual is your friend... http://php.net/ifx_fetch_row
-Stut
--
PHP Windows Mailing L
rent class and can't be
accessed however I try.
This has me totally stumped. Anybody have any ideas on how to resolve
this?
My psychic powers tell me that you need to provide us with your code
before we can provide helpful help.
-Stut
--
PHP Windows Mailing List (http://www.php.ne
Did I say session often enough?
-Stut
-Original Message-
From: Harpreet [mailto:[EMAIL PROTECTED]
Sent: Friday, December 08, 2006 11:08 PM
To: php-windows@lists.php.net
Subject: [PHP-WIN] dynamic page caching help
I have a search page that returns results in about 10-15 seconds.
e calls to this function prior to any output, including and
tags as well as any whitespace. If output exists prior to calling
this function, setcookie() will fail and return FALSE."
Read the manual page: http://php.net/setcookie - everything you need is
there.
-Stut
--
PHP Window
Reinhard Mayr aka Czerwinski wrote:
I installed the windows binaries (5.2.0 installer from
http://www.php.net/downloads.php) on my XP box. To test the installation
of PHP, I use a minimal test script "phpinfo.php":
When I call "php phpinfo.php", all I get is a dump of the source file
but no
Except if/when you move your site to another server you're betting on
them having short tags enabled. Best to type 3 extra characters for each
opening tag now, than having to change them all later. Where software
development is concerned shortcuts are very very rarely worth taking.
-Stut
T
what
Have you told Apache about PHP? Have you read the installation page and
followed the instructions?
http://php.net/install.windows.apache2
-Stut
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
wanting to print. Your best bet is to find a
command line utility that can do what you need and call that from PHP.
-Stut
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
oaded from the web and poor
server security.
Hope that helps.
-Stut
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Gustav Wiberg wrote:
I'm just testing. Is there anyone who sees this?
Nope, can't see it. Try a pink background.
-Stut
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
es PHP5 (I believe it's 5.2+)
introduces the ability to turn off the ability to prevent this issue,
but it's still badly written code. Stop blaming the tool, start blaming
the mirror image and start learning how to code defensively.
-Stut
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
uch
it was trying to allocate when it ran out. If you change the
memory_limit then I'm not surprised that this value changes.
-Stut
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
on in a MySQL query. Addslashes() doesn't do anywhere near
enough, you should be using mysql_real_escape_string() instead.
-Stut
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
the 32meg limit. So no, everything is not ok with it.
-Stut
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ge.php. If they hit back they will be taken back to form.php.
-Stut
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
e the list when replying.
-Stut
*/Stut <[EMAIL PROTECTED]>/* wrote:
sam rumaizan wrote:
> How do I disable Refresh and Back button. to Prevent duplicate entry
Disabling client-side features like refresh and back is not the right
way to solve this problem. The most common sol
n I did this a few years ago with Apache running on FreeBSD
it took a while to get it set up and working properly, but it was worth it.
-Stut
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
invalid unless you have defined a constant
called USER somewhere.
-Stut
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
out when closing the browser.
"as secure"??? Cookies are not secure at all. There has been a *very*
lengthy discussion of this subject on the PHP-General mailing list.
Search the archives for a recent thread with the subject "Session
Authentication".
-Stut
sam rumaizan skrev:
u don't give them an expiry time. This is how the
session ID cookie works.
-Stut
Stut skrev:
Mikael Grön wrote:
You can, only it's not as secure. It's easier to edit cookies since
they're not stored on the server. Also cookies don't disappear when
you close the browser
what kind of port it is (printer, PC, access point,...etc)
This particular wheel already exists: http://www.nagios.org/. And that's
just one example, there are several out there.
-Stut
Aaron Kenney <[EMAIL PROTECTED]> wrote:
"Network programming" is a very broad term. Wh
sam rumaizan wrote:
Thank you for the link. This application is using C programming. I’m
looking for some thing with PHP
Out of pure curiosity... why? You need a tool to do a job, why put
artificial constraints on it.
-Stut
*/Stut <[EMAIL PROTECTED]>/* wrote:
sam rumaizan
monitoring. I know this because I use it to do
just that. I have a set of PHP scripts that monitor a number of services
on 6 servers and it works quite nicely. Granted it wouldn't scale
without major work but it does the job.
-Stut
On 4/16/07, Stut <[EMAIL PROTECTED]> wrote:
sam rum
Alf Stockton wrote:
echo "Back";
echo '';
echo "TYPE='submit'>Back";
echo '';
I suggest a book on HTML for beginners.
-Stut
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
value attribute. For example, and have
innerHTML, and has value.
There are plenty of web-based resources that will tell you what
attributes different objects have. Google is your friend.
-Stut
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Java version.
I already installed an php-accelerator (eAccelator) which increased the
overall performance, but still the performance is quite poor.
Are there any "tweaks" to tune PHP performance?
Don't use Windows.
If you *must* use windows, use FastCGI.
-Stut
--
PHP Windows
ed
flash-object?
Keep searching, there are several solutions to this problem out there.
And it's worth noting that it's not for security reasons, it's because
they would be breaching a patent if it was automatically enabled.
-Stut
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
bedul wrote:
nope.. that's can be dangerous
since some activeX today are a food for a worm..
be safe on NET
It has absolutely nothing to do with security. It's all about patents...
http://channel9.msdn.com/ShowPost.aspx?PageIndex=2&PostID=169255
Fight the FUD.
-Stut
e SQL
server user to make sure it can access that database from that machine.
Note that it is very very very unlikely that this problem is anything to
do with PHP or Pear::DB.
-Stut
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
you are
running the PHP version.
-Stut
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
cs\
Have you tried printing out $query to see exactly what you're sending?
Seems like a logical first step to me. Something about it is clearly
wrong, and I'm guess it's an empty or wrong $field_name value.
-Stut
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
r in your
SQL syntax; check the manual that corresponds to your MySQL server version
for the right syntax to use near 'FROM classifieds WHERE (trans_type = 'For
Sale') AND (tr' at line 2 in C:\apache2triad\htdocs\sunlakes\test3.php on
line 85
Ditto.
-Stut
"Stut" <[EMAIL
;php login form" or similar, you'll get a good
starting point from that.
-Stut
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ld to the table
and include that in the update. Then you can use that field to get the
last row that was changed.
-Stut
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
database normalisation, and I suggest you look it up on
Wikipedia or Google.
-Stut
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Dale Attree wrote:
Error_reporting(E_ALL ^ E_NOTICE);
Why oh why would you suggest this? Notices are telling you that
something is wrong. Do you ignore the light that indicates low fuel in
your car? If you do it'll keep working for a while, but it's a ticking
time bomb!!
-St
er
users session data due to the aforementioned security-related reasoning.
-Stut
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Alf Stockton wrote:
Stut wrote:
Alf Stockton wrote:
Is there a method whereby one can retrieve all php SESSION variables
on a Windows server.
I have tried:-
$val)
{
echo $key . " : " . $val . "";
}
?>
but this appears to only return
sam rumaizan wrote:
You mean Normalization
Not in my part of the world. England. You know, where English came from.
And quit with the bold!! It's not big, it's not clever and it puts *'s
all over your email!
-Stut
*/Stut <[EMAIL PROTECTED]>/* wrote:
sam rumaizan
us do you know what virus?
Googling for that virus will usually give you more help than asking a
random mailing list.
-Stut
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ed. The user that your web server
runs as needs to have access to the printer.
-Stut
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
permissions that normal users have.
Probably worth checking the result of printer_open - I'm guessing it's
failing. You may also want to search the archives of this list as
problems with printing come up fairly frequently.
-Stut
-Original Message-
From: Stut [mailto:[EMAIL
user it's running as. Whatever the
outcome I would say it's worth asking on a mailing list for that
particular server as well as here.
-Stut
-Original Message-
From: Stut [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 29, 2007 2:05 PM
To: Moore, Joshua
Cc: php-windows@lists
#x27;t own.
-Stut
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
d reason to load a large file into memory all at just to "process" it.
-Stut
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
up to compress it don't I?
gzcompress ($data, 9)
$data being the string (the whole file) of text I need to compress.
Two possible options... 1) write it out uncompressed and compress it
afterwards. Or 2) use the gz output buffer handler to do it (although
that may have the same effec
control or Java applet, and even
then you'll run into lots of security issues.
-Stut
-Original Message-
From: Niel Archer [mailto:Niel Archer] On Behalf Of Niel Archer
Sent: Friday, June 08, 2007 10:45 AM
To: php-windows@lists.php.net
Subject: Re: [PHP-WIN] Drag and Drop
Hi
x27; in
C:\www\test\timeweb\classes\reports.php on line 2745
Yeah, that's not valid PHP. Return it as as array...
return array($htmlReport, $res);
-Stut
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
option to remove or not supply this header.
-Stut
On 6/12/07, Luis Moreira (ESI-GSQP) <[EMAIL PROTECTED]> wrote:
Hi
This is possibly way too simple, but let me ask just the same :
I want to add some code (may be PHP) on an HTML page, to check
the
referrer.
point you.
-Stut
On 6/12/07, * Stut* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:
Bradley Stahl wrote:
> Try using the "$_SERVER['HTTP_REFERER']" server variable to get
the URL of
> the page that referred the current user to your
Bill Bolte wrote:
Do you have error reporting turned off?
And/or display_errors?
-Stut
--
http://stut.net/
-Original Message-
From: Leandro Martinez [mailto:[EMAIL PROTECTED]
Sent: Friday, June 22, 2007 8:23 AM
To: php-windows@lists.php.net
Subject: [PHP-WIN] PHP and MYSQL
Hello
n recreate
them during unserialize using a __wake method.
-Stut
--
http://stut.net/
-Original Message-
From: Gustav Wiberg [mailto:[EMAIL PROTECTED]
Sent: 26 June 2007 02:28 PM
To: 'php windows' (php-windows@lists.php.net)
Subject: [PHP-WIN] Save classes to db?
Hi there!
Is
hanges the fact that you cannot serialize resources.
-Stut
--
http://stut.net/
-Original Message-
From: Stut [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 26, 2007 3:29 PM
To: Dale Attree
Cc: 'Gustav Wiberg'; ''php windows''
Subject: Re: [PHP-WIN] Save classe
when serialized.
Therefore you can use an __sleep method to gracefully disconnect the
object from the database when serialized, and __wakeup to reconnect it
when unserialized.
I hope that makes a bit more sense.
-Stut
--
http://stut.net/
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
w to make it work.
Query looks fine. Are you sure the table and field names are correct?
-Stut
--
http://stut.net/
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
n't a random reason - "read" is on the reserved words list:
http://dev.mysql.com/doc/refman/5.0/en/reserved-words.html
-Stut
--
http://stut.net/
- Original Message - From: "Stut" <[EMAIL PROTECTED]>
Newsgroups: php.windows
To: "James Blandford"
ashes are going / instead of \ in what they say. Anyways,
thanks for all the help!
http://php.net/install.windows.apache2
-Stut
--
http://stut.net/
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
t is wrong... I'm pretty new to all this and grabbed this
out of a book. Thanks for the help!
You need to enable/install the MySQLi extension. Your book should tell
you how to do that, if not: http://php.net/mysqli
-Stut
--
http://stut.net/
--
PHP Windows Mailing List (http://w
MySQLi is installed.
-Stut
--
http://stut.net/
-Original Message-----
From: Stut [mailto:[EMAIL PROTECTED]
Sent: Monday, July 09, 2007 8:18 AM
To: Jacob Bergman
Cc: php-windows@lists.php.net
Subject: Re: [PHP-WIN] Testing MySQL PHP connection
Jacob Bergman wrote:
While trying to connect to
he phpinfo output for where it should go).
-Stut
--
http://stut.net/
-Original Message-----
From: Stut [mailto:[EMAIL PROTECTED]
Sent: Monday, July 09, 2007 8:41 AM
To: Jacob Bergman
Cc: php-windows@lists.php.net
Subject: Re: [PHP-WIN] Testing MySQL PHP connection
Please include the
rom phpinfo
for where it's expecting to find it. Also you make no mention of
restarting Apache after you modified the ini file.
-Stut
--
http://stut.net/
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Please always include the list when replying.
Oman, Gregg wrote:
Stut,
Attached is the output of phpinfo. When I search the system
for php.ini, the only place it appears is C:\Program Files\PHP.
Ok, looking at that your configuration is very confused. Why do you have
PHP in
THE LIST, PLEASE INCLUDE THE LIST UNLESS YOU'RE WANTING TO HIRE ME AS A
CONTRACTOR
Hope you see that this time. Hit reply to all not reply - it's really
not that hard.
Oman, Gregg wrote:
Stut wrote: >
Ok, looking at that your configuration is very confused. Why do you ha
Bill Bolte wrote:
http://wamp.corephp.co.uk/
Here's the guide...
That's the one, thanks Bill.
-Stut
--
http://stut.net/
-Original Message-----
From: Stut [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 12, 2007 8:30 AM
To: Oman, Gregg
Cc: php-windows@lists.php.net
Subject
Gustav Wiberg wrote:
Php.ini - Changes of smpt-settings in this file - DO I HAVE TO restart whole
server?
Just the web server software, not the machine.
-Stut
--
http://stut.net/
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
long time ago I created a site
like this using Winamp. I wrote a UDP server in C++ that took commands
from PHP scripts and then used the Winamp SDK to control Winamp.
I'm sure there are other MP3 players out there with suitable APIs.
-Stut
--
http://stut.net/
--
PHP Windows Ma
ke
this work?
Posting a question twice because the first one didn't get any responses
is not likely to make you any friends.
You bought this software? Seems to me that your best bet would be to ask
the company you bought it from. This list is not here to provide free
support for commerc
sn't know how to execute PHP
2) CLI is using a different php.ini than the web server - check this
with a phpinfo page (http://php.net/phpinfo
3) Permissions are preventing the web server process from writing to the
event log
-Stut
--
http://stut.net/
--
PHP Windows Mailing L
both a URL and on the CLI. If they're
different then that's probably what your problem is. The output from
reflects the current environment only.
-Stut
--
http://stut.net/
Stut <[EMAIL PROTECTED]> 30/07/2007 9:52 a.m. >>>
Bruce Cowin wrote:
I originally sent th
Vitor Mendes wrote:
Does anybody knows how can I install CACTI with PostgreSQL database? It
works?
Do you know if it recognizes switch, hub or acess points?
You'll have better luck asking the people who develop Cacti - I'm sure
they have their own mailing list.
-Stut
--
http:
Cédric Joubert wrote:
wich template do you use for a little php application ?
Template? What exactly do you mean by that?
-Stut
--
http://stut.net/
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
guessing should be in quotes. I suggest you copy/paste your code instead
of re-typing it (assuming you re-typed it).
-Stut
--
http://stut.net/
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
those you're not getting the full picture.
Also try viewing the source of the page that is output. Are you seeing
any PHP code in it?
-Stut
--
http://stut.net/
"Stut" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Stephen wrote:
i'm tryin to get th
administrative rights all
the time.
If you are trying to install it with the installer, right-click on the
setup file and select "Run as administrator". If that's not how you're
trying to install it please explain what actions you are taking.
-Stut
--
http://stut.net/
--
PHP
n
an http://... location which will not work for precisely the reason the
error message gave.
In the second instance I would guess that the location of the file you
are trying to create is not writeable by the user PHP is running as.
What user that is depends on what web server you
[EMAIL PROTECTED] wrote:
I thought accessing files/directories above the www-root via the web was
impossible???
Directly yes, but you can proxy it through a server-side script.
-Stut
--
http://stut.net/
-Original Message-
From: George Pitcher <[EMAIL PROTECTED]>
To: Gustav
no matter what.
This is usually caused by mismatched DLLs. Make sure all your PHP
binaries are from the same release. If I were you I'd actually delete
everything to do with PHP from the system (except maybe php.ini), then
get everything fresh from the ZIP download no php.net.
-Stut
--
Sean wrote:
Stut wrote:
Sean wrote:
-- I have Apache 2.0.59 (and the error was occuring before on apache
1.3 too) runnng on windows 2003 and 2000 servers. Every so offten
(5 or 6 times a day), I get a
---
Application error of Faulting application Apache.exe, version
2.0.59.200, faulting
t;
nature is to try it before asking here.
-Stut
--
http://stut.net/
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
thing with paths or so on...
I apologise, I made an incorrect assumption based on what you sent.
What do you mean by "doesn't seem to be displayed"? Show us code.
-Stut
--
http://stut.net/
-Original Message-
From: Stut [mailto:[EMAIL PROTECTED]
Sent: Wednesday, Septem
watersniper wrote:
How can I use OWC with PHP?
I've never tried it but I see no reason why not. You'll need to use the
COM extension: http://php.net/com
-Stut
--
http://stut.net/
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
watersniper wrote:
Stut,Thank you very much!
But I don't know --the module_name
in COM::COM ( string $module_name )
And, I can't find how to operate the object.
That bit doesn't have much to do with PHP. You need to read the
documentation for the office web components.
ause next command is strongly dependent on
the
results from previous command.
The only way I can think of to do this is to use popen[1] to run a
shell. You can then send it commands and read the output.
-Stut
[1] http://php.net/popen
--
http://stut.net/
--
PHP Windows Mailing List (htt
e pretty or, IMHO, worth doing.
Rather than asking us if it's possible to do something in a particular
way, you may want to try telling us what you want to achieve.
-Stut
--
http://stut.net/
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
M. Sokolewicz wrote:
grep, replace all
No, but it will be hard to fix all the http://stut.net/
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
1 - 100 of 112 matches
Mail list logo