Help?
Moderator: General Moderators
Help?
Alright, I have a decent amount of knowledge when it comes to HTML. But.. PHP, I have NO idea about.. I download PHP-Nuke v6.7.. And I don't even know how to open it! What do I need to use PHP? HTML all you need is a basic word editor (i.e NotePad). Anyway, ANY help will be MUCH appreciated.
Download textpad from http://www.textpad.com so that when error messages appear you can trace your problems.
( PHP provides very detailed error messages when something goes wrong. )
Go to http://www.php.net read some things so that you get used to the syntax, then decide on a simple project to practice on, like your own weblog.
You will need to find out about MySQL because although it is possible to not use a database and build a flatfile ( ie notepad - textfile ) database these limit your abilities.
This forum will be fantastic support.
( PHP provides very detailed error messages when something goes wrong. )
Go to http://www.php.net read some things so that you get used to the syntax, then decide on a simple project to practice on, like your own weblog.
You will need to find out about MySQL because although it is possible to not use a database and build a flatfile ( ie notepad - textfile ) database these limit your abilities.
This forum will be fantastic support.
Also remember that you can't just open a php file in your browser as if it was HTML, you need a server (such as Apache) with PHP installed to parse your scripts.
You can easily set this up on your local machine, if you do not wan't to make your computer into a webserver, you could find a host which supports PHP, and test your files on that.
You should also (as mentioned in the last post) get MySQL which is a database server.
You can easily set this up on your local machine, if you do not wan't to make your computer into a webserver, you could find a host which supports PHP, and test your files on that.
You should also (as mentioned in the last post) get MySQL which is a database server.
This might give you some idea of things.
Also, download the PHP-Manual (from http://www.php.net) or, if you run windows, download the windows-helpfile.
Link is in my sig.
Also, download the PHP-Manual (from http://www.php.net) or, if you run windows, download the windows-helpfile.
Link is in my sig.
PHP is worthwhile getting into. If you follow the links in my post above and read the thread about books you'll certainly find one that will give you a good background.
I find it hard to imagine anyone taking the time to teach you PHP via AIM if you don't know the basics. Show some effort, start with some little projects and if you're stuck, come back and ask.
I find it hard to imagine anyone taking the time to teach you PHP via AIM if you don't know the basics. Show some effort, start with some little projects and if you're stuck, come back and ask.
ok
someone better tell me what text=pad is capable of, because i keep thinking of notepad when i see it and notepad sucks ass.
get a programming editor. get xemacs or emacs (it's there, go to seach and type "emacs" and your os).
they both do syntax highlighting, which is very helpful once you get used to it. they both do parenthesis matching, so ic you use scheme/lisp you wont go insane. they both give you line numbers. there's a <span style='color:blue' title='I'm naughty, are you naughty?'>smurf</span> of other things i don't use ... like that they have the gcc (gnu compiler collection, which is a collection of ansi compiler's and up-to-date-when-you-dl-it java compiler from sun) and can handle every language i've used ... well i know for a fact it handles much more.. namely every one i've ever heard of...and i recently found out emacs finally made a windos port. something x has done for a while.
someone better tell me what text=pad is capable of, because i keep thinking of notepad when i see it and notepad sucks ass.
get a programming editor. get xemacs or emacs (it's there, go to seach and type "emacs" and your os).
they both do syntax highlighting, which is very helpful once you get used to it. they both do parenthesis matching, so ic you use scheme/lisp you wont go insane. they both give you line numbers. there's a <span style='color:blue' title='I'm naughty, are you naughty?'>smurf</span> of other things i don't use ... like that they have the gcc (gnu compiler collection, which is a collection of ansi compiler's and up-to-date-when-you-dl-it java compiler from sun) and can handle every language i've used ... well i know for a fact it handles much more.. namely every one i've ever heard of...and i recently found out emacs finally made a windos port. something x has done for a while.