|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Hi,
I have been learning php/mysql over the last few days and ran into a little problem when tryin to generate links. How do you insert quotes into print tags. I tried just typing them in but i keep getting parsing errors. What method should I use? Thanks, CMatrix |
|
#2
|
|||
|
|||
|
You should use the escape character like in C or C++. To insert a double quote use ", to insert a new-line use n, etc.
------------------ Good luck, Bas ------------------ E-mail me at: b.vandermeijden@pecoma.nl |
|
#3
|
|||
|
|||
|
if you want quotes to print out, then start out by printing apostraphes:
print ('"') should give you " when you print it out. Use the opposite if you want to print an apostrophe. ------------------ |
![]() |
| Viewing: Dev Shed Forums > Other > Beginner Programming > quotes in php |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|