Forums
This topic is locked
Dreamweaver MX: PHP Web Development book
07 Oct 2002 09:12:19 E C posted:
I am currently working my way through the Dreamweaver MX: PHP Web Development book and am attempting to do it using PHAkTI cant get a variable in my rsBooking recordset to work with the rsClient (Chapter 6).
I have noticed that Dreamweaver and PHAkT display <? php echo in different ways:
Normal Dreamweaver <?php echo $row_rsClient['town']; ?>
PHAkT <?php echo $rsClient->Fields('town'); ?>
Does this mean that my Run-time Value $row_rsClient['ID'] isnt going to work using PHAkT?
I am relatively new at this dynamic stuff (hence the book) help is much appreciated.
Regards