|
Posted by Rich on 09/26/06 18:21
On Tue, 26 Sep 2006 09:55:31 -0400, Powderfinger wrote...
>
>My client is asking me for a "WEBPAGE" where he can update a page on his
>website. In other words, he has a list on one of the pages which he wants to
>personally update without needing me everytime. I've been told I need to
>write a "php script", something I know little about, to generate a dynamic
>web-page. The hosting does support server-side php scripts and MySQL.
>
>Any suggestions? Does anyone know of any sample scripts which might do the
>job?
>
>Thanks
>
>Jack
>
>
PHP is a way to handle dynamic content on web pages, but probably need something
extra to manage the content your PHP code would be accessing (e.g. MySQL, text
files, etc.). Since you aren't familiar with PHP yourself, you may have better
luck locating a PHP program to manage that, than trying to create your own from
scratch. Likely free ones available but would need to search around the Internet
for it.
Rich
--
Help a Community by Participating in Ours
We donate your subscription fees to the charity you choose
100% of your first month, 10% thereafter.
http://newsguy.com/charity.asp
[Back to original message]
|