English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i define variable as
var $ST;
var $kW;
var $hz;

how i/m gonna embedded this var into html

i try to call using this->$ST but html undefined this constant.
i also try $ST and same error occurs.
please help me

2007-01-28 17:34:15 · 2 answers · asked by jia y 1 in Computers & Internet Programming & Design

2 answers

This example assumes your PHP tag is closed to start with. The @ symbol says that if the variable is empty, it won't give any errors; instead, it'll just be blank.

2007-01-28 17:39:32 · answer #1 · answered by Art Student 2 · 0 0

Might help if you specified the language and the error you're getting.

try using double quotes in place of single ones as in:

echo "
"

2007-01-28 17:40:40 · answer #2 · answered by BigRez 6 · 0 0

fedest.com, questions and answers