Want to learn PHP ? I been using this and it's OK !

Ok I have been trying to understand PHP a little better and I come across the following site:-

http://www.homeandlearn.co.uk/php/php.html

 

I have been using the past few days hoping it would help me and believe it or not 'I think it's working'

all of a sudden I am able to understand a little about php, direct text and variable data, statements, conditional logic and I have even written a small script that displays a message when run through a server.....!! THIS IS BIG FOR ME !

 

OK the above may not sound great to some people, but my point is I am a total novice and after spending months/years trying to understand a lang (php) I have actually found something thats helping and may help others so check it out and let me know what you think ?!

 

Hope this helps someone out there ;)

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 23 Nov 2011

2 days ago I knew nothing, just a little html........  last night I wrote the following ;)

 

<html>
<head>
<title>Variables</title>
</head>
<body>

<?PHP

$total_spent = 100;
$discount_total = 100;

if ($total_spent >= $discount_total) {
print("10 percent discount applies to this order!");
}
else if($total_spent > $discount_total) {
print("Sorry – No discount!");
}

?>

</body>
</html>

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 23 Nov 2011

Once you have a good grasp of what you're learning there, you will want to take it a bit further.

I did not see anything at that site that covers object-oriented php programming. (OOP)

Those tutorials mostly deal with Procedural Programming. It is a very good start, but much of dolphin uses OOP so you will need to learn that as well.

I am not sure if this is the best site for that. http://www.tutorialized.com/view/tutorial/Object-Oriented-PHP-for-Absolute-Beginners/68802

But it's a start, and something you will want to look into after you have mastered Procedural Programming methods.

https://www.deanbassett.com
Quote · 23 Nov 2011

 

<?PHP

 <?php.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 23 Nov 2011

awesome so it's got your approval for begginers !  I must be on the right track ;)

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 23 Nov 2011

anymore ideas of things to look at would be good ?

 

thanks in advance

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 23 Nov 2011

This might also be helpful:

http://www.killerphp.com/tutorials/object-oriented-php/

Quote · 23 Nov 2011

I am learning php from http://www.w3schools.com/php/default.asp.

I have taken one day tutorial and taken a leave, but will learn more. I now understand basic almost. Its very easy to understand php at w3schools.com.

so much to do....
Quote · 24 Nov 2011

hello

I just got into this. I want to create a community (until now, I hosted my domain somewhere and I downloaded dolphin but I don`t know how to install it) and I have no idea where to begin from. I am totally uninitiated in internet & stuff. I will read as much as possible what is written around and I hope I will manage to move something.

Quote · 26 Nov 2011

 Good Luck, I have been working with the internet the  past 12+ yrs and still learning all the time ;)

 

hello

I just got into this. I want to create a community (until now, I hosted my domain somewhere and I downloaded dolphin but I don`t know how to install it) and I have no idea where to begin from. I am totally uninitiated in internet & stuff. I will read as much as possible what is written around and I hope I will manage to move something.

 

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 27 Nov 2011

cool thanks for the link 

Quote · 27 Nov 2011

 

I am learning php from http://www.w3schools.com/php/default.asp.

I have taken one day tutorial and taken a leave, but will learn more. I now understand basic almost. Its very easy to understand php at w3schools.com.

http://w3fools.com/

 

I used W3Schools when I first began learning HTML at the impressionable age of eleven or twelve.  I've since moved on to far better tools.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 27 Nov 2011

Thanks for the tip.  I have been trying to learn it forever, without too much success.  I think the key is to start with SQL and build around that.  I will check this out.

Quote · 27 Nov 2011

The reference for PHP is http://www.php.net/manual/en/ Smile

Free Dating Site on: http://coolonweb.com
Quote · 28 Nov 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.