O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
Answered by Alejandro Ramirez : Jul 07 2011 07:52 PM
It looks like the path to your template is incorrect:
"C:/xampp/htdocs/temps/smarty/templates/test.tpl"
It should be:
"C:\xampp\htdocs\temps\smarty\templates&#... full answer >
Answered by bogomilshopov : Jun 08 2011 05:16 AM
Hello Alejandro,
PHP is a dynamic language - you may create what you want with it. And the answer is yes.
For example if you create a file: poll.php, you can add parameters like this
poll.php?quest... full answer >
Answered by rachel.j : May 19 2011 07:20 AM
If you put the description and keyword meta tags in the head of the page they won't be displayed on the page, so users won't see them, but they will be accessible to search engines.
You page ... full answer >
Answered by rachel.j : Mar 17 2011 12:46 PM
Hi,
It looks like your question has already been answered at https://www.phpfreaks...?topic=326218.0.
Let us know if you have any more questions. You can also email booktech@oreilly.com, our book cus... full answer >
Answered by DarkFlib : Jan 24 2011 04:46 PM
It really depends what you want to do - right tool for the right job and all that... However, PHP with the release of version 5.3 and shortly version 6 has addressed a lot of the shortcomings that hav... full answer >
Answered by cothomps : Dec 20 2010 02:46 PM
Have large businesses become more open with PHP based applications? What are your thoughts on using PHP vs Java in delivering something to the enterprise community but still gaining the traction with ... full answer >
Answered by Robin Nixon : Dec 10 2010 10:13 AM
Hi Linda,
Ajax communication between a web page and a web server suffers from very tight security restrictions. Data from the server will be accepted by the web page only if the page was loaded from ... full answer >
Answered by DarkFlib : Jan 24 2011 05:13 PM
If you just want the same page to reload, why not just submit to the page you are on?
ie. <form method="post" action=""><input type="submit" name="refresh&... full answer >
Answered by sarahkim : Nov 18 2010 03:51 PM
This question has been asked a couple of times before. Please check out the responses and let us know if you're still unsure what to do next.
Just finished HTML/CSS, which would be the next bes... full answer >