Quote:
Originally Posted by Abhik
Thanks,
Now it get saved without any error. How do I check if they got saved properly?
|
You could look at the database. Do something like
SELECT domainforsalename, domainforsalebnprice FROM thread WHERE threadid = ID
Quote:
Also, how may I call them in my templates?
Code:
$post['domainforsalename']
and/or
Code:
{vb:raw post.domainforsalename}
?
|
The second one, but if you're only saving one per thread then you'd probably want {vb:raw thread.domainforsalename} (although it depends what template you're trying to display it in).