oh thanks. did u learn php in 2 weeks??
and if you don't mind could i see ur website?
Search found 11 matches
- Fri Aug 28, 2009 8:15 pm
- Forum: PHP - Code
- Topic: New to php
- Replies: 12
- Views: 810
- Fri Aug 28, 2009 8:13 pm
- Forum: PHP - Code
- Topic: [Challenge] Snakes and ladder style board
- Replies: 38
- Views: 24738
Re: [Challenge] Snakes and ladder style board
i know what imploding is
lol - i probably sound so dumb to you smart php people LOL
- Fri Aug 28, 2009 8:08 pm
- Forum: PHP - Code
- Topic: New to php
- Replies: 12
- Views: 810
Re: New to php
thanks so much AMAZING tutorial. and its 2.04am now, so i'd better go to bed lol. I'm going to do this in the morning though (or when i wake up) btw when it is connecting to the database, what is the host: <?php $host="localhost"; // Host name $username="enter here"; // Mysql use...
- Fri Aug 28, 2009 7:04 pm
- Forum: PHP - Code
- Topic: New to php
- Replies: 12
- Views: 810
Re: New to php
is it easy to read, i'm not very good when it comes to books lol
- Fri Aug 28, 2009 7:03 pm
- Forum: PHP - Code
- Topic: Phppp forum shoutbox
- Replies: 2
- Views: 138
Re: Phppp forum shoutbox
congratulations 
- Fri Aug 28, 2009 6:49 pm
- Forum: PHP - Code
- Topic: [Challenge] Snakes and ladder style board
- Replies: 38
- Views: 24738
Re: [Challenge] Snakes and ladder style board
do you mean faster to process?
- Fri Aug 28, 2009 6:46 pm
- Forum: PHP - Code
- Topic: New to php
- Replies: 12
- Views: 810
Re: New to php
and i would also like to know, where would be a good place to start?
- Fri Aug 28, 2009 6:44 pm
- Forum: PHP - Code
- Topic: New to php
- Replies: 12
- Views: 810
Re: New to php
roughly, how long would it take me to learn php and mysql.
baring in mind that i have limited time (about an hour or two a day) cause i'm 15 and about to do my GCSEs
baring in mind that i have limited time (about an hour or two a day) cause i'm 15 and about to do my GCSEs
- Fri Aug 28, 2009 6:41 pm
- Forum: PHP - Code
- Topic: New to php
- Replies: 12
- Views: 810
Re: New to php
thanks for the quick answer.
and oh - 0.00001% i've got a lot of work
and oh - 0.00001% i've got a lot of work
- Fri Aug 28, 2009 6:40 pm
- Forum: PHP - Code
- Topic: [Challenge] Snakes and ladder style board
- Replies: 38
- Views: 24738
Re: [Challenge] Snakes and ladder style board
it worked
- i am new to php, so i dont understand it but it works
- Fri Aug 28, 2009 6:32 pm
- Forum: PHP - Code
- Topic: New to php
- Replies: 12
- Views: 810
New to php
Ok, so i'm new to this whole php scripting thing. I am making a site, with a friend who knows no php so not looking great. But this is what I know so far: to set a variable you type $variable1 = "James" and then I could show that on a page as html by using the echo function: echo $variable...