
Medavidcook
Members-
Posts
32 -
Joined
-
Last visited
Everything posted by Medavidcook
-
tbh i am not sure as i followed everything on there website and not working, thinking will need to look at it again
-
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
-
yeh realised that i took the post out of method on the form thanks anyway
-
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
-
Yes stuck getting symphony working
-
Symfony, already installed MAMP
-
That didn't work, totally confused now
-
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
-
ok so only think i got to learn from at the moment is the php.net site.
-
I would look at php 6 books but nothing decent about at the moment all got some dodgy reviews.
-
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.
-
do you recommend any books?
-
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
-
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.
-
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
-
Which PHP Editor do you think is the best? [v2]
Medavidcook replied to Daniel0's topic in Miscellaneous
one that i have not seen mentioned is textwrangler i am using sublime text 2 atm, but not sure for the long run -
Hello All I was wondering what are peoples preferred text editor and why?
-
i like thenewboston.com they have alot of video tutorials of different things.
-
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.
-
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
-
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.
-
Scrolling vertically with a large background image?
Medavidcook replied to mottwsc's topic in CSS Help
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 -
Provide a link so we can see what you mean, with out looking at a live link we aint going to be much help.
- 3 replies
-
- mobile
- not working
-
(and 2 more)
Tagged with:
-
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
-
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