Thank you, i can edit this now
Quote:
if ($this->post['avwidth'] AND $this->post['avheight'])
{
// $this->post['avw'] = $this->post['avwidth'] ;
// $this->post['avh'] = $this->post['avheight'] ;
$this->post['avwidth'] = 'width="' . $this->post['avwidth'] . '"';
$this->post['avheight'] = 'height="' . $this->post['avheight'] . '"';
}
|
But i want to create new variable to get only width and height like this, but i still get width="" height="" instead the numbers. Something is wrong?