Am i right in saying that u cant use:
header("Location:http://www.domain.co.uk/update/update.zip")
To download a file from a server when a page loads up?
How else can i do it when a username and password have been entered correctly?
Chris
No you can actually use that. However if the file doesnt exist id have an die or exit function afterwards.
ah got it, i didnt think i could use it but if i had checked my code i had a capital U instead of small u.
Thanks for your help today! Chris