at my site for more updates in the comign days/weeks)
(Im using this now in combination with GTK to develop a "standalone"
app for a Win32 machine. Excel is great becuase the managers can
simply open the file and print it and dont have to use a separate program
to generate reports)
-
And more generally,
http://www.php.net/manual/en/function.gettype.php
--
Scott Hurring
Systems Programmer
EAC Corporation
scott (*) eac.com
--
"Rasmus Lerdorf" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> is_array
>
> On Tue
$HTTP_SESSION_VARS, it doesn't seem like the best thing
in the world (i would keep them separate).array_merge()
will probably do what you want... or a simple loop:
while (list($k,$v) = each($_POST))
$HTTP_SESSION_VARS[$k] = $v;
--
Scott Hurring
Systems Programmer
EAC Corporation
sco
ore and prevent accidental mis-interpretation (if you use
"$imore.php", it would not use "$i"'s value but "$imore")
--
Scott Hurring
Systems Programmer
EAC Corporation
scott (*) eac.com
--
"Tim Blackwell" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL
Well, as a starting point, for Outlook, look at COM,
i've used it to control Excel in the past.
As for credit checking agencies, i have no idea what type of
interface you're dealing with, so i can't really suggest anything.
good luck, though... sounds like a fun project :)
-
Nope :)
Have you checked the return status of all mysql function calls?
most probably, there's a failing connect or query call somewhere
that you're not catching.
--
Scott Hurring
Systems Programmer
EAC Corporation
scott (*) eac.com
--
"Wayne A. Darby" <[EMAIL PROTE
There's a problem with IIS and the rest of the world :-)
--
Scott Hurring
Systems Programmer
EAC Corporation
scott (*) eac.com
--
"Brian McGarvie" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
OK This is a followon from my Browser
or use google :-)
http://google.com/search?q=PHP+file+exists&ie=UTF-8&oe=UTF-8&hl=en&lr=
5th link down is a direct link to file_exists function specs on zend.com
--
Scott Hurring
Systems Programmer
EAC Corporation
scott (*) eac.com
--
"David Elliott" <[EMAIL PROTEC
erhaps the admin. turned off ini_set() for
security reasons (although it sounds like you're running this
locally)
--
Scott Hurring
Systems Programmer
EAC Corporation
scott (*) eac.com
--
"Robert" <[EMAIL PROTECTED]> wrote in message
015a01c22815$2bf5d2b0$1aacfe91@fatalerror"
Do it the opposite way... don't use "&" when passing vars to
functions, but do use it when receiving values in functions:
--
Scott Hurring
Systems Programmer
EAC Corporation
scott (*) eac.com
--
"Thomas Weidner" <[EMAIL PROTECTED]> wrote in message
[EMAI
would click a single button and an
office assistant would look at an image and decide which
patient's file to put it into.... pretty simple ;-)
--
Scott Hurring
Systems Programmer
EAC Corporation
scott (*) eac.com
--
"Dash McElroy" <[EMAIL PROTECTED]> wrote in message
ABA3F1F
An HTML textarea cannot show any formatting, AFAIK.
Yahoo and MSN use an ActiveX control...
--
Scott Hurring
Systems Programmer
EAC Corporation
scott (*) eac.com
--
"Milton Thomas" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Does
How about java<->PHP interoperability?
How about a SOAP PHP backend and a PHP-GTK front-end
that communicate with each other (or, for that matter, how
about a Java GUI front-end?)
--
Scott Hurring
Systems Programmer
EAC Corporation
scott (*) eac.com
--
"Serdar Sokmen" <[EMAI
fire up MSIE to the
webpage showing a list of "newly scanned documents".
Perhaps check out PHP-GTK for writing win32 GUI apps
with PHP.
--
Scott Hurring
Systems Programmer
EAC Corporation
scott (*) eac.com
--
"Todd Williamsen" <[EMAIL PROTECTED]> wrote in message
[EMA
[EMAIL PROTECTED]
> Subject: Re: run as
>
>
> At 09:15 09/07/2002 +, you wrote:
> >Message-ID: <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >From: "Scott Hurring" <[EMAIL PROTECTED]>
> >Date: Mon, 8 Jul 2002 17:36:52 -0400
> &g
I assure you, it's not magic, and it doesn't stop working
"without reason" - there's always a reason with computers :)
Could you please send a code snippet so we can
see exactly what you're doing?
--
Scott Hurring
Systems Programmer
EAC Corporation
scott (*
t
apache is running as doesn't have permission to do
COM stuff.... but i really don't know for sure.
--
Scott Hurring
Systems Programmer
EAC Corporation
scott (*) eac.com
--
"Olivier Hubert" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]..
.. so after a few
minutes, there'd be so many open Excel instances that
the computer would really slow down.
I'd imagine that on a server, the problem would be
magnified.
--
Scott Hurring
Systems Programmer
EAC Corporation
scott (*) eac.com
--
"Ross Fleming" <[EMAIL PROTECT
Erm, it might be easier to use $_REQUEST rather than
determining _POST and _GET (and possibly running
into prob's later if the form submission METHOD changes)
--
Scott Hurring
Systems Programmer
EAC Corporation
scott (*) eac.com
--
"Dash McElroy" <[EMAIL PROTECTED]
Actually, a fine gentleman from Nigera the other day
emailed me the encrypted source code to just such
a script all i had to do was give him my bank
account information and let him transfer over
$25 million to me so i could afford some machines
to crack the encryption. :-)
--
Scott Hurring
iables. what version of
PHP are you using?
--
Scott Hurring
Systems Programmer
EAC Corporation
scott (*) eac.com
--
"Chris Schmidt" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Yes includes work My problem is with case of vars
>
n
(if you use register_globals).
--
Scott Hurring
Systems Programmer
EAC Corporation
scott (*) eac.com
--
"Dash McElroy" <[EMAIL PROTECTED]> wrote in message
ABA3F1F1A223D411BE6C006008A6F7E260434D@MSX1-PTON">news:ABA3F1F1A223D411BE6C006008A6F7E260434D@MSX1-PTON...
> PHP w
ey wrote some pretty slipshod code if you're getting
that many notices and errors.
--
Scott Hurring
Systems Programmer
EAC Corporation
scott (*) eac.com
--
"Tracker 1" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> okay, in yo
I assure you, include() does work ;-)
Verify that the file is indeed present in the 'include_path' (as set
manually by ini_set() or in 'php.ini'), and make sure that the
server is actually parsing PHP files correctly.
--
Scott Hurring
Systems Programmer
EAC Corporati
HP is just NS 4 acting dumb.
the browser/OS of the client's computer has absolutely zero
effect on the server-side parsing and output of PHP scripts.
--
Scott Hurring
Systems Programmer
EAC Corporation
scott (*) eac.com
--
"Ivan Arbitman" <[EMAIL PROTECTED]> wrote in messa
developing code,
so i suggest you keep them turned ON for local dev,
but it's harmless to turn them off.
--
Scott Hurring
Systems Programmer
EAC Corporation
scott (*) eac.com
--
"Saci" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
&g
Adjust the 'max_execution_time' in php.ini or with a call
to ini_set() and it won't timeout.
PHP is a great language, don't let something a silly as
a default timeout value dissuade you from using it to do
"longer running" things.
--
Scott Hurring
Systems Pr
Try putting a "LIMIT 10" after a valid query
--
Scott Hurring
Systems Programmer
EAC Corporation
scott (*) eac.com
--
"Rasmus Lerdorf" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> top 10 *? What is that supposed
looking for, but go over the documentation
again, and try to look for code examples.
** And always check your status vars **
--
Scott Hurring
Systems Programmer
EAC Corporation
scott (*) eac.com
--
"Bill Hudspeth" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news
Why not check to see which one is set?
--
Scott Hurring
Systems Programmer
EAC Corporation
scott (*) eac.com
"Hippo" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
>
> I found the following problem, When using varia
ion server, but I do almost all my development work
on a Win2k machine running mysql/apache/php, i love it :-)
Apache is still classified "beta" on windows, but from what i've
seen, it's a VERY solid beta.
--
Scott Hurring
Systems Programmer
EAC Corporation
scott (*) eac
l out encrypted
passwords... this way, speed won't be such an issue, and you
can use 3072-bit keys, which are quite secure. Of course, this
would mean the client MUST have PGP/GPG installed on his
computer :-)
--
Scott Hurring
Systems Programmer
EAC Corporation
scott (*) eac.com
&q
PHP support for Apache2 is still experimental, so i'd go with
Apache 1.3.x for now.
Most people i hear from say that PHP/apache is much faster
than PHP/IIS.
"Matt Babineau" <[EMAIL PROTECTED]> wrote in message
003101c21097$69822c40$6501a8c0@developerx">news:003101c21097$69822c40$6501a8c0@develop
pen the URL";
exit;
}
$contents= fread($fp, 100);
fclose($fp);
if (preg_match("/([0-9]+\.[0-9]+<\/b>)/",$contents, $quote))
{
echo "$symbol was sold at: ";
echo $quote[1];
}
else
{
echo "No quote available.";
}
echo ""."This info
You get that message when it doesn't match the
pattern "(\\\$[0-9]+\\.[0-9]+)" in the returned
data.
$quote is set by eregi();
All this stuff is in the php documentation:
http://php.net/eregi
---
Scott Hurring
Systems Programmer
EAC Corporation
[EMAIL PROTECTED]
Voice: 201-46
many ways to tell a browser
"go here instead". 'Location: ...' is by far the reliable.
---
Scott Hurring
Systems Programmer
EAC Corporation
[EMAIL PROTECTED]
Voice: 201-462-2149
Fax: 201-288-1515
> -Original Message-
> From: Renaldo De Silva [mailto:[EMAIL PROTECTED]]
>
sions and auth and a login/logout page, etc... the
project wasn't that big -- and there was a severe time
constraint.
---
Scott Hurring
Systems Programmer
EAC Corporation
[EMAIL PROTECTED]
Voice: 201-462-2149
Fax: 201-288-1515
> -Original Message-
> From: Matt Babineau [mailto:
Or, as always, try a preg ;)
$string = preg_replace("/\n/", "\n", $string);
---
Scott Hurring
Systems Programmer
EAC Corporation
[EMAIL PROTECTED]
Voice: 201-462-2149
Fax: 201-288-1515
> -Original Message-
> From: Nikolai Jeliazkov [mailto:[EMAIL PROTECTE
user data is in the database, and eveyrtime a change
is made to the DB, the .htpasswd file is written to disk
to keep it constantly updated.
---
Scott Hurring
Systems Programmer
EAC Corporation
[EMAIL PROTECTED]
Voice: 201-462-2149
Fax: 201-288-1515
> -Original Message-
> From: Ma
Well, i personally use them becuase i used to do a lot of Perl
programming, and i like perl-style regex's more. IMO, they're
more powerful too, and are more commonly used in other programs
and utilities than PHP-style regex's... it's not a speed issue
for me.
---
S
object:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/modcore/htm
l/deovrMicrosoftWord2000.asp
---
Scott Hurring
Systems Programmer
EAC Corporation
[EMAIL PROTECTED]
Voice: 201-462-2149
Fax: 201-288-1515
> -Original Message-
> From: R.S. Herhuth [mailto:[EMAIL PROTECTED]]
[False]->WritePasswordDocument[""]->WritePassword
> Template[""]->Format["wdOpenFormatAuto"];
I know it's a pain, but try splitting that up into one-call-per-line,
and then it'll be a pieced of cake to see where the error is.
*always* check error message
Personally, i'd go with preg_replace and/or preg_match_all.
http://www.php.net/manual/en/function.preg-replace.php
They might not be the fastest way, but certainly one of the
easiest for the programmer.
---
Scott Hurring
Systems Programmer
EAC Corporation
[EMAIL PROTECTED]
Voice: 201-462
annot short-circuit a boolean expression
> ?costing you milliseconds?
... or (more importantly), unwanted side-effects. :)
> > ASP does not have mult-line comments
> So what?
Because it's a HUGE pain to not be able to quickly comment
out entire blocks of code for testing a
xcel program to automatically
populate and then print out spreadsheets, so i may be able
to help ya out... but send some more info, thanks.
---
Scott Hurring
Systems Programmer
EAC Corporation
[EMAIL PROTECTED]
Voice: 201-462-2149
Fax: 201-288-1515
> -Original Message-
> From: R.S. H
Well, what you ask for is pretty generic,
so here's my 2 line search engine ;-)
// Regex to match
$data = join('', file('htmlfile'));
preg_match("/ ... /", $data, $matches);
---
Scott Hurring
Systems Programmer
EAC Corporation
[EMAIL PROTECTED]
Vo
> >
> > > You can use AT.exe or the scheduler.
> > >
D'oh. Sorry... i use PHP on both platforms daily, so
sometimes i forget to restrict suggestions to win-only
on this list :)
---
Scott Hurring
Systems Programmer
EAC Corporation
[EMAIL PROTECTED]
Voice: 201-462-
ly mess things up...
I've had entire scripts refuse to run because i used
a text editor that felt like throwing in "\r" after
every line.
(Open up a "windows" file in "vi" to see the mess)
---
Scott Hurring
Systems Programmer
EAC Corporation
[EMAIL PROT
...Or you could preg_match on the string.
$data =
preg_match('/EXTERNALLINK\(\'(\d+)\'\)/', $data, $matches);
var_dump($matches);
---
Scott Hurring
Systems Programmer
EAC Corporation
[EMAIL PROTECTED]
Voice: 201-462-2149
Fax: 201-288-1515
> -Original Message---
Cronning a script works great as well
(I do this at home on my linux server)
---
Scott Hurring
Systems Programmer
EAC Corporation
[EMAIL PROTECTED]
Voice: 201-462-2149
Fax: 201-288-1515
> -Original Message-
> From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]]
> Sent: Thur
I've never used COM+Word, but i assume you can read the
contents of a Word file using COM, then search for
specific words. If you're on a windows platform, that is
-- becuase COM is windows-only
do some google.com searches for COM, PHP, Word.
---
Scott Hurring
Systems Prog
Personally, there are 3 biggies for me
1) Free, open-source
2) works on linux and windows
3) it's NOT anything like VB :)
If you're looking for a technical in-depth review, try google.com
---
Scott Hurring
Systems Programmer
EAC Corporation
[EMAIL PROTECTED]
Voice: 201-462-2149
Fa
If you don't want to install that god-awful MS SQL thing,
MySQL is free, open-source, and runs on Win32 platforms
(and is a snap to install)
Just have it running as a service on whatever computer
you need to access it on... plug in the IP, name,
password, and you're good to go. I do all my devel
an then
see the output of the long process.
What is the long proc. doing anyway?
---
Scott Hurring
Systems Programmer
EAC Corporation
[EMAIL PROTECTED]
Voice: 201-462-2149
Fax: 201-288-1515
> -Original Message-
> From: Olivier Hubert [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, May 0
Yes.
If you're outputting to a browser, the browser ignores
linefeeds. you *need* some kind of HTML to split up lines.
---
Scott Hurring
Systems Programmer
EAC Corporation
[EMAIL PROTECTED]
Voice: 201-462-2149
Fax: 201-288-1515
> -Original Message-
> From: Mike Flynn [ma
Look for trace_errors in php.ini and it'll tell you about itself.
---
Scott Hurring
Systems Programmer
EAC Corporation
[EMAIL PROTECTED]
Voice: 201-462-2149
Fax: 201-288-1515
> -Original Message-
> From: Mauricio [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 08, 200
// Setup the function like this
function runvar ($var1) {
...
}
// Call it like this
runvar($var1);
---
Scott Hurring
Systems Programmer
EAC Corporation
[EMAIL PROTECTED]
Voice: 201-462-2149
Fax: 201-288-1515
> -Original Message-
> From: Matt Babineau [mailto:[EMAIL PROTECTED]]
$i)) ] =
date("F",mktime(0,0,0,$i));
print $html->select('form[months]', $all_months, date("m"));
---
Scott Hurring
Systems Programmer
EAC Corporation
[EMAIL PROTECTED]
Voice: 201-462-2149
Fax: 201-288-1515
> -Original Message-
> From: Dash McElro
Off the top of my head, try something like:
preg_match('/(\d+)/', $var, $matches);
then look what's in $matches.
---
Scott Hurring
Systems Programmer
EAC Corporation
[EMAIL PROTECTED]
Voice: 201-462-2149
Fax: 201-288-1515
> -Original Message-
> From: Alberto. S
you have to setup the directory for sessions in your
'php.ini' file.
It defaults to '/tmp', which is *not* a subdir, but
a root-dir (AFAIK), so either create "C:/tmp" or
set it to something else.
---
Scott Hurring
Systems Programmer
EAC Corporation
[EMAIL PROT
httpd.conf does not have to be in the system dir,
and neither does php.ini.
my config has httpd.conf in C:\apache\conf\
and php.ini in C:\php-4.1.2\
works like a charm.
---
Scott Hurring
Systems Programmer
EAC Corporation
[EMAIL PROTECTED]
Voice: 201-462-2149
Fax: 201-288-1515
> -Origi
On my 800Mhz windows, it drags,
go figure)
And i would also suggest Emacs, but if you're averse
to twisted keyboard shortcuts, stay far away ;-)
---
Scott Hurring
Systems Programmer
EAC Corporation
[EMAIL PROTECTED]
Voice: 201-462-2149
Fax: 201-288-1515
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Remember the online help... http://php.net/keyword
It is seriously cool... i wish that every language's
official site had as easy a way to get documentation
as PHP. :)
---
Scott Hurring
Systems Programmer
EAC Corporation
[EMAIL PROTECTED]
Voice: 201-462-2149
Fax: 201-288-1515
> -
It probably isnt working becuase AFAIK,
it's SHIFT+Click to force a refresh with MSIE.
---
Scott Hurring
Systems Programmer
EAC Corporation
[EMAIL PROTECTED]
Voice: 201-462-2149
Fax: 201-288-1515
> -Original Message-
> From: Luis Ferro [mailto:[EMAIL PROTECTED]]
> Sent: Mo
use: urlencode($param)
---
Scott Hurring
Systems Programmer
EAC Corporation
[EMAIL PROTECTED]
Voice: 201-462-2149
Fax: 201-288-1515
> -Original Message-
> From: Dash McElroy [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 30, 2002 4:19 PM
> To: 'Waldemar Brand Neto
he $form array.
If you want to preserve form elements, try
using $form['prev'] = serialize($form);
then making a hidden field named 'prev', and
on the *next* form use: unserialize($form['prev']);
to get at the "previous" values.
---
Scott Hurring
Systems Pro
Also, try system() if you want to see the output
of the called program (http://php.net/system)
PS: The online help system is your friend. :)
---
Scott Hurring
Systems Programmer
EAC Corporation
[EMAIL PROTECTED]
Voice: 201-462-2149
Fax: 201-288-1515
> -Original Message-
> From
d really rather like to keep everything
centered around PHP+COM, instead of now having
to use two separate languages with two separate
interfaces to manipulate and print spreadsheets.
---
Scott Hurring
Systems Programmer
EAC Corporation
[EMAIL PROTECTED]
Voice: 201-462-2149
Fax: 201-288-1515
--
PHP
properly unset())?
---
Scott Hurring
Systems Programmer
EAC Corporation
[EMAIL PROTECTED]
Voice: 201-462-2149
Fax: 201-288-1515
> -Original Message-
> From: Neil Lincoln [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 26, 2002 9:23 AM
> To: Alan Brown; Scott Hurring; Php-Win (
You could also use semaphores/locks :)
---
Scott Hurring
Systems Programmer
EAC Corporation
[EMAIL PROTECTED]
Voice: 201-462-2149
Fax: 201-288-1515
> -Original Message-
> From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 26, 2002 7:22 AM
> To: M
I have absolutely no idea if this will help, but i've
never seen that "Security Alert", and this is the way
i've always configured Apache:
Try routing PHP requests through a ScriptAlias like so:
ScriptAlias /php-bin/ "C:\PHP"
Action application/x-httpd-php "/
ect of something else?
Does PHP usually create temp-objects when referencing
$obj->another, or is that behaviour only part of
the COM subsystem?
Sorry for asking questions that are probably obvious,
but i'm not really too familiar with the details
of PHP's object handling.
---
Sc
Sorry for seeming a bit dense, but what's the problem
with using "LOCL TABLES" for all SQL stmnts?
It's my understanding that it will lock tables
and prevent other procs from reading/writing to
that table while you've got a lock on it.
Is that not the case?
---
Scott H
Try this:
http://www.mysql.com/doc/L/O/LOCK_TABLES.html
That seems to be what you're asking for...
to lock down the table while you select,
then update...
---
Scott Hurring
Systems Programmer
EAC Corporation
[EMAIL PROTECTED]
Voice: 201-462-2149
Fax: 201-288-1515
> -Original
unAs my account "scott", so it shouldn't be plauged
by the "SYSTEM" ownership issue... even though
i haven't tested it)
Please check out: http://furt.com/code/php/com_issues/
(Read 'readme.txt')
---
Scott Hurring
Systems Programmer
EAC Corporation
script is finished,
yet stays alive when the PHP script is
finished.
---
Scott Hurring
Systems Programmer
EAC Corporation
[EMAIL PROTECTED]
Voice: 201-462-2149
Fax: 201-288-1515
> -Original Message-
>Try
>
> $book->Close("False");
>
Doesnt do anything.
>
n.microsoft.com/library/default.asp?url=/library/en-us/modcore/htm
l/deovrMicrosoftExcel2000.asp
---
Scott Hurring
Systems Programmer
EAC Corporation
[EMAIL PROTECTED]
Voice: 201-462-2149
Fax: 201-288-1515
> -Original Message-
> From: Jack [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday
f the script, there are a bunch of zombie
procs laying around eating up all my free memory...
---
Scott Hurring
Systems Programmer
EAC Corporation
[EMAIL PROTECTED]
Voice: 201-462-2149
Fax: 201-288-1515
> -Original Message-
> From: Ray Hunter [mailto:[EMAIL PROTECTED]]
> Sent:
->Close();
unset($sheet);
unset($book);
$excel->Quit();
com_release($excel);
unset($excel)
I agree with a previous poster to this list; that it's
most likely an "undocumented" MS bug (are there any
other kinds of MS bugs? hehe)
---
Scott Hurring
Systems Programmer
EAC Corporati
sp?url=/library/en-us/modcore/htm
l/deovrMicrosoftExcel2000.asp
---
Scott Hurring
Systems Programmer
EAC Corporation
[EMAIL PROTECTED]
Voice: 201-462-2149
Fax: 201-288-1515
> -Original Message-
> From: Neil Lincoln [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 23, 2002 7:17 PM
> To
After working with Excel via COM, i cannot seem to get
the instance of Excel to quit (CTL+ALT+DEL shows an
'EXCEL.EXE' in my process list). The script opens up
a file, puts some numbers in, adds some numbers up, then
closes the sheet and tells excel to exit. I've been
trying for a few hours now
merely checking a variable is safe (for ex:)
if (empty($X)) or if (defined($X)) or if ($X)
I just hope you don't check for them and go
on to use the dirty values w/o any sanity
or bounds checking on them. :)
> -Original Message-
> From: Ross Fleming [mailto:[EMAIL PROTECTED]]
> Subjec
82 matches
Mail list logo