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 »
A Good news for the PHP Developers, In PHP 5.4 developers will no longer require to go through all the hurdles in setting up an web server in order to develop and test their PHP codes.
PHP 5.4 will ...
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 >