Quick question

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dylan001
Forum Newbie
Posts: 16
Joined: Thu May 19, 2005 5:57 am

Quick question

Post by dylan001 »

I'm kinda new to php, so please forgive my ignorance.

I'm trying to print

to submit this press "Send" below

but because i'm putting the "s inside an echo function i'm getting an error, i know that I have to put something before/after the "s to format them as text but I don't know what it is, and it's a nightmare to search for an answer.


i'd be graetful for any help.


Cheers
User avatar
phpScott
DevNet Resident
Posts: 1206
Joined: Wed Oct 09, 2002 6:51 pm
Location: Keele, U.K.

Post by phpScott »

the subject of 'A quick question' isn't very descriptive and is used far to often on the board.

the answer is

Code: Select all

echo "to submit this press \"Send\" below";
dylan001
Forum Newbie
Posts: 16
Joined: Thu May 19, 2005 5:57 am

Post by dylan001 »

Sorry for the poor title, won't happen again.

Thanks for the info all the same
User avatar
phpScott
DevNet Resident
Posts: 1206
Joined: Wed Oct 09, 2002 6:51 pm
Location: Keele, U.K.

Post by phpScott »

no worries on both accounts
Post Reply