Search found 6 matches

by Thorax
Tue May 08, 2007 4:12 pm
Forum: PHP - Code
Topic: passing value from php to 2 frames in html
Replies: 1
Views: 240

passing value from php to 2 frames in html

Is it possible to pass 2 different value from php to 2 html frames? for example i want to pass 1 to frame test1 and 2 to frame test2 using php. so that value 1 and 2 will be outputted in the same screen with two frames.
by Thorax
Tue May 01, 2007 4:54 pm
Forum: PHP - Code
Topic: php warning can't resolve
Replies: 8
Views: 551

index.html and category_index.tmpl have the same content the difference is that in category_index.tmpl there s a dynamic code that generates resource directory but the rest of the content are the same...
by Thorax
Tue May 01, 2007 4:21 pm
Forum: PHP - Code
Topic: php warning can't resolve
Replies: 8
Views: 551

Thanks for pointing out the problem... the include location is the problem but if i change it path to include_once "../carp_gpl/carp/carp.php"; the problem would then be with index.html because the path has been change... any better idea to make the include in news.php flexible in both path?
by Thorax
Tue May 01, 2007 2:49 pm
Forum: PHP - Code
Topic: php warning can't resolve
Replies: 8
Views: 551

yes. using html this is the location and how i call the php code and it works: public_html/index.html <?php include 'newsfeeds/news.php'; ?> in smarty this the location but won't work it gives a warning: public_html/consolidate/templates/category_index.tmpl {php} include '../newsfeeds/news.php'; {/p...
by Thorax
Tue May 01, 2007 2:23 pm
Forum: PHP - Code
Topic: php warning can't resolve
Replies: 8
Views: 551

Jcart | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] I'm usin...
by Thorax
Tue May 01, 2007 2:05 pm
Forum: PHP - Code
Topic: php warning can't resolve
Replies: 8
Views: 551

php warning can't resolve

Warning: main(carp_gpl/carp/carp.php) [function.main]: failed to open stream: No such file or directory in /home/offshore/public_html/newsfeeds/news.php on line 3 Fatal error: main() [function.require]: Failed opening required 'carp_gpl/carp/carp.php' (include_path='.:/usr/lib/php:/usr/local/lib/php...