The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Need help..
Can anyone help me write a php privacy file so i can have it in php instead of html..By privacy i mean a privacy statement..
I would be greatfull to that person indeed Thanks in advanced |
#2
|
||||
|
||||
I didnt get the request?
PHP files can include HTML so you can just: 1- Create a HTML file for your privacy statement then rename it as .php to make it PHP 2- If you already have a existing PHP file and you want to insert your statement there, you can : a) Insert this code ?> Your statement (in HTML here) <? in anywhere you like in your PHP file, so while file is parsed, this part will be posted as an HTML code or b) Use echo '........................'; lines to print your statement via PHP commands. If what you want it a sample PHP file you can use this code: <? echo '........................'; echo '........................'; echo '........................'; echo '........................'; ?> Edit ....... part and save the file with an .php extension.. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|