DemonReaper
Nov 18 2007, 06:22 PM
| | ok i am going to be starting my site soon, i want to use phpnuke 8.1 and i want to beable to edit the files if need be so where can i go to learn all about php scripting. is there any free online books and so on. my site will mainly be about my clan on starcraft, supreme commander and so to be starcraft II. any help on this subject would be great. i just got some books on Visual Basic 6 and C++ 6 and also a begginers guide to programing but i know that has almost nothing to do with website stuff. i also know alittle of html.
thanks any1 |
Reply
KansukeKojima
Nov 18 2007, 06:25 PM
Liam_CF
Nov 18 2007, 08:52 PM
http://www.w3schools.com is a very usefull tool to use to learn coding languages.
I used it to learn HTML, XHTML and PHP.
Reply
mahirharoon
Dec 2 2007, 01:52 PM
there is no need for editing php
it is doable in the cms
i learnt php from php manual (mostly)
and html lite (little)
Reply
Similar Topics
Keywords :
nub lets php- Login System
- Let's do it! :) (40)
First, let's do register.php: include("conn.php"); // create a file with all the database
connections if($do_register){ // if the submit button were clicked if((!$name) ||
(!$email) || (!$age) || (!$login) || (!$password) ||
(!$password2)){ print "You can't let any fields in blank.\n"; // if the user did
not put some field exit; } $name = stripslashes($name); $email =
stripslashes($email); $age = stripslashes($age); $login =
stripslashes($login); $passw...
Uploading Files
- Let's do it! :) (0)
Looking for nub, lets, learn, php