width&height
am 30.03.2007 15:39:55 von elk dolk
--0-2123788959-1175261995=:64038
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
thank you bastien,
those wrappers are confusing for me, could you tell me where
can I find more info. about them and based on your suggestion
re-write this line for me?
"?> |
>bastien wrote:
>you need to escape double quotes in an echo if you use double quotes as the
wrapper.
---------------------------------
Need Mail bonding?
Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users.
--0-2123788959-1175261995=:64038--
Re: width&heigh
am 30.03.2007 16:13:32 von Dan Shirah
------=_Part_85336_2896883.1175264012199
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
I believe what he is saying that since you wrap your echo in double quotes,
that you should not use duoble quotes again inside the same echo.
Therefore your code should like like this:
' border='0' / > "?>
|
On 3/30/07, elk dolk wrote:
>
> thank you bastien,
>
> those wrappers are confusing for me, could you tell me where
> can I find more info. about them and based on your suggestion
> re-write this line for me?
>
>
> src='/album/img/".$photoFileName[2]." width="90" height="70" border='0' / >
> "?> |
>
>
> >bastien wrote:
>
> >you need to escape double quotes in an echo if you use double quotes as
> the
> wrapper.
>
> ---------------------------------
> Need Mail bonding?
> Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users.
------=_Part_85336_2896883.1175264012199--
Re: width&heigh
am 30.03.2007 16:24:29 von andresmontanez
The HTML attributes must be encloesd in double quotes (at least in xHTML).
So, the code should be
"
height=3D\"70\" border=3D\"0\" />"; ?>
|
Note the \" for escaping the double quotes in the double quotes defined str=
ing.
--=20
Atte, Andr=E9s G. Monta=F1ez
T=E9cnico en Redes y Telecomunicaciones
Montevideo - Uruguay
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php