Page 1 of 1

Quick question

Posted: Fri May 27, 2005 7:25 am
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

Posted: Fri May 27, 2005 7:35 am
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";

Posted: Fri May 27, 2005 7:36 am
by dylan001
Sorry for the poor title, won't happen again.

Thanks for the info all the same

Posted: Fri May 27, 2005 7:38 am
by phpScott
no worries on both accounts