Jump to content

LiamProductions

Members
  • Posts

    496
  • Joined

  • Last visited

    Never

Everything posted by LiamProductions

  1. Nice website, seen as you started 8 months ago Good luck
  2. My opinion is people call people coders nerdy because they can't make web apllications and they want too
  3. Hey. What would you say PHP is nerdy? or cool? or fun? You decide.
  4. Im new too PHP but under the first block of code it has { i thought it is suppose to be }
  5. Linux has better security. So there might be a permission stopping you
  6. Congratulations Thorpe If you have a speech on your wedding say this: I'd take a bullet for stace
  7. Hi. How do i connect to a MySQL Database using PHP?
  8. in PHP.net Manual... sorta is suppose to sort the arrays alphebetically
  9. I took away 1 ) and i got this: Fatal error: Call to undefined function: sorta() in /home/liam/public_html/phpvideotutorial.php on line 9
  10. Oh ok... And heres the error message: Parse error: syntax error, unexpected T_FOREACH in /home/liam/public_html/phpvideotutorial.php on line 7
  11. Hey. I can't find the problem on this: <?php $fruits = array ('red' => 'apple', 'orange' => 'orange', 'yellow' => 'banana'); foreach ($fruits as $fruit_key => $fruit_value) { echo sorta($fruit_key.' - '.$fruit_value. '<br />')); } ?> but it is giving me a error.
  12. someone edited it, i did'nt put that
  13. But would'nt you use a MySQL to save Data like that?
  14. Hey. What are arrays normally used for because i can't see any point in them. Thanks, Please tell me .
  15. LOL, Ok anyone that wants to try it out, go on the link i posted...
  16. are you stupid? those words are the same when reversed
  17. Thanks for that. I fixed my reverser now if you want to look http://www.liamproductions.com/reverseword.php
  18. and after the string you add a extra ) ?
  19. so what would you put if you wanted to put 3 functions into the string?
  20. Nice layout. Did you make an admin panel for the blog?
  21. Hey How do i use to functions at the same time? I tryed heres the code: <?php $reverseword = isset($_POST['reverseword'])?$_POST['reverseword']:0; echo strrev, strtolower($reverseword); ?> Thanks, please tell me how you use to functions at the same time for future reference.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.