
Search found 155 matches
- Sun 2. Jul 2006, 20:35
- Forum: phpwcms Support English
- Topic: Parsing vars to an external php script
- Replies: 11
- Views: 5744
- Sat 1. Jul 2006, 22:27
- Forum: phpwcms Support English
- Topic: Parsing vars to an external php script
- Replies: 11
- Views: 5744
- Sat 1. Jul 2006, 12:18
- Forum: sites you are proud of (made with phpwcms only)
- Topic: www.beemsterweer.nl
- Replies: 6
- Views: 4047
Hi Klappstuhl28,
The layout is based on my other site; http://www.arcarion.eu
May well change the colors, but I'll see ...
Thank you for your comments..
The layout is based on my other site; http://www.arcarion.eu

May well change the colors, but I'll see ...
Thank you for your comments..
- Fri 30. Jun 2006, 23:24
- Forum: sites you are proud of (made with phpwcms only)
- Topic: www.beemsterweer.nl
- Replies: 6
- Views: 4047
- Fri 30. Jun 2006, 20:28
- Forum: sites you are proud of (made with phpwcms only)
- Topic: www.beemsterweer.nl
- Replies: 6
- Views: 4047
www.beemsterweer.nl
Hi all,
Have just 'finished' my new website.
It's a weatherstation website for the 'Beemster', a small town in the Northern part of The Netherlands.
http://www.beemsterweer.nl
Have just 'finished' my new website.
It's a weatherstation website for the 'Beemster', a small town in the Northern part of The Netherlands.
http://www.beemsterweer.nl
- Fri 30. Jun 2006, 11:51
- Forum: phpwcms Support English
- Topic: Parsing vars to an external php script
- Replies: 11
- Views: 5744
- Fri 30. Jun 2006, 11:08
- Forum: phpwcms Support English
- Topic: Parsing vars to an external php script
- Replies: 11
- Views: 5744
- Fri 30. Jun 2006, 10:51
- Forum: phpwcms Support English
- Topic: Parsing vars to an external php script
- Replies: 11
- Views: 5744
- Fri 30. Jun 2006, 02:35
- Forum: phpwcms Support English
- Topic: Parsing vars to an external php script
- Replies: 11
- Views: 5744
Parsing vars to an external php script
Is there a way to do this ?
I have an external script which needs a var from phpwcms.
I have e.g.:
$pageName = "Index";
in my article and I want to use that var in my external script.
I have an external script which needs a var from phpwcms.
I have e.g.:
$pageName = "Index";
in my article and I want to use that var in my external script.
- Thu 29. Jun 2006, 22:09
- Forum: phpwcms Support English
- Topic: Quick'n Dirty Fix for NAV_TABLE_COLUMN
- Replies: 13
- Views: 5641
- Tue 27. Jun 2006, 23:30
- Forum: phpwcms Support English
- Topic: {NAV_TABLE_COLUMN} acting very strange after upgrade 1.2.7
- Replies: 9
- Views: 3798
- Tue 27. Jun 2006, 21:16
- Forum: phpwcms Support English
- Topic: {NAV_TABLE_COLUMN} acting very strange after upgrade 1.2.7
- Replies: 9
- Views: 3798
- Mon 26. Jun 2006, 23:04
- Forum: phpwcms Support English
- Topic: Pre 1.2.7 release!
- Replies: 157
- Views: 59189
- Mon 26. Jun 2006, 18:23
- Forum: phpwcms Support English
- Topic: [PHP] and return
- Replies: 3
- Views: 2329
- Mon 26. Jun 2006, 16:36
- Forum: phpwcms Support English
- Topic: [PHP] and return
- Replies: 3
- Views: 2329
[PHP] and return
Does someone know how to include a return <br> between the [PHP] tags ?
If I use
[PHP]
echo "test";
echo "<br><br>";
echo "test2";
[/PHP]
it's not going to work. All other tags, like <hr> e.g. are working, but not the <br>. It's printing it all on 1 line.
If I use
[PHP]
echo "test";
echo "<br><br>";
echo "test2";
[/PHP]
it's not going to work. All other tags, like <hr> e.g. are working, but not the <br>. It's printing it all on 1 line.