EntityGaming Forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Web Team (Help Needed)

3 posters

Go down

Web Team (Help Needed) Empty Web Team (Help Needed)

Post  NoEffinWay Sat Sep 19, 2009 1:13 am

Hi eveyone. I'm NoEffinWay (AKA: Donnie) I'm the new php/web designer and I need a team. Bad. I can't do it all myself. Below is an app, please fill it out if you are interested. (This was approved by: kjanko)

Name(Real, fake, in game w/e):

What can you do/code/design that will be useful to the server and the web design team:


-----Basic HTML-------
Use the following 'code':

Code:

<font class='para1'>Hi my name is Bob.  I like playing chicken while riding my cat Sheela</font>

<font class='para2>I also like to throw eggs at old people in the par.</font>

To answer the following questions:

1.) What would the code look like if I wanted line one to be red and line two to be blue using ONLY HTML?


2.What would the code look like if I wanted line one to be red and line two to be blue using CSS?

-----Basic PHP--------

Use the following 'code':

Code:

$name = $_POST['acct']

$select = mysql_query("SELECT * FROM tablename WHERE acctname='$Name');

To answer the following questions:

1. What are the variables?

2. Show me basically what the form would look like for the input of the account:

3. The previous code has errors. Show me what it SHOULD look like.

Please note that you don't have to know all the answers. This is just to help me out if you get selected.


Last edited by NoEffinWay on Sat Sep 19, 2009 1:30 am; edited 1 time in total

NoEffinWay

Posts : 8
Join date : 2009-09-17

Back to top Go down

Web Team (Help Needed) Empty Re: Web Team (Help Needed)

Post  Admin Sat Sep 19, 2009 1:14 am

Approved by me. The desing is almost done, we need coders!

Admin
Admin

Posts : 25
Join date : 2009-09-11

https://entitygaming.forumotion.com

Back to top Go down

Web Team (Help Needed) Empty Re: Web Team (Help Needed)

Post  kirilvelinov Sat Sep 19, 2009 12:42 pm

-----Basic HTML-------

1. What would the code look like if I wanted line one to be red and line two to be blue using ONLY HTML?

Code:
<font class="para1"><font color="#FF0000">Hi my name is Bob.  I like playing chicken while riding my cat Sheela</font></font>

<font class="para2"><font color="#0000FF">I also like to throw eggs at old people in the par.</font></font>

2.What would the code look like if I wanted line one to be red and line two to be blue using CSS?

Code:
.para1 {   
   text-align:center;      //In what place the line is.
   font-size:10pt;        // Line Size.
   color:#FF0000;        // Line one Red.
}

.para2 {
   text-align:center;      //In what place the line is.
   font-size:10pt;          // Line Size.
   color:#0000FF;          // Line two Blue.
}

----PhP----

Code:

$name = $_POST['acct']

$select = mysql_query("SELECT name FROM tablename WHERE name='$name');
kirilvelinov
kirilvelinov

Posts : 4
Join date : 2009-09-14
Age : 32
Location : Bulgaria/Dupnica

http://x-wow.game-server.cc/

Back to top Go down

Web Team (Help Needed) Empty Re: Web Team (Help Needed)

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum