Protected Mail System Test.
+++ Attachment: No Virus found
+++ MC-Afee AntiVirus - www.mcafee.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
New to the list, so I hope I'm in the right place.
I'm trying to write a small php function which checks a page filled
with a list of satellite images of earth, and loads the latest one to
have been taken at 4:25 in the morning, when the view is most complete
(full credit to be given to the ori
r such quick and effective help, guys! What a great resource.
Mike
Michael Allan wrote:
New to the list, so I hope I'm in the right place.
I'm trying to write a small php function which checks a page filled
with a list of satellite images of earth, and loads the latest one to
have be
>
> $sql = "SELECT WorkOrderID AS Work_Order_ID, DATE_FORMAT(StartDate, '%b.
> %e, %Y %l:%i %p') AS Start_Date,
> DATE_FORMAT(EndDate, '%b. %e, %Y %l:%i %p') AS End_Date, ";
> $sql .= "Advertiser AS Advertiser_Name,AccountNum AS Account_Number,
> Impressions AS Ad_Impressions, ";
>
Umm.. I meant you need to put
$sql .= "FROM workorderform ";
between these:
$sql .= "AdSize AS Ad_Size, CPM AS CPM_Rate, ";
$sql .= "ORDER BY StartDate DESC";
:)
Terion Miller wrote:
> On Fri, Dec 5, 2008 at 3:57 PM, Allan Arguelles <[EMAIL PROTECTED]&
uot;AdSize AS Ad_Size, CPM AS CPM_Rate, ";
> $sql.= "FROM workorderform, ";
> $sql .= " WHERE WorkOrderID = WorkOrderID ORDER BY StartDate DESC";
>
>
> On Fri, Dec 5, 2008 at 4:14 PM, Allan Arguelles <[EMAIL PROTECTED]>wrote:
>
>
>>
I only see this in the attachment:
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
bigredli...@yahoo.com wrote:
> Please read the document.
>
> Attachment: No Virus found
> F-Secure AntiVirus - www.f-secure.com
>
>
>
Yeah, I was reluctant to open the attachment, but then again I'm on
gentoo :)
I've forgotten about these "threats" eversince I switched over, didn't
even notice the bounced email(to the sender) as an indication.
-Allan
Robert Cummings wrote:
> On Thu, 2009-01-08 at
I guess its these examples that remind us that we still need to look out
for ourselves. I got used to the idea that theres so little chance that
I'd be a target, as a linux user, I've become less aware of these things.
Daniel Brown wrote:
> On Thu, Jan 8, 2009 at 04:53, Robert Cummings wrote:
>
Hi all
The situation is as follows
I've read some data in from a couple of files into a string variable, made
some changes to it and want to send the contents of the string out to the
browser as a word document.
My code currently looks like the following
header('Content-Type: application/msword
Hi all
Has anyone got any ideas why the following isn't giving me correct filename
in the ie save dialogue
header('Content-Type: application/msword');
header('Content-Disposition: attachment; filename="PurchaseReq.doc"');
I get the save dialogue, but with preq.doc instead of PurchaseReq.doc
27;Content-Type: application/msword');
header("Content-Disposition: attachment; filename=PurchaseReq.doc");
-Original Message-
From: Richard Quadling [mailto:rquadl...@googlemail.com]
Sent: Saturday, 27 February 2010 8:45 PM
To: Nick allan
Cc: php-general@lists.php.net
Subject: Re
x27;s
Regards
Allan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Delphi
Exe.
I am not used to such fantastic support. Good team work out here. Thanks.
Regards
Allan Fernandes
"Matty Sarro" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> You can attempt to protect your code with Zend guard or a couple other
> utilities. I be
GET['ss']."']" ) as $subsection)
$content = $subsection;
$xsl = simplexml_load_file( 'simple_test.xsl' );
$proc = new XsltProcessor();
$proc->importStylesheet($xsl);
echo $proc->transformToXML($content);
Thanks for any help
Allan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
$content = $subsection;
}
}
$xsl = simplexml_load_file( 'simple_test.xsl' );
$proc = new XsltProcessor();
$proc->importStylesheet($xsl);
echo $proc->transformToXML($content);
Thanks
Allan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
xml dom model that can be operated on by the xslt
processor. I still have no idea why it would spit out the whole xml
document if its not done like that - but never mind...
Thanks
Allan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
rsion I am using (5.0.3)?
TIA,
David Allan
mailto:[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> -Original Message-
> 08while (false !== ($file = readdir($handle))){
> 09$fn = explode(".",$file);
> 10if ($fn[1]=="pdf"){
> 11echo $inputpath.$file."";
> 12$handle = fopen($inputpath.$file,"r");
> 13
> is anyone a member of linkedin
Yes. I've not been hounded. I've reconnected with a couple former
co-workers, and been approached (professionally) by College Classmates, but
that's been all.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I've just been looking at phpSurveyor. Would that help at all?
It's PHP, with mySQL database . . .
> -Original Message-
> From: ...helmut [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, May 31, 2005 4:35 PM
> To: php-general@lists.php.net
> Subject: Questionary Development - Continued
>
>
>
21 matches
Mail list logo