Toggle navigation
Genres
Frontend (2)
JavaScript (6)
Database (2)
Linux Server (3)
Web Apps (4)
Misc (4)
Search
List
New Tutorials
Last Modified Tutorials
</>
Code examples
code
smiko
backend
php
phpquery
primjeri
00osnovno3.php
00osnovno3.php
<?php include("../phpQuery-onefile.php"); $doc=phpQuery::newDocumentFile("template1.html"); $ins=phpQuery::newDocumentFile("template_insert.html"); $doc["div"]->prepend($ins); print $doc; ?>
Reload page
Preview
W3C validation
Edit Code