Page 1 of 1

Need code to upadte html page online

Posted: Tue Jun 29, 2004 5:33 am
by dcm
hi .. i am newbie in php.. can anyone help me to build.. script ...

i want to update html pages online..

Posted: Tue Jun 29, 2004 5:47 am
by Grim...

he he

Posted: Tue Jun 29, 2004 5:54 am
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?

Posted: Tue Jun 29, 2004 6:17 am
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

Posted: Tue Jun 29, 2004 8:48 am
by d3ad1ysp0rk
patrikG wrote:for templating (which is what you describe),
..no it isn't?

Posted: Tue Jun 29, 2004 9:05 am
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.

Posted: Tue Jun 29, 2004 9:17 am
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..

Posted: Tue Jun 29, 2004 9:19 am
by patrikG
I think dcm needs to clarify what he wants.

Posted: Tue Jun 29, 2004 10:19 am
by d3ad1ysp0rk
I believe he means he can edit his pages via a web browser, using fopen, fread and fwrite.

Posted: Tue Jun 29, 2004 10:22 am
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.