<?php print("Hello World"); ?>
Z zapzack New Member Messages 606 Reaction score 19 Points 0 Jul 23, 2009 #21 <?php print("Hello World"); ?>
ichwar Community Advocate Community Support Messages 1,454 Reaction score 7 Points 0 Jul 25, 2009 #22 <?php print("Hello World"); ?> That is not correct I think. You must do this: <?php printf("Hello World"); ?>
<?php print("Hello World"); ?> That is not correct I think. You must do this: <?php printf("Hello World"); ?>
Z zapzack New Member Messages 606 Reaction score 19 Points 0 Jul 28, 2009 #23 ichwar said: <?php print("Hello World"); ?> That is not correct I think. You must do this: <?php printf("Hello World"); ?> Click to expand... fail.... go try it.. it works
ichwar said: <?php print("Hello World"); ?> That is not correct I think. You must do this: <?php printf("Hello World"); ?> Click to expand... fail.... go try it.. it works
ichwar Community Advocate Community Support Messages 1,454 Reaction score 7 Points 0 Jul 28, 2009 #24 Ok, I guess I'm confusing it with C.
ichwar Community Advocate Community Support Messages 1,454 Reaction score 7 Points 0 Jul 28, 2009 #26 What do you know?
ichwar Community Advocate Community Support Messages 1,454 Reaction score 7 Points 0 Jul 28, 2009 #28 Web developer. Ok. Do you know much joomla?
Z zapzack New Member Messages 606 Reaction score 19 Points 0 Jul 28, 2009 #29 erm.. thats a php cms.. Which I dont use.. heh
ichwar Community Advocate Community Support Messages 1,454 Reaction score 7 Points 0 Jul 28, 2009 #30 I just asked because if you know that mix of html, css, php, joomla, with a tad of javascript/ajax thrown in, you'll be able to get more freelance coding jobs than you can handle. Just a tip if you ever need work.
I just asked because if you know that mix of html, css, php, joomla, with a tad of javascript/ajax thrown in, you'll be able to get more freelance coding jobs than you can handle. Just a tip if you ever need work.
Z zapzack New Member Messages 606 Reaction score 19 Points 0 Jul 28, 2009 #31 heh.. I'm not the best PHP coder.. I don't know every command..
ichwar Community Advocate Community Support Messages 1,454 Reaction score 7 Points 0 Jul 28, 2009 #32 oh. Well, you could learn I guess. Oh well. So what is your main skill?
zen-r Active Member Messages 1,937 Reaction score 3 Points 38 Jul 28, 2009 #33 Has this turned into your chat thread all of a sudden? .... . .-.. .-.. --- --..-- .-- --- .-. .-.. -.. Language : Morse Code
Has this turned into your chat thread all of a sudden? .... . .-.. .-.. --- --..-- .-- --- .-. .-.. -.. Language : Morse Code
ichwar Community Advocate Community Support Messages 1,454 Reaction score 7 Points 0 Jul 28, 2009 #34 lol yes, It's just part of my World Take Over plan. :biggrin:
zen-r Active Member Messages 1,937 Reaction score 3 Points 38 Aug 1, 2009 #35 Uryyb Jbeyq! Language : Rot13 (Google it if you haven't heard of it. There are online decoders ) Last edited: Aug 1, 2009
adamparkzer On Extended Leave Messages 3,745 Reaction score 81 Points 0 Aug 1, 2009 #36 In Brain****: ++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>. http://en.wikipedia.org/wiki/Brain****
In Brain****: ++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>. http://en.wikipedia.org/wiki/Brain****
R renevanp New Member Messages 0 Reaction score 0 Points 0 Aug 6, 2009 #38 /*rexx*/ say Hello World Written in Rexx
adamparkzer On Extended Leave Messages 3,745 Reaction score 81 Points 0 Aug 6, 2009 #39 "Hello, World!" (Written in Human)
ichwar Community Advocate Community Support Messages 1,454 Reaction score 7 Points 0 Aug 6, 2009 #40 <!-- Hello World! --> html comment /* Hello World! */ css comment :biggrin: