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

Tutorial for dynamic links
#61

How did you make it work for the other page?

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

I inserted it manually after ezgenerator created the page. It is also just a regular static php page with no dynamic links.
Reply
#63

Hmm... what are the contents of that file. I want to compare it against the other one that was stuck on one line.

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

This is the file:[/align]


Attached Files
.php allae.php Size: 114.79 KB  Downloads: 7
Reply
#65


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

except for a problem with ancsi and unicode, the comment script loaded.

http://www.provohappening.com/documents/fatcatstest.php
Reply
#67

Try removing the whitespace before
PHP Code:
<?php
session_start
();
ob_start();
?>
in "http://www.provohappening.com/documents/entertainment_and_attractions_in_provo.php"
Then, replace the include script with
PHP Code:
<?php
$page_id
= "2";
$path_to_comments_folder = "../comments/";
define ('IN_COMMENTICS', 'true'); //no need to edit this line
require $path_to_comments_folder . "includes/commentics.php"; //no need to edit this line
?>
That's all I did. If not, then the problem has something to do with Google Maps.

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

What white space are you referring to?
Reply
#69


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

This is what I got when I had the first code in the "http://www.provohappening.com/documents/entertainment_and_attractions_in_provo.php" file and replaced the include script.

Parse error: syntax error, unexpected T_VARIABLE in /home/provoha1/public_html/documents/entertainment_and_attractions_in_provo.php on line 5
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: 4 Guest(s)