Welcome Guest ( Log In | Register )



2 Pages V  < 1 2  
Reply to this topicStart new topic
> Introduction To PHP, PHP for Beginners!
TeamEFX
post Feb 4 2007, 04:28 PM
Post #11


Member [ Level 1 ]
Group Icon

Group: Members
Posts: 33
Joined: 4-February 07
Member No.: 20,172



As a newbie to pHp, ( i learned .net) this is great. It was pretty helpful for me because i didn't know how the code was layed out and how to include it like this. Thanks for the tips and help.

eFX
Go to the top of the page
 
+Quote Post
Houdini
post Feb 4 2007, 11:29 PM
Post #12


Super Member
Group Icon

Group: Members
Posts: 572
Joined: 25-April 05
From: Nashville Tennessee
Member No.: 4,340



QUOTE(Coach @ Apr 11 2005, 09:16 PM) *

I am starting to learn php using the 5.04 version. I have done the exercises that you gave us and I have noticed that the command "return" does not work, but the <br> does. Has anything been done about this in the last version?

Thank rkage for the valuable help you are bringing to the beginners.
Actually the \r\n are (return and newline) and can only be seen in the pages source not in your browsr for example write this simple code and then run it in your browser.
CODE
<?php
echo "This is a test line of characters that is very very long\n but with the addition of the newline character it will\n be viewed by viewing the page source and you will see that this long single line show up as 3 lines.";
?>

Go to the top of the page
 
+Quote Post
juancarlosvergar
post Mar 29 2007, 06:24 PM
Post #13


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 2
Joined: 19-March 07
Member No.: 20,958



Great curse for PHP. I try to apply for my web. I will tell you my avances.
Go to the top of the page
 
+Quote Post
optiplex
post May 4 2007, 09:38 PM
Post #14


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 4
Joined: 4-May 07
Member No.: 21,796



This is really good for people like me , thanks
Go to the top of the page
 
+Quote Post
zemon1
post Jun 27 2007, 04:09 AM
Post #15


Member [ Level 1 ]
Group Icon

Group: Members
Posts: 30
Joined: 26-June 07
Member No.: 22,942



im learning php mysql and javascript and that was quite helpful for the php portion, kinda seems a little easier than java...
Go to the top of the page
 
+Quote Post
Custergrant
post Jul 10 2007, 05:34 PM
Post #16


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 1
Joined: 10-July 07
Member No.: 23,268



Hey, great tutorial! I'm attempting to convert a forum game into a PHP game, and thanks to this guide, I'm not quite as scared about it as I was! smile.gif
Go to the top of the page
 
+Quote Post

2 Pages V  < 1 2
Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Setting Up Your Php Server(0)


 



- Lo-Fi Version Time is now: 5th December 2008 - 01:58 AM