Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Mirri webforumsuser@macromedia.com #1
DWMX PHP code won't parse
I'm gettting a parse error with this piece of code in the area of the a href. It's looking for either
'," - or -
';"
but I don't see where it would go. I'm just learning PHP in case you're wondering why I can't see something that's probably very obvious as the code looks fine to me. I'm trying to create the pages in Kevin Yank's book using DWMX instead of hand coding because I work in DW all day. I read the tutorial for PHP on this site and it helped a lot but I still can't figure out why this piece of code is causing problems as it was created by DW. Perhaps another pair of eyes can see something?
<?php do { ?>
<tr><td><?php echo $row_rsGetJokes['JokeText']; ?></td>
<td><?php echo $row_rsGetJokes['JokeDate']; ?></td>
<td><font size="2" face="Verdana, Arial, Helvetica, sans-serif">
<a href="deletejoke.php?recordID=<?php echo $row_ rsGetJokes['ID']; ?>">Delete this joke</a> </font></td></tr>
<?php } while ($row_rsGetJokes = mysql_fetch_assoc($rsGetJokes)); ?>
Mirri webforumsuser@macromedia.com Guest
-
Problem to get Parse::Yapp and Parse:Flex working together
A) I did: # cd ~/.cpan/build/Parse-Flex-0.03 # more src/default.y %{ #define YY_DECL char* yyylex YY_PROTO(( void )) #undef yywrap int... -
best module to parse / modify C-code
Hi, What modules are you using to parse C code? Some of the required use cases: 1.) extract a list of functions and their prototypes -
DWMX V6.0 and DWMX V7.0 Lost Feature - TIMELINE
DWMX V6.0 and DWMX V7.0 Lost Feature - TIMELINE Has anyone noticed the "MODIFY timeline" feature in DWMX Version 6.0 is gone in DWMX V7.0. The... -
#25256 [NEW]: Parse error: parse error, unexpected $ in ... on line 642
From: a dot schat at streamedge dot com Operating system: Linux PHP version: 4.3.1 PHP Bug Type: Compile Failure Bug... -
DWMX bug? Template update rewriting code in Editable Region
Here's the deal. I have a number of pages that have dynamic content populating drop down menus. This code resides in an Editable Region defined...



Reply With Quote

