{PHP:myphp.php}

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

place the php file in the root and use

{PHP:myfile.php}
http://www.studmed.dk Portal for doctors and medical students in Denmark
User avatar
jsw_nz
Posts: 907
Joined: Fri 2. Apr 2004, 02:42
Location: New Zealand

Hi Zobmaster

Post by jsw_nz »

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
Pappnase

Re: Hi Zobmaster

Post by Pappnase »

jsw_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
hello

did you have any problems with the tag!?
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

zobmaster wrote:
from what frold is saying :
place the php file in the root and use

{PHP:myfile.php}
do that mean i have to reinstall my other php script in the wcms folder?
Try this "basic" experiment first and see if it works okay for you (ignore "document_root" stuff, if it don't apply):
http://www.phpwcms.de/forum/viewtopic.php?p=14540#14540
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

zobmaster wrote: from what frod is saying :
place the php file in the root and use

{PHP:myfile.php}
do that mean i have to reinstall my other php script in the wcms folder?
or use:

{PHP:myscriptfolder/myfile.php}

or

{PHP:/myscriptfolder/myfile.php}

Im not sure what off them to use!! Play around with it... :D
http://www.studmed.dk Portal for doctors and medical students in Denmark
b.r bruss
Posts: 16
Joined: Thu 17. Jun 2004, 18:41

Post by b.r bruss »

Code: Select all

place the php file in the root and use 

{PHP:myfile.php}
This is what I did to inseart some external 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>
is there a way to just show an external php application like a part of an article?
when i try the two other replacement tag it doesn't work
thanks
Pappnase

Post by Pappnase »

hello

how about to use an iframe!?
b.r bruss
Posts: 16
Joined: Thu 17. Jun 2004, 18:41

Post by b.r bruss »

yes but how??? :oops:
i looked in the backend and finded nothing about iframe....
Pappnase

Post by Pappnase »

hello

you don't will find something about iframes! use normal html code in an html contentpart.
b.r bruss
Posts: 16
Joined: Thu 17. Jun 2004, 18:41

Post by b.r bruss »

ok cool thanks for fast answer
b.r bruss
Posts: 16
Joined: Thu 17. Jun 2004, 18:41

Post by b.r bruss »

perfect!!! Thanks a lot :D
Post Reply