Search Results

Showing results 1 to 8 of 8
Search took 0.01 seconds.
Search: Posts Made By: khess ; Forum: PHP and child forums
Forum: PHP Jan 26th, 2009
Replies: 14
Views: 2,010
Posted By khess
See if changing header("Content-Disposition: attachment; filename=$name"); to

header("Content-Disposition: attachment; filename=" $name); works for you.
Forum: PHP Jan 21st, 2009
Replies: 14
Solved: Mail() question
Views: 631
Posted By khess
Try:

define ("base_url", "http://mysite.com/login");
$link = base_url . 'activate.php?x=' . urlencode($e) . "&y=$a";
Forum: PHP Jan 21st, 2009
Replies: 14
Solved: Mail() question
Views: 631
Posted By khess
Never mind, I found the answer...

define("base_url", "http://foo.com");

$filepath = base_url."/foo.gif";
Forum: PHP Jan 21st, 2009
Replies: 14
Solved: Mail() question
Views: 631
Posted By khess
Try changing all instances of BASE_URL to $BASE_URL and see if that works.
Forum: PHP Jan 21st, 2009
Replies: 14
Solved: Mail() question
Views: 631
Posted By khess
like BASE_URL="http://www.mysite.com/login";
Forum: PHP Jan 21st, 2009
Replies: 14
Solved: Mail() question
Views: 631
Posted By khess
I need to see the actual code line, sorry.
Forum: PHP Jan 21st, 2009
Replies: 14
Solved: Mail() question
Views: 631
Posted By khess
What does BASE_URL equal? Can you put in that line of code?
Forum: PHP Jan 21st, 2009
Replies: 14
Solved: Mail() question
Views: 631
Posted By khess
Your problem is BASE_URL. It isn't in a usable format. It needs to look like a variable.
Showing results 1 to 8 of 8

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC