Return to iWEBTOOL

Go Back   iWEBTOOL Talk > The Web and your Website > Programming > PHP
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
 
Welcome to iWEBTOOL Talk, where you talk about webmaster-related stuff.
 
Discuss topics which interest you.
With over thousands of threads (topics), we're sure you'll find something that'll interest you.
Ask for help whenever you need it.
We have thousands of members who are available to help you if you need it.
It's absolutely FREE!

 1  Register           2  Browse the board           3  Discuss whatever may interest you!
 


Closed Thread
 
Thread Tools Search this Thread Display Modes
Old 11-04-2006, 03:25 AM   #1
Zack
Junior Guru
 
Zack's Avatar
 
Join Date: Dec 2005
Location: North Carolina
Posts: 759
Zack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to behold
Send a message via MSN to Zack
Default What Am I Doing Wrong?

I just can't figure out what I am doing wrong in this php. If anybody is able to help me, that would be great, it says I have something wrong with my T_Variable on line 10.

Code:
<?php $_POST['name'] = $name; $_POST['email'] = $email; $_POST['comments'] = $comments; $message = "Name: " . $name . "<br />Email: " . $email . "<br /><br />" . $comments . ""; $site = "Floomb.com" $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; $mail = '<table border=\"0\" cellpadding=\"5px\" cellspacing=\"0\"><tr><td style=\"background: #282828;\"><img src=\"http://www.floomb.com/logo.png\"></td></tr></table><font color=\"#00CC00\" style=\"font-weight: bold; font-size: 16px;\">Inquiry / Comment On' . $site . '!<br />' . $message . '</font>'; $to = "myemail@email.com"; $subject = "" . $site . "Inquiry / Comment"; mail($to, $subject, $mail, $headers); ?>

Thanks,
HTMLGuy
__________________
yaxal releases '07
Zack is offline  
 
This is an Ad Revenue Sharing forum Place your advert here
SEO Checklist
Get yourself better ranking with
our "Do-it-Yourself" SEO Checklist.
Click Here
Old 11-04-2006, 03:36 AM   #2
Abdussamad
Newcomer
 
Abdussamad's Avatar
 
Join Date: Nov 2006
Posts: 9
Abdussamad will become famous soon enough
Default Re: What Am I Doing Wrong?

Add a semi colon:

$site = "Floomb.com";
Abdussamad is offline  
Old 11-04-2006, 03:59 AM   #3
Zack
Junior Guru
 
Zack's Avatar
 
Join Date: Dec 2005
Location: North Carolina
Posts: 759
Zack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to behold
Send a message via MSN to Zack
Default Re: What Am I Doing Wrong?

Oh, crap...Thanks, that worked, can't believe I actually missed that. I guess the thing talking about line 10 messed me up, thanks!
HTMLGuy
__________________
yaxal releases '07
Zack is offline  
Old 11-06-2006, 09:51 PM   #4
postingpays
Junior Member
 
postingpays's Avatar
 
Join Date: Nov 2006
Posts: 33
postingpays will become famous soon enough
Default Re: What Am I Doing Wrong?

Quote:
Originally Posted by Abdussamad View Post
Add a semi colon:

$site = "Floomb.com";

i think it will solve the problem
postingpays is offline  
 
This is an Ad Revenue Sharing forum Place your advert here
Webmaster Tools Webmaster Tools Click Here
Closed Thread

(Threads which have no activity for more than 30 days are automatically closed.)



Quick Reply
Message:

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
what wrong with my site? HomerJSimpson Website Reviews 8 12-07-2006 04:07 PM
what am I doing wrong? planetabaja Google 10 11-30-2006 10:54 AM
Am I wrong? jumpenjuhosaphat Marketing and Promotion 7 07-06-2006 02:55 AM


All times are GMT. The time now is 01:28 AM.


Powered by vBulletin v3.6.7 © 2008, Jelsoft Enterprises Ltd. SEO by vBSEO © 2006, Crawlability, Inc.