Forums

This topic is locked

Dreamweaver MX: PHP Web Development book

Posted 07 Oct 2002 09:12:19
1
has voted
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 PHAkT

I 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

Reply to this topic