Thanks for the feedback. Prior to posting, I had googled numerous articles on referencing in php. Some where helpful and some were downright confusing.
Just making sure.
Thanks.
Hi Guys,
I had a quick question about referencing array elements.
I wanted to create a "shortcut" to a specific array element as a reference so as to Not create a copy of the data.
I just wanted to make sure that I understood this correctly.
Thanks.
Sample code...
Ok I've figured it out.
I'm posting again in case others may be interested.
Actually i was pretty close i just didn't have the right
combination. see code below.
The line "$cell->EntireRow->Copy;" has to be inside the for loop or it doesn't work.
In this example because we are getting the...
Hi Guys,
I have a question about using php5 the 'new COM("excel.application")'
function to modify an existing (pre-formated) excel template.
I can open the template and read and write to it just fine.
what i'm trying to do is select a single formated row and then
do an insert to expanded the...
Hi everyone.
I'm using PHP 5.2.0 on windows server 2003.
I'm trying to comeup with a bit of code
to find out what System DSNs are available before
I try to connect to one.
Does anyone know of an easy way to do this?
Thanks in advance
Hi.
I was wondering if there was some way to position text
over the top of a java applet. Of all the searches I have done
no-one seems to know the answer to that one.
I've seen where people have used the <param name=wmode value=transparent> ( or opaque )
to accomplish placing text over the top...
Hi thanks for the quick reply.
I tried the -f parameter but with the same results.
I think that we are going to install an smtp mailer package and be done with it.
Thanks.
Hi Guys.
I am calling the mail() function from my php script
hosted on a linux box.
The problem that i have is no matter what i specify for
the headers, the From and Reply-to headings in the recieved
email always say "added by portage for apache [apache@vhost.xxxxxx.com]". This seems to be...
Thanks for the suggestions.
I did find that the uis.CurrentValues.Value table column
is formated for text, and the target column
pcs_header_record.lowwarningvalue is formated as a double.
I do understand that it was a mismatch error that i was getting.
The software vendor deemed this not to be...
I forgot to mention the fact the in the sample
execution of the above sql statement, that the
actual data passed to this query are perl variables,
not literal text like i have shown above.
Thanks.
Hey everyone.
It's been a while since i've dropped by.
This seems to be the right place for a dbi question these days. :)
I have this sql statement:
my($SQL_BOTH) = "UPDATE
efmserv_pcs.pcs_header_record
SET
highwarninggnsid = ?,
highwarningvalue =
(SELECT Value FROM...
Hi everyone.
I am running apache 2.0.52 on WinXP
The quick version is that when i access a static
html page, it pops up quickly and all is well.
When i access a page dynamically created using perl,
there seems to be a delay between the time the page
is done loading and the browser 'thinks' the...
Hey Everyone.
I was asked to look at someones network and found
that they are using
class A network ip addresses ( 10.xx.xx.xx )
with a class C subnet. 255.255.255.0
It's a small network, 1 server and about 10 pcs.
I realize that a class A network should use 255.0.0.0
as the subnet mask,
other...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.