Search found 6 matches
- 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.
- Tue May 01, 2007 4:54 pm
- Forum: PHP - Code
- Topic: php warning can't resolve
- Replies: 8
- Views: 551
- Tue May 01, 2007 4:21 pm
- Forum: PHP - Code
- Topic: php warning can't resolve
- Replies: 8
- Views: 551
- 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...
- Tue May 01, 2007 2:23 pm
- Forum: PHP - Code
- Topic: php warning can't resolve
- Replies: 8
- Views: 551
- 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...