Jump to content

Bmen

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Bmen's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Bmen

    file_exists

    Thank you for your help. Problem solvered Thanks heaps and have a great xmas
  2. Bmen

    file_exists

    Thank you for your reply but I have to say sorry on 2 counts 1) I should have said the files are http://www.domain1.com.au/image.jpg and not just the url and 2) I have tried get_headers and I get nothing returned If I remove the @ symbol I get call to undefined function get_headers. is there a way to turn this on in the ini file >
  3. Please help with this one... I have only one single hair left and it is feeling threatened..... I have 2 domains domain 1 has thousands of images I draw images from domain 1 into domain 2 Problem : when I try to check if an image exists on domain 1 from domain 2 file_exists() does not work across the 2 domains (works fine locally but not on the server) I have set safe_mode to off but this does not help here is an example of the code I am using if(file_exists('http://www.domain1.com.au')){ echo 'file_exists'; }else{ echo 'file does not exist'; } any help is greatly appreciated
  4. Hi... This is in the wrong place but I am unsure where else to put it. I have posted a question on the discussion board for the phpmailer (php freaks tutorials) which has not been noticed. The last question on that board was months ago. I will repeat the question here in the hope that someone has had the problem Question I have recently installed the phpmailer with the FreakMailer() and it all seemed great. One problem has now presented itself. If I send an email and then try to redirect the user with header(location......) I get "Warning: Cannot modify header information" . Obviously the headers have been sent through the mail program as the programs have been running for a year or more using just the mail() function Any help would be greatly appreciated.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.