PHP within shtml?

This is a discussion on PHP within shtml? within the PHP Language forums, part of the PHP Programming Forums category; Not sure if this is even possible... I have a website with a PHP-based message board. The message board ...


Go Back   Usenet Forums > PHP Programming Forums > PHP Language

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-28-2008
jmpatrick63@gmail.com
 
Posts: n/a
Default PHP within shtml?

Not sure if this is even possible...

I have a website with a PHP-based message board. The message board
has a donation tracker plug in that manages donation goals and current
donation amounts. At the top of my message board there is a
dynamically updated donation total. It uses this code to display the
information:

Amount We Need To "Keep It Free": $ {$this->ipsclass-
>cache['donate_cache']['total_goals']}<br>

<br>
Amount Donated To Date: $ {$this->ipsclass->cache['donate_cache']
['total_donations']}

I'd like to also add this dynamically generated tally to my main
site's SHTML page. Is there a way to add PHP, using Javascript or
whatever, so that the tally grabs what it needs from the database?

Thanks!
Reply With Quote
  #2 (permalink)  
Old 04-28-2008
Captain Paralytic
 
Posts: n/a
Default Re: PHP within shtml?

On 28 Apr, 15:35, jmpatric...@gmail.com wrote:
> Not sure if this is even possible...
>
> I have a website with a PHP-based message board. The message board
> has a donation tracker plug in that manages donation goals and current
> donation amounts. At the top of my message board there is a
> dynamically updated donation total. It uses this code to display the
> information:
>
> Amount We Need To &quot;Keep It Free&quot;: $ {$this->ipsclass->cache['donate_cache']['total_goals']}<br>
>
> <br>
> Amount Donated To Date: $ {$this->ipsclass->cache['donate_cache']
> ['total_donations']}
>
> I'd like to also add this dynamically generated tally to my main
> site's SHTML page. Is there a way to add PHP, using Javascript or
> whatever, so that the tally grabs what it needs from the database?
>
> Thanks!


XHR?
Reply With Quote
  #3 (permalink)  
Old 04-29-2008
NC
 
Posts: n/a
Default Re: PHP within shtml?

On Apr 28, 8:35 am, jmpatric...@gmail.com wrote:
>
> I have a website with a PHP-based message board. The message board
> has a donation tracker plug in that manages donation goals and current
> donation amounts. At the top of my message board there is a
> dynamically updated donation total. It uses this code to display the
> information:
>
> Amount We Need To &quot;Keep It Free&quot;: $ {$this->ipsclass->cache['donate_cache']['total_goals']}<br>
>
> <br>
> Amount Donated To Date: $ {$this->ipsclass->cache['donate_cache']
> ['total_donations']}
>
> I'd like to also add this dynamically generated tally to my main
> site's SHTML page. Is there a way to add PHP, using Javascript or
> whatever, so that the tally grabs what it needs from the database?


Doing it the way you want (i.e., combining SSI and PHP
in a single file) is impossible (SSI and PHP are handled by
different server modules, so you can't combine SSI and PHP
code and expect the server to execute both).

What you can do is create a simple PHP script that only shows
"Amount Needed" and "Amount Donated" and show its output in an
iframe on the main (or any other) page.

A slight modification of this approach is to create an AJAX-type
widget that would request the PHP script and display its output
in a predefined location on the home page.

Cheers,
NC
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 04:28 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0