J
|
Jane 11/13/2008 |
Hi, |
![]() |
bbarker 11/15/2008 |
Hi, It's difficult to tell you what's happening without seeing actual files. Please publish your project on Demo Account and send to support@xlinesoft.com a URL to your pages along with instructions on reproducing this error. I'll find what's wrong with your project inspecting it at Demo account site.
|
![]() |
Sergey Kornilov admin 11/15/2008 |
Template file: <TITLE>{$mytitle}</TITLE>
$xt->assign("mytitle","My Dynamic Title"); |
![]() |
bbarker 11/16/2008 |
Cool... works good. Can you push me just a little bit more? |
J
|
Jane 11/17/2008 |
Bill, global $conn; $str = "select Title, Date, Contact, Message from EventTitle where UserName='".$_SESSION["UserID"]."'"; $rs = db_query($str,$conn); $data = db_fetch_array($rs); $title = $data["Title"]." ".$data["Date"]." ".$data["Contact"]." ".$data["Message"]." "; $xt->assign("mytitle",$title);
|
![]() |
bbarker 11/17/2008 |
Excellent.... exactly what I needed.... Thanks!!!!!! |