PHP HELP!!!!!

Post all your general non-film related PC and Mac stuff here.

Moderators: Admin, Moderator Team

Post Reply
El Brenty
Moderator
Moderator
Posts: 2030
Joined: Fri Jul 18, 2003 8:37 pm
Location: Esher, Surrey, Land Of Hope And Glory
Contact:

PHP HELP!!!!!

Post by El Brenty »

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!
Moderating behind the bushes!
ssj3gohan
Senior Member
Senior Member
Posts: 161
Joined: Sat May 08, 2004 7:47 pm
Contact:

Post by ssj3gohan »

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)
[img]http://home.quicknet.nl/qn/prive/c.nijssen-parhan/banner1.JPG[/img]
Epsilon
Forum Master
Forum Master
Posts: 3897
Joined: Wed Sep 17, 2003 4:13 am
Location: Orange County, California
Contact:

Post by Epsilon »

My server already has the PHP programs installed!
El Brenty
Moderator
Moderator
Posts: 2030
Joined: Fri Jul 18, 2003 8:37 pm
Location: Esher, Surrey, Land Of Hope And Glory
Contact:

Post by El Brenty »

Epsilon wrote:My server already has the PHP programs installed!
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.

I want something like Frontpage, but for PHP.
Moderating behind the bushes!
Raptor
Forum Veteran
Forum Veteran
Posts: 1027
Joined: Sat Sep 06, 2003 5:47 am
Location: Altoona, PA, USA

Post by Raptor »

CamClub wrote:
Epsilon wrote:My server already has the PHP programs installed!
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.

I want something like Frontpage, but for PHP.
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....
The UNDERGROUND
[url]http://theundergroundtv.com[/url]
Music television for unsigned bands
El Brenty
Moderator
Moderator
Posts: 2030
Joined: Fri Jul 18, 2003 8:37 pm
Location: Esher, Surrey, Land Of Hope And Glory
Contact:

Post by El Brenty »

Methinks PHP for dummies may be a good start then!
Moderating behind the bushes!
Raptor
Forum Veteran
Forum Veteran
Posts: 1027
Joined: Sat Sep 06, 2003 5:47 am
Location: Altoona, PA, USA

Post by Raptor »

SAMS Teach yourself PHP in 24 hours..... we've used that as a textbook in our intor to PHP class...
The UNDERGROUND
[url]http://theundergroundtv.com[/url]
Music television for unsigned bands
I3lade203
Forum Veteran
Forum Veteran
Posts: 2345
Joined: Sat Oct 25, 2003 11:39 pm
Location: NY
Contact:

Post by I3lade203 »

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!
Sigs suck a**.
El Brenty
Moderator
Moderator
Posts: 2030
Joined: Fri Jul 18, 2003 8:37 pm
Location: Esher, Surrey, Land Of Hope And Glory
Contact:

Post by El Brenty »

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!
It's just PHP I don't know anything about. I studied about a dozen computer languages at university.

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!
Raptor
Forum Veteran
Forum Veteran
Posts: 1027
Joined: Sat Sep 06, 2003 5:47 am
Location: Altoona, PA, USA

Post by Raptor »

Talked to my wife who works with Dreamweaver and she said it will generate PHP code, particularly database access code.... so... try that and see if it does what you need..
The UNDERGROUND
[url]http://theundergroundtv.com[/url]
Music television for unsigned bands
I3lade203
Forum Veteran
Forum Veteran
Posts: 2345
Joined: Sat Oct 25, 2003 11:39 pm
Location: NY
Contact:

Post by I3lade203 »

Ah i see, why don't you just learn the langauge?
Sigs suck a**.
El Brenty
Moderator
Moderator
Posts: 2030
Joined: Fri Jul 18, 2003 8:37 pm
Location: Esher, Surrey, Land Of Hope And Glory
Contact:

Post by El Brenty »

I3lade203 wrote:Ah i see, why don't you just learn the langauge?
Because I'm in the middle of a project that has to be launched very soon, and I don't have the time.
Moderating behind the bushes!
Post Reply