Qbasicnews.com

Full Version: Webpage Development
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I wanted to redo my website, and since quite a few of you here are really into webpage development, im wondering if anybody has some good resources on basic HTML,CSS,PHP.

Are there any decent downloadable(preffered) or online tutorials, that go through using the HTML,CSS and php and give examples on putting it all together? Im hoping i dont have to bookmark 3 different sites, and put each peice together one at a time...
http://www.w3schools.com - Has most of what you need to know
i am pretty good with HTML and CSS. however i have no experience with PHP. if you need anything from me you can post a reply, PM me, email me, what have you...
I am s*** with css, cool with html and server side lanquages though(like php), HOWEVER I can write you any scripts before the 28th, for various reasons.
I think he wanted to learn...

When I learned PHP back then, I read the tut at php.qb45.com. It's not there anymore though. But it got me started. Then I read some books from the library, and then I programmed a huge lot.

I'm on msn for questioning.

[edit] And btw, you'd always use php with html. PHP is implemented in to the html, then passed on the server, and the php parts are sent with the rest, as html.
Quote:[edit] And btw, you'd always use php with html. PHP is implemented in to the html, then passed on the server, and the php parts are sent with the rest, as html.
Like ASP, only it doesn't suck.
Excatly my words.
Heh, i know what PHP is and ive looked at the syntax(ive tweaked CGI Joe's Board by randomely guessing keywords) and ive set my computer up as a websever with apache, but im just looking for a resource, and maybe a intro tut to get me started in the right direction, once i get the basic syntax it shouldnt take more then a week to get the langauge down..


I know absouletly NO CSS though, and i need to go through that (i have worked with XML however)...

Basically im just looking for some resources that i can use that give pointers and tips, and give working examples for using the material they have in their tuts.

Like Zap said,i just want to learn but thanks to everyone for offering to help, if i have question then ill post them in general programming board.

So does anyone have anymore links?
For PHP try: http://www.zend.com/zend/art/intro.php . I haven't read it all but it looks good.
http://www.webclass.ru

They have some farily nice tutorials on CSS.
Pages: 1 2