Search found 5 matches

by Defcon
Fri May 04, 2007 2:21 am
Forum: PHP - Code
Topic: How to create a new ***.php file format in PHP scriptting?
Replies: 6
Views: 748

feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] Here i pa...
by Defcon
Fri May 04, 2007 1:52 am
Forum: PHP - Code
Topic: How to create a new ***.php file format in PHP scriptting?
Replies: 6
Views: 748

php file is no different from html. it is just normal text file. Who and how will it be interpreted...usually depends on its extension. like .php but not necessaryly the case. Yup! I admit that. Actually on template i already add a new line of PHP string using "includes" to call other PHP...
by Defcon
Fri May 04, 2007 12:29 am
Forum: PHP - Code
Topic: How to create a new ***.php file format in PHP scriptting?
Replies: 6
Views: 748

jmut wrote:simplify what you are asking for...nobody is going to read that much code.
Thanxs jmut for reply. What i want is to make it that script generate a PHP file and not in HTML file format. huhuhuhu
by Defcon
Fri May 04, 2007 12:17 am
Forum: PHP - Code
Topic: How to create a new ***.php file format in PHP scriptting?
Replies: 6
Views: 748

How to create a new ***.php file format in PHP scriptting?

feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] [quote=&q...
by Defcon
Fri May 04, 2007 12:15 am
Forum: PHP - Code
Topic: How to create a new ***.php file format in PHP scriptting?
Replies: 0
Views: 259

How to create a new ***.php file format in PHP scriptting?

Hye all! I would like to know how PHP works to create other a new PHP file automatically on web folder? Ok my case scenario is like this. I already download a Article Manager 0.3 written in PHP language from: http://www.interlogy.com/support/free-download/article_manager03.zip With that script it he...