Forums
This topic is locked
Dreamweaver MX: PHP Web Development book
07 Oct 2002 10:10:33 E C posted:
Not sure which forum to place this question in.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
Replies
Replied 07 Oct 2002 10:39:48
07 Oct 2002 10:39:48 Martha Graham replied:
Hi EC,
First, only post your questions in one forum, please.
Second, check out this site. It might give you the answers you need.
www.interakt.ro/products/bt/
This is the product site.
Martha Graham
First, only post your questions in one forum, please.
Second, check out this site. It might give you the answers you need.
www.interakt.ro/products/bt/
This is the product site.
Martha Graham
Replied 07 Oct 2002 11:37:58
07 Oct 2002 11:37:58 E C replied:
Thank you for your prompt reply.
The website for Interakt appears to be offline.
I have fixed my problem for the moment with:
SELECT *
FROM bookings, clients
WHERE bookings.clientID = clients.ID
However, I will still try the site as I wish to complete this book as correctly as I can using PHAkT
Regards
The website for Interakt appears to be offline.
I have fixed my problem for the moment with:
SELECT *
FROM bookings, clients
WHERE bookings.clientID = clients.ID
However, I will still try the site as I wish to complete this book as correctly as I can using PHAkT
Regards