Freelancers Network
 
skill list top cap
Homepage
Join the Freelancer's Network
Update your details
Find a freelancer
Post a project
Find a project
Projects Archive
Post a job
Find a job
Jobs Archive
See Dan's Pages
See Andy's Pages
Link to this site
Resources
Join/Leave Forum
Forum Messages
+Additions+ Adverts
Advertising
Contact Us
Subscribe to our newsletter - enter your email address and hit return
Freelancers.net is owned and operated by Andy Stowell and Dan Winchester
skill list end cap
guru web hostcom

Find me again on Freelancers.net

Freelancers Forum Messages on Tuesday August 2nd 2005

FN-FORUM: Words of advice for newbies

date posted 2nd August 2005 23:34

Hello all Ive been watching for a couple of weeks and gleemed some usefull information but I tend to miss out joining in on any of the conversations due to being displaced for work in Australia (I'...

Re: FN-FORUM: Contemporary Office interior products

date posted 2nd August 2005 21:02

This is going to sound like a terrible idea, I know, but have a quick look at the latest Argos catalogue (it came out last weekend). They seem to have expanded their office furniture into some very in...

Re: FN-FORUM: Contemporary Office interior products

date posted 2nd August 2005 20:52

Robert Checkout the following sites; www.vitra.co.uk and www.boconcept.com for furniture - interior design companies use these two mainly for kitting out www.intra-design.co.uk - for the latest in...

RE: FN-FORUM: This is driving me mad

date posted 2nd August 2005 20:12

> move_uploaded_file worked - thanks. Why copy didn't goodness knows. open_basedir settings could be the reason perhaps or something to do with safe_mode?...

Re: FN-FORUM: This is driving me mad

date posted 2nd August 2005 19:55

Some one else wrote it originally otherwise I would have used move_uploaded_file if I had done it from scratch. I wish I had now as it probably would have been quicker. Pam ----- Original Messag...

Re: FN-FORUM: This is driving me mad

date posted 2nd August 2005 19:34

PAMELA WHITTAKER wrote: >=20 > move_uploaded_file worked - thanks. Why copy didn't goodness knows. >=20 ... or of course just use move_uploaded_file which saves you having to extract the filename you...

Re: FN-FORUM: This is driving me mad

date posted 2nd August 2005 19:31

Assuming that $p is a path and $i_name is the (image by any chance?) name you want to copy to, then I would think that the most likely cause of the error is that $p is defined but $i_name is not. This...

Re: FN-FORUM: This is driving me mad

date posted 2nd August 2005 19:26

move_uploaded_file worked - thanks. Why copy didn't goodness knows. Pam ----- Original Message ----- From: "Richard" [EMAIL REMOVED] To: [EMAIL REMOVED] Sent: Tuesday, August 02, 2005 7:33 PM Subj...

RE: FN-FORUM: This is driving me mad

date posted 2nd August 2005 18:57

Are you able to verify that the copy worked ok? I'm assuming this is PHP, so you might have more luck using the PHP function "move_uploaded_file" http://uk2.php.net/manual/en/features.file-upload.p...

RE: FN-FORUM: This is driving me mad

date posted 2nd August 2005 18:54

Have you checked that $p and $i_name that you are concatenating contain valid data to make a valid file name? Dave. ___________________________________________________________ Dave Boulden, Director...

FN-FORUM: This is driving me mad

date posted 2nd August 2005 18:41

I have the following bit of code duting a file upload echo filesize($res1); $res = copy($res1, $p.$i_name); echo filesize($res1); echo filesize($p.$i_name); echo filesize($res1) come out as...

RE: FN-FORUM: MySQL Auto backup

date posted 2nd August 2005 18:40

I tried it out, and yes, it does what it says on the tin, but then again so does: "C:\mysql\bin\mysqldump.exe -A --user root --password hxpro -h localhost > E:\backup\server\dbdumps\mysql\all-databas...

FN-FORUM: Unsubbing...

date posted 2nd August 2005 18:23

I'm off travelling for a few weeks, so some time in the next day or two w= ill be unsubbing. Just to let you know, like....

FN-FORUM: MySQL Auto backup

date posted 2nd August 2005 17:42

has anyone used this? recommend it? http://www.downloadjunction.com/product/software/92159/...

FN-FORUM: SQL Tool

date posted 2nd August 2005 15:28

Hi, Does anybody know of a tool that will show dependancies within a database, i.e., from a function, show what Stores procedures / triggers etc., use it and then for each of those which tables they...

FN-FORUM: Any freelance .Net developers here in the Gloucestershire or South West Midlands Area?

date posted 2nd August 2005 15:19

Afternoon all, We might need the occasional services of a competent and presentable freelance .Net (pref C#) developer in the Gloucestershire or South West Midlands area. We are launching a new bu...

Re: FN-FORUM: PHP copying files through FTP

date posted 2nd August 2005 14:43

Host wont allow symlinks so thats no good :( > Interesting solution could you point me to an online description please > Rus > > Andrew > >> >>> Hi All I was reading up on some mirroring / file copy...

Re: FN-FORUM: Non Roman Alphatetic characters

date posted 2nd August 2005 13:31

On Tue, 2 Aug 2005, PAMELA WHITTAKER wrote: > Thanks - I take it that means seven different Databases - one for each > Language then? It will be SQL Server not Access. No one database .... e.g. Loc...

Re: FN-FORUM: Non Roman Alphatetic characters

date posted 2nd August 2005 13:00

Thanks - I take it that means seven different Databases - one for each Language then? It will be SQL Server not Access. Pam ----- Original Message ----- From: "Graeme J Sweeney" [EMAIL REMOVED]...

Re: FN-FORUM: PHP copying files through FTP

date posted 2nd August 2005 12:49

On Tue, 2 Aug 2005 [EMAIL REMOVED] wrote: >=20 > Interesting solution could you point me to an online description please R= us >=20 > Andrew >=20 Say you have two directories. You upload to /home/u...

Re: FN-FORUM: PHP copying files through FTP

date posted 2nd August 2005 12:44

Interesting solution could you point me to an online description please Rus Andrew > >> Hi All I was reading up on some mirroring / file copying functions using >> PHP and wonder whether I can use t...

Re: FN-FORUM: PHP copying files through FTP

date posted 2nd August 2005 12:42

On 2 Aug 2005 12:07:54 -0000, [EMAIL REMOVED] [EMAIL REMOVED] wrote: >=20 > So I looking at ways that I can upload the files to 2 different > locations in just one hit, or have a routine run in the ba...

Re: FN-FORUM: PHP copying files through FTP

date posted 2nd August 2005 12:41

On 2 Aug 2005 12:07:56 -0000, [EMAIL REMOVED] [EMAIL REMOVED] wrote: >=20 > Hi All I was reading up on some mirroring / file copying functions using > PHP and wonder whether I can use this copying/mir...

Re: FN-FORUM: PHP copying files through FTP

date posted 2nd August 2005 12:37

> Hi All I was reading up on some mirroring / file copying functions using > PHP and wonder whether I can use this copying/mirroring function for a > small problem I have. >=20 What OS are you upload...

FN-FORUM: PHP copying files through FTP

date posted 2nd August 2005 12:32

Hi All I was reading up on some mirroring / file copying functions using PHP and wonder whether I can use this copying/mirroring function for a small problem I have. I upload some images to a site wh...

Re: FN-FORUM: Non Roman Alphatetic characters

date posted 2nd August 2005 12:23

On Tue, 2 Aug 2005, PAMELA WHITTAKER wrote: > I need to do a quote later today when I get the full details but I need > to know how you store Non Roman Alphabetetic characters in a database. Use...

Re: FN-FORUM: Non Roman Alphatetic characters

date posted 2nd August 2005 12:19

On 2 Aug 2005 11:40:32 -0000, PAMELA WHITTAKER [EMAIL REMOVED] wrote: >=20 > I need to do a quote later today when I get the full details but I ne= ed > to know how you store Non Roman Alphabeteti...

FN-FORUM: Non Roman Alphatetic characters

date posted 2nd August 2005 12:04

Hi, I need to do a quote later today when I get the full details but I need to know how you store Non Roman Alphabetetic characters in a database. Apparently the site is to be in 7different lang...

Re: FN-FORUM: Sql server problems

date posted 2nd August 2005 11:36

No - it just says access not allowed. Pam ----- Original Message ----- From: "Andy Macnaughton-Jones" [EMAIL REMOVED] To: [EMAIL REMOVED] Sent: Tuesday, August 02, 2005 12:08 AM Subject: RE: FN-...

Re: FN-FORUM: Forum Digest Tuesday August 2nd 2005

date posted 2nd August 2005 11:26

Please note that as of the 1st August 2005 my email address changed to [EMAIL REMOVED] Your email has been forwarded onto my new address but please update your address book for future use. Thank you...

FN-FORUM: Web Dev Teams

date posted 2nd August 2005 10:55

Hi, i was wondering if anyone knew of any sources that would let me find a team to join. Maybe a web dev company that outsources freelancers when they have exceptionally large projects or something?...

Re: FN-FORUM: Help with my CGI script? - COME ON SOMEONE HELP THIS GUY OUT

date posted 2nd August 2005 10:30

Stephen Crawford wrote: > I think I'll treat your comments with the contempt they deserve!! As I suspected - worthless... If it was a decent degree from a top institution, you's have been on boastin...

Re: FN-FORUM: Intellectual Property

date posted 2nd August 2005 09:11

Andy Henderson wrote: > That helps to make the position clear to your clients, but are you > aware that compiling .net code is insufficient to protect it from > prying eyes? If you've taken no other...

RE: FN-FORUM: Intellectual Property

date posted 2nd August 2005 08:51

>>>For my part I've turned to .NET. In VS.NET 2005 I compile everything. Additionally, I turn as much into components as possible for, where there's an "out" on general code the defence being that it...

Re: FN-FORUM: Help with my CGI script? - COME ON SOMEONE HELP THIS GUY OUT

date posted 2nd August 2005 00:54

I think I'll treat your comments with the contempt they deserve!! On 2/8/05 0:12, "Paul J White" [EMAIL REMOVED] wrote: >=20 > Stephen Crawford wrote: >=20 >> I've had over 10 years experience work...



Messages by Day
August 31st 2005
August 30th 2005
August 29th 2005
August 28th 2005
August 27th 2005
August 26th 2005
August 25th 2005
August 24th 2005
August 23rd 2005
August 22nd 2005
August 21st 2005
August 20th 2005
August 19th 2005
August 18th 2005
August 17th 2005
August 16th 2005
August 15th 2005
August 14th 2005
August 13th 2005
August 12th 2005
August 11th 2005
August 10th 2005
August 9th 2005
August 8th 2005
August 7th 2005
August 6th 2005
August 5th 2005
August 4th 2005
August 3rd 2005
August 2nd 2005
August 1st 2005


Messages by Month
December 2005
November 2005
October 2005
September 2005
August 2005
July 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005


Messages by Year
2008
2007
2006
2005
2004
2003
2002
2001
2000