
07-26-2005, 10:23 AM
|
Junior Techie
|
|
Join Date: Jul 2005
Posts: 9
|
|
PHP help!
Can someone please tell me how to use PHP??
__________________
Network_Boy
|

07-26-2005, 03:59 PM
|
 |
Administrator
|
|
Join Date: Nov 2001
Location: Mansfield, TX
Posts: 2,469
|
|
can you be more specific?
|

07-26-2005, 05:02 PM
|
 |
Super Moderator
|
|
Join Date: Aug 2001
Location: Phoenix, Arizona
Posts: 2,781
|
|
The syntax is like the following:
It should be embedded in an html file that will be processed server-side, so as part of the file it should look like this:
Code:
<html>
<body>
<?php
command;
command;
command;
?>
</body>
</html>
Operators, conditional statements, and loops can be written as they are in Java or C++.
|

07-26-2005, 06:56 PM
|
 |
Administrator
|
|
Join Date: Nov 2001
Location: Mansfield, TX
Posts: 2,469
|
|
with the exception of the $ character infront of the varible
oh and you don't have to pre-declare varibles
oh and about a few hundred thousand other things
|

07-26-2005, 09:28 PM
|
Junior Techie
|
|
Join Date: Jul 2005
Posts: 9
|
|
Quote:
Originally Posted by Uranium-235
can you be more specific?
|
so sorry..
what i meant was if anyone knows about creating a php forum etc..?
__________________
Network_Boy
|

07-26-2005, 11:14 PM
|
 |
Administrator
|
|
Join Date: Nov 2001
Location: Mansfield, TX
Posts: 2,469
|
|
You can download forums, like PHPbb
http://www.phpbb.com
of course, you would have to install it too, just follow the instructions that come with the forum (usually install.txt or readme.txt)
|

07-27-2005, 02:49 PM
|
 |
Super Moderator
|
|
Join Date: Aug 2001
Location: Phoenix, Arizona
Posts: 2,781
|
|
Quote:
Originally Posted by Uranium-235
with the exception of the $ character infront of the varible
oh and you don't have to pre-declare varibles
oh and about a few hundred thousand other things
|
Damn, dude, ease up a bit. I didn't mention variables at all, only syntax (since anything else the server would tell you what you're doing wrong), and so yeah, you can do exactly as I said.
Ooops, I just realized... I should have left the thread alone with your post there, since I forgot that we aren't supposed to provide any help on these forums any more...
|

07-27-2005, 06:19 PM
|
 |
Administrator
|
|
Join Date: Nov 2001
Location: Mansfield, TX
Posts: 2,469
|
|
"Operators, conditional statements, and loops can be written as they are in Java or C++."
you can't write those without varibles!
anyways, I helped him, he was talking about a PHP forum, and I gave him one
|

07-28-2005, 01:11 PM
|
 |
Super Moderator
|
|
Join Date: Aug 2001
Location: Phoenix, Arizona
Posts: 2,781
|
|
|

08-01-2005, 06:15 PM
|
Junior Techie
|
|
Join Date: Jul 2005
Posts: 9
|
|
oops, sorry no..
but i know arrays..
__________________
Network_Boy
|
Thread Tools |
Search this Thread |
|
|
Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 12:59 PM.
Powered by vBulletin® Version 3.6.5 Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
|