Freelancers Forum Messages on Friday September 7th 2007
RE: FN-FORUM: Accepting payment from the Middle East?
date posted 7th September 2007 20:09
Hi Kat/Juraj,
> Moneybookers do bank transfers internationally, not sure if
> it will work with Iran though.
And I second that. I use Moneybookers, and it's working perfectly. It
accepts various pa...
Re: FN-FORUM: Accepting payment from the Middle East?
date posted 7th September 2007 19:56
Hi,
I had the same problem when sending money from UK to Cuba. There was
only one option - my bank would send the money to a bank over there
and the person would receive the money via some kind of ag...
FN-FORUM: Accepting payment from the Middle East?
date posted 7th September 2007 19:28
I have a colleague in Canada who has been asked to edit an article
for submission to a peer-reviewed scientific journal. He has the
required technical and editing credentials, the journal is a
r...
Re: FN-FORUM: SQL help
date posted 7th September 2007 17:21
Some one should refactor it some time. It will just fester.
Add a new table with 3 columns:
tblCourseCodes
CodeNum (is a byte sized integer contrained to: {1,2,3,4})
CourseCode
CourseID (is a Forei...
Re: FN-FORUM: SQL help
date posted 7th September 2007 16:47
On Thursday 06 September 2007 14:52:29 Paul Cooper wrote:
> strCourseCode1, strCourseCode2 etc I already know from an earlier page
> query (they are stored in tblCourses). I know about the best prac...
Re: FN-FORUM: How widespread is Flash Player these days?
date posted 7th September 2007 13:07
> Adam Reynolds:
> Please do not sit there and state bullshit about how Flash 7 is
> accessible.
http://rnibblinddate.nomensa.com/
The Royal National Institute of Blind People were happy enough to u...
Re: FN-FORUM: OT: Funny quotes
date posted 7th September 2007 10:24
You should have look at this:
http://search-engine-forums.webwobot.com/viewtopic.php?f=40&t=270
On 7 Sep 2007 09:41:45 -0000, Juraj Seffer [EMAIL REMOVED] wrote:
>
> http://coolsig.com/techies1.html...
FN-FORUM: OT: Funny quotes
date posted 7th September 2007 10:06
http://coolsig.com/techies1.html
;-)...
RE: FN-FORUM: Email problems in PHP
date posted 7th September 2007 08:28
Anthony Cartmell wrote:
>> The code isn't actually mine, I've taken it over from somebody else
>> and they had the base64_encode stuff in there so I'm not sure why its
>> in there, although taking it...
Re: FN-FORUM: Email problems in PHP
date posted 7th September 2007 07:59
> The code isn't actually mine, I've taken it over from somebody else and
> they had the base64_encode stuff in there so I'm not sure why its in
> there, although taking it out causes the email to...
Re: FN-FORUM: Email problems in PHP
date posted 7th September 2007 07:50
mail() is terrible, it encourages spammers if used badly (easy header
injection), a lot of servers are setup so mail will come from www-data
or similar instead of the actual address you want it to c...
Re: FN-FORUM: How widespread is Flash Player these days?
date posted 7th September 2007 01:03
Mike Duguid wrote:
> Adam Reynolds
>>> Your issue is also one of accessibility. Flash isn't and..
>>>
>
> Not true in either case (despite being stated as 'fact'). These are
> misconceptions...
Re: FN-FORUM: Email problems in PHP
date posted 7th September 2007 00:29
Hi - I'd rather use this class instead
http://www.phpguru.org/static/mime.mail.html
James Herrington wrote:
>
> Hi all,
>
> I'm having a few problems sending out HTML emails in php. I have the
> HTM...