This Question is Resolved.

If you have a similiar issue that this thread does not address, click the button below to open a new related support topic.

 
 
Global PHP variables in Templates
Posted: 14 June 2008 05:10 PM   [ Ignore ]  
Lab Assistant
Avatar
RankRank
Total Posts:  246
Joined  04-12-2008

Hi There

I’m currently coding a multi-step form for a customer, using a combination of custom PHP functions and FreeForm and just ran into a strange problem.

Let’s take this situation:

<?php
$var
= "I'am just a test variable.";

function
print_me() {
    
global $var;

    echo(
$var);
}
?>

This should print out the contents of $var but strangely it does not, PHP set either input or output.

Any ideas? Is this a bug?

 Signature 

Designchuchi | Twitter

URL Field Extension
Required Category Extension
DC FreeForm GeoIP Extension

Profile
 
 
Posted: 14 June 2008 07:19 PM   [ Ignore ]   [ # 1 ]  
Administrator
Avatar
RankRankRankRankRankRankRank
Total Posts:  15826
Joined  06-03-2002

No, it’s not a bug, but unique behavior to PHP executed with eval().  See the Knowledge Base article My PHP functions cannot reference global PHP variables for details.

 Signature 
Profile
MSG
 
 
Posted: 15 June 2008 04:05 AM   [ Ignore ]   [ # 2 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  246
Joined  04-12-2008

Thanks for pointing out, you can mark this as resolved.

 Signature 

Designchuchi | Twitter

URL Field Extension
Required Category Extension
DC FreeForm GeoIP Extension

Profile
 
 
Posted: 17 June 2008 03:28 PM   [ Ignore ]   [ # 3 ]  
Professor
Avatar
RankRankRankRankRankRankRank
Total Posts:  12376
Joined  04-29-2002

Closing thread..

 Signature 

Quick Reference - EE Trial Options - EE Wiki - Docs for updating a build

Profile
MSG
 
 
 

This Question is Resolved.

If you have a similiar issue that this thread does not address, click the button below to open a new related support topic.

 
 
 
Post Marker Legend
New Topic New posts Hot Topic Hot Topic with new posts New Poll New Poll Moved Topic Moved Topic Sticky Topic Sticky topic
Old Topic No new posts Hot Old Topic Hot Topic with no new posts Old Poll Old Poll Closed Topic Closed Topic Announcement Announcements
Theme
Change Theme
Visitor Statistics
The most visitors ever was 1149, on July 16, 2007 09:33 AM
Total Registered Members: 64908 Total Logged-in Users: 41
Total Topics: 81852 Total Anonymous Users: 20
Total Replies: 440061 Total Guests: 223
Total Posts: 521913    
Members ( View Memberlist )