Re: [PHP] php's variables javascript

2002-05-28 Thread Miguel Cruz
On Tue, 28 May 2002, burak delice wrote: I want to make a php that include javascript that use a php variable. Code is below: ? $size = GetImageSize (images/$resim); echo script language=\JavaScript\ wdth=;$size;echo;; echo /script; ? (I am calling that php file as below)

[PHP] php's variables javascript

2002-05-27 Thread burak delice
hi everyone, I want to make a php that include javascript that use a php variable. Code is below: ? $size = GetImageSize (images/$resim); echo script language=\JavaScript\ wdth=;$size;echo;; echo /script; ? (I am calling that php file as below)

Re: [PHP] php's variables javascript

2002-05-27 Thread Sagie Maoz
burak delice wrote: hi everyone, I want to make a php that include javascript that use a php variable. Code is below: ? $size = GetImageSize (images/$resim); echo script language=\JavaScript\ wdth=;$size;echo;; echo /script; ? I didn't get the third line.. That's no JavaScript.. Isn't

Re: [PHP] php's variables javascript

2002-05-27 Thread Jason Wong
On Tuesday 28 May 2002 05:59, burak delice wrote: I want to make a php that include javascript that use a php variable. Code is below: No need to post twice. ? $size = GetImageSize (images/$resim); echo script language=\JavaScript\ wdth=;$size;echo;; echo /script; ? That code looks

RE: [PHP] php's variables javascript

2002-05-27 Thread Boyan Nedkov
]] Sent: Monday, May 27, 2002 11:59 PM To: [EMAIL PROTECTED] Subject: [PHP] php's variables javascript hi everyone, I want to make a php that include javascript that use a php variable. Code is below: ? $size = GetImageSize (images/$resim); echo script language=\JavaScript\ wdth

Re: [PHP] php's variables javascript

2002-05-27 Thread Brad McCrorey
PROTECTED] Subject: [PHP] php's variables javascript hi everyone, I want to make a php that include javascript that use a php variable. Code is below: ? $size = GetImageSize (images/$resim); echo script language=\JavaScript\ wdth=;$size;echo;; echo /script; ? (I am calling that php file