This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

Tutorial for dynamic links
#41

Could you give me a section around the include script? Any other php scripts could be helpful. Sorry for the late reply.

I'm giving you three guesses...
Reply
#42

hmmm... I don't think I can get you much. Ezgenerator is a pure WYGIWYS editor. I can insert html and codes, but I can't access the generator html. And I have no clue what file I would need to look at either.
Reply
#43

???

Does your server provide some sort of cp? Can you access it via ftp? The file you need is "http://www.provohappening.com/documents/entertainment_and_attractions_in_provo.php", specifically "entertainment_and_attractions_in_provo.php"
It should be pretty easy to find.

I'm giving you three guesses...
Reply
#44

Okay... this code is confusing. I can't find the include script. Anyway I can send it or something?
Reply
#45

There is an attachment section if you do a full reply. Or, you can PM the file to me. Whichever you feel like.

I'm giving you three guesses...
Reply
#46

I hope this helps...


Attached Files
.php entertainment_and_attractions_in_provo.php Size: 174.63 KB  Downloads: 8
Reply
#47

...Wow...
Umm, do you have a version that is not all stuck on one line? It's hard to open 175 KB that is all stuck on one line, much less read it.
Of course, if not, I'll just put in the line breaks myself.

I'm giving you three guesses...
Reply
#48

Where exactly did you put the include script in.
I can't find anything related in that file, other than "http://www.provohappening.com/documents/167.html"

I'm giving you three guesses...
Reply
#49

I'm not convinced that eval() is enabled on your server.

Please can you try adding this code to your page (somewhere above Commentics):
PHP Code:
<?php
$string
= 'cup';
$name = 'coffee';
$str = 'This is a $string with my $name in it.';
echo
$str. "<br/>";
eval(
"\$str = \"$str\";");
echo
$str. "\n";
?>

You should see this output:
Code:
This is a $string with my $name in it.
This is a cup with my coffee in it.

Have you completed the interview?
Reply
#50

Yeah. I don't get that output. There is only a ?> at the very top left corner of the page.
http://www.provohappening.com/documents/...e=1&subcat=
I think it might have something to do with ezgenerator. This is what I got when I put the code into a file that didn't go through ezgenerator.

http://www.provohappening.com/documents/allae.php
Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post
Last Post by J.B.
06-Jun-2014, 11:19 PM
Last Post by het
19-Sep-2011, 06:42 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)