how do you do php

Derek

Community Support Force
Community Support
Messages
12,882
Reaction score
186
Points
63
ok i am wondering how to do php becuase i wanna mka e a synimic sig do you put it in notepad and rename it what ever.php or something and upload it??
 
Last edited:

Woolie

Member
Messages
862
Reaction score
0
Points
16
Err well... it's not quite that simple, it might help if you actually learn it first.

Here

But yes the file will be parsed by the PHP if it's extension is ".php".
 

Derek

Community Support Force
Community Support
Messages
12,882
Reaction score
186
Points
63
i read taht it doesnt help can someone teach me here
 

Jake

Developer
Contributors
Messages
4,057
Reaction score
5
Points
0
search for php tutorials on google, always helpful. you could goto a library around you, alot of times they have php/mysql books available and you could also check out the script nedren used to make his sig as a refrance.
 

dharmil

New Member
Messages
1,656
Reaction score
0
Points
0
PHP:
// PHP TAG
<?php

//To DIsplay text
echo "hello";

// CLose
?>


Result

hello
 
Last edited:

Alejandro

Staff
Staff member
Community Support
Messages
9,436
Reaction score
1
Points
38
It's not really that esay, I would recommend you to get a book or look for an online tutorial.
 

Cynical

Active Member
Messages
3,492
Reaction score
0
Points
36
I wouldn't say you need a book, as PHP really isn't that hard to learn if you are already familiar with some kind of programming language (no, HTML does not count). As mentioned, Google "php tutorials" and see what you can find. After you have the code you want, yes, you just rename your whatever.txt file to a whatever.php and then upload here.
 
Top