Forum: PHP Jan 24th, 2009 |
| Replies: 2 Views: 2,516 hello everyone i am currently working on my website. I wanted to make a php script for registering users. So that they may log in, log out, register, and access member only functions.
I found a... |
Forum: PHP Dec 23rd, 2008 |
| Replies: 14 Views: 1,502 you mean delete all the html headers and stuff? and change the extension from header.php to header.cgi? |
Forum: PHP Dec 23rd, 2008 |
| Replies: 14 Views: 1,502 i took off the echo though and replaced that with the code you gave me. What i have on my website is basically the layout and the content. The layout is in a header.php file, and the content are in... |
Forum: PHP Dec 23rd, 2008 |
| Replies: 14 Views: 1,502 It gives me this error:
Warning: Cannot modify header information - headers already sent by (output started at /home/jebgroup/public_html/proposal.php:6) in... |
Forum: PHP Dec 23rd, 2008 |
| Replies: 14 Views: 1,502 ok i implimented that into the code i had already, but it didn't work. It gave me an error. This is what i did:
if($sent){
$headers = 'From: ' . $name . ' <' . $from . '>' . "\r\n" .... |
Forum: PHP Dec 23rd, 2008 |
| Replies: 14 Views: 1,502 thank you so much guys. You are the best :) got another question...is there anyway i can direct them to a "thank you page" instead of echoing a message? |
Forum: PHP Dec 23rd, 2008 |
| Replies: 14 Views: 1,502 hey guys, im a bit new to php. I was wondering if any of you guys could help me out with this email code i have to send me an email. I have a website with a service link then the user needs to pick... |