PDA

View Full Version : Embed PHP in Templates


Liquid1ce
09-05-2004, 11:05 AM
Anyone ported this over to vB3

https://vborg.vbsupport.ru/showthread.php?t=52775

i need to embed some php scriptin in vBAdvanced but........... :ermm:

CarCdr
09-05-2004, 11:18 AM
What do you need to embed? Assignments already work and you can call any function you like, albeit with a little trickery:

https://vborg.vbsupport.ru/showthread.php?t=67947&p=548965

Liquid1ce
09-05-2004, 11:21 AM
need to embed
<?php include("file1.php"); ?>

etc..........