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...