--
T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y
data intensive web and database programming
http://www.AnalysisAndSolutions.com/
4015 7th Ave #4, Brooklyn NY 11232 v: 718-854-0335 f: 718-854-0409
__
Hans Zaunere wrote:
Has anyone on here found a viable solution? Everything seems to work
on the www side of things but as soon as i use the data in an RSS feed
it does not seem to like the MS Word characters.
Word/etc always manages to create new and exciting chars, but the following
usually t
Hello NYPHP,
Having been recently hacked and several of my webmaster email account
names being hijacked by spammers, I am looking for viable solutions to
safeguard my websites and the membership of these sites.
I just ran across some discussion about openID (yes, I have been in a
cave now for som
> + 1 for Tag system
Thanks all - I think this one is pretty much unanimous...
H
___
New York PHP Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk
NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com
Show Your Participa
> // convert smart quotes and mdashes
> $wordchars=array('—','"','"',''',''',"…");
I've ran into strange and subtle issues when actually putting the chars to
replace themselves into code. This is especially frustrating with encoding/etc
of various files, in which cases sometimes these won't m
+ 1 for Tag system
On Wed, Oct 29, 2008 at 3:16 PM, Tom Sartain <[EMAIL PROTECTED]> wrote:
> +1 for Writing Tag Systems as well
>
> On 10/29/08, Shari Halter <[EMAIL PROTECTED]> wrote:
>>
>>
>> +1 for Writing Tag systems in PHP/MySQL
>>
>>
>>
>> -shari
>>
>>
>>
I'm not sure why but neither suggestion seemed to work, here is what I
found that does work
/**
* Remove unwanted MS Word high characters from a string
*
* @param string $string
* @return string $string
*/
function sanitizeString($string = null)
{
if(is_null($string)) return false;
On Wed, Oct 29, 2008 at 3:40 PM, Hans Zaunere <[EMAIL PROTECTED]> wrote:
>
> $this->Value = str_replace(array(chr(0x92),chr(0x93),
> chr(0x94),chr(0x96),chr(0x97),chr(0x85)),
> array('\'','"','"','-','-','...'),$this->Value);
>
Yep, use Hans' it's more readable.
Chris Snyder
http://chxor.chxo.co
On Wed, Oct 29, 2008 at 3:30 PM, Joseph Crawford <[EMAIL PROTECTED]> wrote:
> Has anyone on here found a viable solution? Everything seems to work on the
> www side of things but as soon as i use the data in an RSS feed it does not
> seem to like the MS Word characters.
>
That's for sure.
Here's
> Has anyone on here found a viable solution? Everything seems to work
> on the www side of things but as soon as i use the data in an RSS feed
> it does not seem to like the MS Word characters.
Word/etc always manages to create new and exciting chars, but the following
usually take care of most
Has anyone on here found a viable solution? Everything seems to work
on the www side of things but as soon as i use the data in an RSS feed
it does not seem to like the MS Word characters.
Thanks,
Joseph Crawford
___
New York PHP Community Talk Mai
+1 for Writing Tag Systems as well
On 10/29/08, Shari Halter <[EMAIL PROTECTED]> wrote:
>
>
> +1 for Writing Tag systems in PHP/MySQL
>
>
>
> -shari
>
>
> ___
> New York PHP Community Talk Mailing List
> http://lists.nyphp.org/mailman/listinfo/talk
>
> N
+1 for Writing Tag systems in PHP/MySQL
-shari
___
New York PHP Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk
NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com
Show Your Participation in New York PHP
http:
On Wed, 29 Oct 2008, Hans Zaunere wrote:
> -- Writing Tag systems in PHP/MySQL, that scale to memcached, with XDebug
> for Profiling; Writing a social application such as forums, messaging or
> guilds with PHP/MySQL and what happens when a million people show up on
> opening day.
+1
Good timing
+1 for Writing Tag systems in PHP/MySQL
-Anthony
Original Message
Subject:
[nyphp-talk] Sun/MySQL/PHP Special Presentation - YOU PICK
Date:
Wed, 29 Oct 2008 12:20:54 -0400
From:
Hans Zaunere <[EMAIL PROTECT
All,
We're pleased to host two of Sun/MySQL premier technical team members for a
NYPHP Special Presentation, November 12th. We'll put the announcement out
this week, but first you need to pick which presentation should be given -
these are technical/overview presentations.
These are the options
It's also straight forward to hide the location o the original file by
using fopen, fread.
// authentication logic, then...
$fileName = 'whatever.ppt';
$filePath = 'folder/' $fileName;
header('Content-Disposition: atachment; filename="' . $fileName . '"');
header("Content-Type: application/ppt")
17 matches
Mail list logo