Techware Labs Header

Forums have moved

See this announcement for more details, or just go directly there.

  #1  
Old 07-26-2005, 10:23 AM
bomberchia bomberchia is offline
Junior Techie
 
Join Date: Jul 2005
Posts: 9
Send a message via MSN to bomberchia
Default PHP help!

Can someone please tell me how to use PHP??
__________________
Network_Boy
Reply With Quote
  #2  
Old 07-26-2005, 03:59 PM
Uranium-235's Avatar
Uranium-235 Uranium-235 is offline
Administrator
 
Join Date: Nov 2001
Location: Mansfield, TX
Posts: 2,469
Send a message via ICQ to Uranium-235 Send a message via AIM to Uranium-235
Default

can you be more specific?
Reply With Quote
  #3  
Old 07-26-2005, 05:02 PM
vee_ess's Avatar
vee_ess vee_ess is offline
Super Moderator
 
Join Date: Aug 2001
Location: Phoenix, Arizona
Posts: 2,781
Send a message via ICQ to vee_ess Send a message via AIM to vee_ess Send a message via MSN to vee_ess Send a message via Yahoo to vee_ess
Default

The syntax is like the following:
Code:
<?php

command;

?>
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++.
Reply With Quote
  #4  
Old 07-26-2005, 06:56 PM
Uranium-235's Avatar
Uranium-235 Uranium-235 is offline
Administrator
 
Join Date: Nov 2001
Location: Mansfield, TX
Posts: 2,469
Send a message via ICQ to Uranium-235 Send a message via AIM to Uranium-235
Default

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
Reply With Quote
  #5  
Old 07-26-2005, 09:28 PM
bomberchia bomberchia is offline
Junior Techie
 
Join Date: Jul 2005
Posts: 9
Send a message via MSN to bomberchia
Default

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
Reply With Quote
  #6  
Old 07-26-2005, 11:14 PM
Uranium-235's Avatar
Uranium-235 Uranium-235 is offline
Administrator
 
Join Date: Nov 2001
Location: Mansfield, TX
Posts: 2,469
Send a message via ICQ to Uranium-235 Send a message via AIM to Uranium-235
Default

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)
Reply With Quote
  #7  
Old 07-27-2005, 02:49 PM
vee_ess's Avatar
vee_ess vee_ess is offline
Super Moderator
 
Join Date: Aug 2001
Location: Phoenix, Arizona
Posts: 2,781
Send a message via ICQ to vee_ess Send a message via AIM to vee_ess Send a message via MSN to vee_ess Send a message via Yahoo to vee_ess
Default

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...
Reply With Quote
  #8  
Old 07-27-2005, 06:19 PM
Uranium-235's Avatar
Uranium-235 Uranium-235 is offline
Administrator
 
Join Date: Nov 2001
Location: Mansfield, TX
Posts: 2,469
Send a message via ICQ to Uranium-235 Send a message via AIM to Uranium-235
Default

"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
Reply With Quote
  #9  
Old 07-28-2005, 01:11 PM
vee_ess's Avatar
vee_ess vee_ess is offline
Super Moderator
 
Join Date: Aug 2001
Location: Phoenix, Arizona
Posts: 2,781
Send a message via ICQ to vee_ess Send a message via AIM to vee_ess Send a message via MSN to vee_ess Send a message via Yahoo to vee_ess
Default

Reply With Quote
  #10  
Old 08-01-2005, 06:15 PM
bomberchia bomberchia is offline
Junior Techie
 
Join Date: Jul 2005
Posts: 9
Send a message via MSN to bomberchia
Default

oops, sorry no..
but i know arrays..
__________________
Network_Boy
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


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.
Forum style by ForumMonkeys.