Hello friends,
I need a help with passing dynamic value into database like :
[code=php]$content = "Name of the Company : ‘.$company .’";
[/code]
][code=php]$company=”mycompany”;
echo $content;]
[/code]
I want to store $content with dynamic $company name into database so that while display $company name is displayed dynamically.
Please guide me through.
Thanks,