Hi,
How do I make this line syntactically correct?
$imageHTML = "<img WIDTH=975 HEIGHT=731 border=0 alt='Right-click here and choose Save' src='$server$celebid1024x768.jpg'>";
I guess the combination of apostrophes and speechmarks is confusing the compiler, so how do you include an apostrophe into a string?
Also, will the fact that I'm including $celebid followed immediately by 1024 be an issue? (ie. placing a number immediately after a variable)
Thanks for any help, I'm new at this!
- Andy
___________________________________________________________________
If you think nobody cares you're alive, try missing a couple of mortgage payments
How do I make this line syntactically correct?
$imageHTML = "<img WIDTH=975 HEIGHT=731 border=0 alt='Right-click here and choose Save' src='$server$celebid1024x768.jpg'>";
I guess the combination of apostrophes and speechmarks is confusing the compiler, so how do you include an apostrophe into a string?
Also, will the fact that I'm including $celebid followed immediately by 1024 be an issue? (ie. placing a number immediately after a variable)
Thanks for any help, I'm new at this!
- Andy
___________________________________________________________________
If you think nobody cares you're alive, try missing a couple of mortgage payments