Jump to content

Medavidcook

Members
  • Posts

    32
  • Joined

  • Last visited

Contact Methods

  • Website URL
    http://www.davidcook.me
  • Skype
    medavidcook

Profile Information

  • Gender
    Male
  • Location
    Cardiff, Wales

Medavidcook's Achievements

Member

Member (2/5)

0

Reputation

  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@email.com"; $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
×
×
  • 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.