Need code to upadte html page online

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dcm
Forum Newbie
Posts: 2
Joined: Tue Jun 29, 2004 5:33 am

Need code to upadte html page online

Post by dcm »

hi .. i am newbie in php.. can anyone help me to build.. script ...

i want to update html pages online..
Grim...
DevNet Resident
Posts: 1445
Joined: Tue May 18, 2004 5:32 am
Location: London, UK

Post by Grim... »

dcm
Forum Newbie
Posts: 2
Joined: Tue Jun 29, 2004 5:33 am

he he

Post by dcm »

he he friend..

i know.. i have two books i have tried on few functions also..

fopen.. fwrite..

i just want to open a file.. then update text and close that file..

i know it can be done by fopen.. fwrite or/and fclose..

can u help me mate?
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

Books are the best place to start if you want to program this templating yourself. If you want to pay someone to write scripts for you, make a post with detailed specs, how much you're willing to pay etc. in the "Job Hunt" forum.

Alternatively: we have some tutorials at http://wiki.devnetwork.net/index.php/LearnPHP which might be of interest to you, for templating (which is what you describe), I'd recommend http://wiki.devnetwork.net/index.php/TemplatesTutorial
d3ad1ysp0rk
Forum Donator
Posts: 1661
Joined: Mon Oct 20, 2003 8:31 pm
Location: Maine, USA

Post by d3ad1ysp0rk »

patrikG wrote:for templating (which is what you describe),
..no it isn't?
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

LiLpunkSkateR wrote:
patrikG wrote:for templating (which is what you describe),
..no it isn't?
He wants to update HTML-pages online. HTML-pages need to be generated by something, which is where the idea of templating comes from.
d3ad1ysp0rk
Forum Donator
Posts: 1661
Joined: Mon Oct 20, 2003 8:31 pm
Location: Maine, USA

Post by d3ad1ysp0rk »

err.. i think it as more of a web based html editor.. not a templating system.

I think of smarty as a templating system..
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

I think dcm needs to clarify what he wants.
d3ad1ysp0rk
Forum Donator
Posts: 1661
Joined: Mon Oct 20, 2003 8:31 pm
Location: Maine, USA

Post by d3ad1ysp0rk »

I believe he means he can edit his pages via a web browser, using fopen, fread and fwrite.
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

LiLpunkSkateR wrote:I believe he means he can edit his pages via a web browser, using fopen, fread and fwrite.
Let's wait and see what dcm says.
Post Reply