Post: A beginners guide to: PHP
04-21-2011, 01:35 PM #1
Josh
League Champion
(adsbygoogle = window.adsbygoogle || []).push({}); Just before you flame me; I don't think this has been posted before, or whatever, & I'm sorry if I make some mistakes as I am still currently learning it too.

Okay, so lets get started with the extremely basic things...

To underline your wordings, you need to put:
    <u>Example text</u> 

That would turn into this in a webpage:
Example text

As you can see from the example, the PHP/HTML isn't too different from BBcode.

To make your wordings in italics, you will need to put:
    <i>Example text</i>

That would turn into this in a webpage:
Example text

To make your wordings bold, it is a bit trickier, but is still extremely easy. You will need to put:
    <strong>Example text</strong>

That would turn into this in a webpage:
Example text

To size you wordings in a certain place, you would need to put:
    <font size = 3>Example text</font>

That would turn into this as a webpage:
Example text

To make your wordings move in a certain place, you would need to put:
    <marquee>Example text</marquee>

That would turn into this as a webpage:
Example text

To make your wordings have a URL in them, you would need to put:
    <a href="https://www.examplesite.com/>Example text</a>

That would turn into this as a webpage:
You must login or register to view this content.

To make your wordings have different colours in places, you would need to put:
    <font color = red>Example text</font>

This would turn into this as a webpage:
Example text

To have a line break in your webpage, you would need to add:
    <br>

At a line-break.

Well, that's about it... It took me about an hour or so to make :p

Hope this helped the people struggling, and I'll add more to this thread when I can.

Enjoy!
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked Josh for this useful post:

Mezzid
04-21-2011, 01:40 PM #2
nice thread.................
04-21-2011, 02:40 PM #3
Cain
Tutorial Team Like A Boss
Or use w3schools.com :confused:
04-21-2011, 02:46 PM #4
Josh
League Champion
Originally posted by Cain View Post
Or use w3schools.com :confused:


I'm just trying to make it easy for people who are still learning the basics of HTML/PHP.

I didn't copy or paste any of it whatsoever, I wrote it outta my own words, hence why it took my so long.
04-21-2011, 02:49 PM #5
Cain
Tutorial Team Like A Boss
Yeah im not flaming you bro, I just see some missed things.

Im a HTML/PHP/JAVA/CSS/XML Programmer so I know my shit Cool Man (aka Tustin)
04-21-2011, 02:53 PM #6
This is HTML not PHP. Good thread nonetheless.
04-21-2011, 03:03 PM #7
Josh
League Champion
Originally posted by Cain View Post
Yeah im not flaming you bro, I just see some missed things.

Im a HTML/PHP/JAVA/CSS/XML Programmer so I know my shit Cool Man (aka Tustin)


Yeah, I'm still learning HTML and PHP. I used to code RuneScape Private Servers like 6 years ago :p.

Stopped that ages ago though and forgot most of the coding shit. Getting back into it though :y:

---------- Post added at 04:03 PM ---------- Previous post was at 04:02 PM ----------

Originally posted by RODNEYTROTTER View Post
This is HTML not PHP. Good thread nonetheless.


Thanks :y: I get mixed up by them both, that's why I put HTML/PHP.
04-21-2011, 03:05 PM #8
Nice :y:
.
04-21-2011, 05:48 PM #9
<Jimbo>
</Jimbo>
Alredy posted here: You must login or register to view this content. :cry:
P.S (HTML)

Originally posted by Josh
Just before you flame me; I don't think this has been posted before, or whatever, & I'm sorry if I make some mistakes as I am still currently learning it too.

Okay, so lets get started with the extremely basic things...

To underline your wordings, you need to put:
    <u>Example text</u> 

That would turn into this in a webpage:
Example text

As you can see from the example, the PHP/HTML isn't too different from BBcode.

To make your wordings in italics, you will need to put:
    <i>Example text</i>

That would turn into this in a webpage:
Example text

To make your wordings bold, it is a bit trickier, but is still extremely easy. You will need to put:
    <strong>Example text</strong>

That would turn into this in a webpage:
Example text

To size you wordings in a certain place, you would need to put:
    <font size = 3>Example text</font>

That would turn into this as a webpage:
Example text

To make your wordings move in a certain place, you would need to put:
    <marquee>Example text</marquee>

That would turn into this as a webpage:
Example text

To make your wordings have a URL in them, you would need to put:
    <a href="https://www.examplesite.com/>Example text</a>

That would turn into this as a webpage:
You must login or register to view this content.

To make your wordings have different colours in places, you would need to put:
    <font color = red>Example text</font>

This would turn into this as a webpage:
Example text

To have a line break in your webpage, you would need to add:
    <br>

At a line-break.

Well, that's about it... It took me about an hour or so to make :p

Hope this helped the people struggling, and I'll add more to this thread when I can.

Enjoy!
04-21-2011, 06:41 PM #10
Josh
League Champion
Originally posted by RGB
Alredy posted here: You must login or register to view this content. :cry:
P.S (HTML)


Alright man, thanks for the info.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo