{PHP:myphp.php}
place the php file in the root and use
{PHP:myfile.php}
{PHP:myfile.php}
http://www.studmed.dk Portal for doctors and medical students in Denmark
Hi Zobmaster
Did you get the {URL} repTag to work. Saw your post on this thread (last page)
http://www.phpwcms.de/forum/viewtopic.p ... c&start=30
http://www.phpwcms.de/forum/viewtopic.p ... c&start=30
Re: Hi Zobmaster
hellojsw_nz wrote:Did you get the {URL} repTag to work. Saw your post on this thread (last page)
http://www.phpwcms.de/forum/viewtopic.p ... c&start=30
did you have any problems with the tag!?
Try this "basic" experiment first and see if it works okay for you (ignore "document_root" stuff, if it don't apply):zobmaster wrote:from what frold is saying :do that mean i have to reinstall my other php script in the wcms folder?place the php file in the root and use
{PHP:myfile.php}
http://www.phpwcms.de/forum/viewtopic.php?p=14540#14540
or use:zobmaster wrote: from what frod is saying :do that mean i have to reinstall my other php script in the wcms folder?place the php file in the root and use
{PHP:myfile.php}
{PHP:myscriptfolder/myfile.php}
or
{PHP:/myscriptfolder/myfile.php}
Im not sure what off them to use!! Play around with it...

http://www.studmed.dk Portal for doctors and medical students in Denmark
Code: Select all
place the php file in the root and use
{PHP:myfile.php}
The only problem is that the external php script take all the page width and high.
I pasted the replacement tag in a table of 350px, but when you preview the page you can only see the external php no header, footer, ect..
Code: Select all
<table width="350px" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>{PHP:phpmyannu/index.php}</td>
</tr>
</table>
when i try the two other replacement tag it doesn't work
thanks