Current time: 05-24-2012, 01:18 PM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PHP
12-31-2008, 04:44 PM (This post was last modified: 12-31-2008 04:46 PM by Giangy94.)
Post: #11
RE: PHP
And Italian site?Toungue
I studied PHP only here: http://php.html.it/guide/ specifically here: http://php.html.it/guide/leggi/99/guida-php-di-base/

http://talkhere.altervista.org
Visit this user's website Find all posts by this user
Quote this message in a reply
12-31-2008, 05:12 PM (This post was last modified: 12-31-2008 05:13 PM by Imad Jomaa.)
Post: #12
RE: PHP
Just a quick tip. A lot of tutorials will probably end up teaching you the lazy way of opening php.
E.G: <? echo 'blah'; ?> OR <?= echo 'blah'; ?>. Don't use them, they'll sometimes get parsed as an XML opening tag "xml="...." " but it depends on the specified Doctype.

In all, just use this: <?php echo 'blah'; ?>

Hire Me
Clicktotweet.me
Find all posts by this user
Quote this message in a reply
12-31-2008, 05:24 PM
Post: #13
RE: PHP
ok Big Grin Thanks for all the help and the links!

(12-31-2008 04:44 PM)Giangy94 Wrote:  And Italian site?Toungue
I studied PHP only here: http://php.html.it/guide/ specifically here: http://php.html.it/guide/leggi/99/guida-php-di-base/

who was that too? O.o

Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | MyBB | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication