Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Old 12-26-2008, 04:56 AM PHP form in Bold
Experienced Talker

Posts: 35
Trades: 0
I am beginner in PHP and I would like to send a message with some text in bold.
I did the form and it sends the message perfect, but only as text. Do you have any advices? Someone told me that I should send the message in HTML format. I just do not know how to do it.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
busweb is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 12-26-2008, 06:00 AM Re: PHP form in Bold
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,385
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
<b>This text will be bold</b>
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 12-26-2008, 06:28 AM Re: PHP form in Bold
rogem002's Avatar
PHP Chap

Posts: 843
Name: Mike
Location: United Kingdom
Trades: 0
Quote:
Originally Posted by chrishirst View Post
<b>This text will be bold</b>
<strong>This way is more correct.</strong>
__________________
My Blog/Site:
Please login or register to view this content. Registration is FREE
rogem002 is offline
Reply With Quote
View Public Profile Visit rogem002's homepage!
 
Old 12-26-2008, 10:11 AM Re: PHP form in Bold
Decaf's Avatar
Ultra Talker

Posts: 489
Name: Adam
Trades: 0
Quote:
Originally Posted by rogem002 View Post
<strong>This way is more correct.</strong>
Actually:

PHP Code:
<style type="text/css">
label{font-weight:bold;}
</
style>
....
<
form action="" method="">
<
label for="name">Your Name: </label>
<
input type="text" name="name" id="name" size="25" />
<
input type="submit" value="Submit" />
</
form
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE

Decaf is offline
Reply With Quote
View Public Profile Visit Decaf's homepage!
 
Old 12-30-2008, 09:11 AM Re: PHP form in Bold
Novice Talker

Posts: 5
Name: Phi Van Nam
Location: HCM - VietNam
Trades: 0
You can see it php.net. it is part of mail function .
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
thietkedepcom is offline
Reply With Quote
View Public Profile Visit thietkedepcom's homepage!
 
Old 12-30-2008, 12:12 PM Re: PHP form in Bold
Decaf's Avatar
Ultra Talker

Posts: 489
Name: Adam
Trades: 0
If your wanting to send text as bold, you will have to have access to bypass all the html tag stripping that process text before its mailed.(This will happen on any good mail script. Mail services will have there own way to allow specific html codes.) Or make your own script.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE

Decaf is offline
Reply With Quote
View Public Profile Visit Decaf's homepage!
 
Reply     « Reply to PHP form in Bold
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.22892 seconds with 12 queries