Jump to content

Medavidcook

Members
  • Posts

    32
  • Joined

  • Last visited

Everything posted by Medavidcook

  1. tbh i am not sure as i followed everything on there website and not working, thinking will need to look at it again
  2. This is what happens Hello Ok I have an iMac running PHP 5.3.27 (found from phpinfo file) I am trying to instal Symfony framework. I have followed the instructions where adding the scripts for composer in terminal the first one (curl -sShttps://getcomposer.org/installer | php) says successful the second one (sudo mv composer.phar /usr/local/bin/composer) asks for my password which I enter but nothing happens, When I try running Symfony 2 by using cd my project/ then php app/check.php Shows the details as ok. But when i try accessing the host url on my browser it says unable to connect to server. I don;t know what I have done. Wondering if anyone can help me Thanks
  3. yeh realised that i took the post out of method on the form thanks anyway
  4. Hey Need help i am having a mental block when I fill in the form and click send it sends the form but looks like this Name: , Email: , Subject: , Message: the form data is <?php $name = $_POST['name']; $email = $_POST['email']; $subject = $_POST['subject']; $message = $_POST['message']; $formContent = "From: $name, \n Email: $email, \n Subject: $subject, \n Message: $message"; $recipient = "[email protected]"; $subject = "Website Request"; $mailheader = "Website \r\n"; mail($recipient, $subject, $formContent, $mailheader); echo "Your message was sent" . " - " . "<a href='index.html' style='text-decoration: none; color: #d03837;'>Return Home</a>"; ?> Anyone with any ideas
  5. Yes stuck getting symphony working
  6. Symfony, already installed MAMP
  7. That didn't work, totally confused now
  8. Hello I have being using MAMP for php I am now trying out symfony framework. I am trying to install it i do everything the website says but when I come to test the url it don't work says can't connect to server. I don't think php is enabled on my iMac wondering if anyone can help me install the framework thanks
  9. ok so only think i got to learn from at the moment is the php.net site.
  10. I would look at php 6 books but nothing decent about at the moment all got some dodgy reviews.
  11. if it is going to be online material it needs to be in depth due to me not doing php for a number of years and want to start from scratch again.
  12. do you recommend any books?
  13. Hello wasn't sure where to put this post so if a needs moving please move. I recently took a break from design due to birth of my daughter, i am coming back to learn php and have PHP solutions: Dynamic Web Design Made Easy – David Powers was wondering if it is still a good book to use to learn from. Thanks
  14. Yes i did think it was a bad place to ask the question, Yeh i will be self taught, I have been looking at getting some work done, just dont know where to start and what things to do down the php route.
  15. Hello, I am looking for some advice, I have a solid understanding of HTML5 and CSS3 and looking at learning something else. My options are PHP, Java, Python, C++, C# Different places say that PHP, Java and C# have the most jobs out there but all in different order What would you say is best and easiest to learn thanks
  16. one that i have not seen mentioned is textwrangler i am using sublime text 2 atm, but not sure for the long run
  17. Hello All I was wondering what are peoples preferred text editor and why?
  18. i like thenewboston.com they have alot of video tutorials of different things.
  19. ok thank you, will look for more material as was learning off phptherightway.com and dont seem to gained anything more than i knew before.
  20. Hey I am wondering, would it be better to learn php on its own or going through a framework i.e cakephp etc hope this makes sense
  21. Hello I was wondering how do php developers evidence work I have seen loads of jobs saying looking at 3 yrs evidence what do them mean and what type of things can you evidence.
  22. Do you have an active link, I had one of these before but for me to try and solve i need the live version as struggling looking at the code side. Thanks
  23. Provide a link so we can see what you mean, with out looking at a live link we aint going to be much help.
  24. Thanks for that, the websiter seems very good.will have a indepth look later, will update on books i choose when i do more research
  25. As the post says I am looking for the best training material so i can expand my knowledge. So far i have 2 books PHP Solutions - by David Powers PHP, MySQL by RObert Nixon O'Rielly media. Anyone used any of these or have any good material thanks
×
×
  • 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.