PHP HELP!!!!!
Moderators: Admin, Moderator Team
-
- Moderator
- Posts: 2030
- Joined: Fri Jul 18, 2003 8:37 pm
- Location: Esher, Surrey, Land Of Hope And Glory
- Contact:
PHP HELP!!!!!
Does anyone know of any free PHP authoring software????
I know nothing about PHP!
For a website I'm doing, it has to be PHP enabled for a school forum, which I've already done without any problems, but if I want any other pages on the site that work separately tot he forum, they need to be in PHP.
So where do I start? Any Front-page-style authoring software I can download free? Trial versions of non-free software? Help! Where do I start!
I know nothing about PHP!
For a website I'm doing, it has to be PHP enabled for a school forum, which I've already done without any problems, but if I want any other pages on the site that work separately tot he forum, they need to be in PHP.
So where do I start? Any Front-page-style authoring software I can download free? Trial versions of non-free software? Help! Where do I start!
Moderating behind the bushes!
okay, you have to do this to get started my way (I'm a die-hard 'DONT EVER WYSIWYG'):
download 1st page: http://www.evrsoft.com and preferably wait about a month and download the 2004 version (which they have STILL not finished, bastards). Then follow the courses on http://www.w3schools.com. After that, for more advanced knowledge about php, you can download dozens of free ebooks using any sharing protocol or http://www.ebooks.com (most of them are totally free)
download 1st page: http://www.evrsoft.com and preferably wait about a month and download the 2004 version (which they have STILL not finished, bastards). Then follow the courses on http://www.w3schools.com. After that, for more advanced knowledge about php, you can download dozens of free ebooks using any sharing protocol or http://www.ebooks.com (most of them are totally free)
[img]http://home.quicknet.nl/qn/prive/c.nijssen-parhan/banner1.JPG[/img]
-
- Forum Master
- Posts: 3897
- Joined: Wed Sep 17, 2003 4:13 am
- Location: Orange County, California
- Contact:
My server already has the PHP programs installed!
WW2 Reenacting:
AAA-O :: Anything, Anywhere, Anytime, Bar Nothing!
AAA-O :: Anything, Anywhere, Anytime, Bar Nothing!
I haven't seen any Front page like WSYIWYG PHP editors, PHP is very dependent on the libraries that are installed for a lot of functionality. For a nice text based editor, try PHPEdit, not sure how much is provided in Dreamweaver from a PHP angle... the problem is HTML is a formatting language, pretty easy to do with WSYSWIG, and a lot of the WebBots used in Frontpage are VBScript and JScript combos, but primarily use the Front Page extensions on the server to achieve their functionality. PHP is a platform independent programing language, so basically need to be hand coded. It's a pretty simple language to get a handle on tho....CamClub wrote:No, I don't mean that - I don't mean the server-end interpreters, I mean front-end authoring software - that I can build a site with.Epsilon wrote:My server already has the PHP programs installed!
I want something like Frontpage, but for PHP.
The UNDERGROUND
[url]http://theundergroundtv.com[/url]
Music television for unsigned bands
[url]http://theundergroundtv.com[/url]
Music television for unsigned bands
-
- Moderator
- Posts: 2030
- Joined: Fri Jul 18, 2003 8:37 pm
- Location: Esher, Surrey, Land Of Hope And Glory
- Contact:
It's just PHP I don't know anything about. I studied about a dozen computer languages at university.I3lade203 wrote:Yes, your probably going to want to learn sql to if your planning on having databases, with things such as logins and the like, look at me camclub im a lot younger then you and learnt php,sql,and numours other langagues, im sure you can to!
I just wanted to know if there was something that could make things easier, like a cross between Frontpage and Access, that would obviously handle PHP and make life easy for me.
Moderating behind the bushes!