Steve-vfp9user
Programmer
Hi guys
I am struggling to find the find the syntax for what I am trying to achieve. Any way I try it I cant get it to show the records.
I am trying to show this on one of my pages:
The above displays a list of reviews from a MySQL table.
I found the command:
(which shows the word Test... obviously!)
When I try to add the line of code as above I either get parsing errors or just nothing.
I wouldn't normally ask for a sollution but I'm pulling my hair out with this one and still learning.
Any assistance would be most beneficial.
Thank you
Steve
I am struggling to find the find the syntax for what I am trying to achieve. Any way I try it I cant get it to show the records.
I am trying to show this on one of my pages:
Code:
<script language="javascript" src="[URL unfurl="true"]http://www.mysite.com/myreviews/mypage.php?cid=2"></script>[/URL]
The above displays a list of reviews from a MySQL table.
I found the command:
Code:
<?php echo 'Test'; ?>
When I try to add the line of code as above I either get parsing errors or just nothing.
I wouldn't normally ask for a sollution but I'm pulling my hair out with this one and still learning.
Any assistance would be most beneficial.
Thank you
Steve