The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Some sort of php tag, that allows FULL html?
As you know in php, you can't use double quotes without putting for ex:
Code:
<input type=\"text\" name=\"head\"> With the double quotes and all? like fullhtml("html here"); *note i made up that above |
#2
|
||||
|
||||
Also
what is htmlentities() ? |
#3
|
||||
|
||||
Quote:
|
#4
|
||||
|
||||
Arunan, if you use ' ' around the String then you can use " in it
|
#5
|
|||
|
|||
Quote:
|
#6
|
||||
|
||||
Well I want to use normal html, no editing, with the double quotes and all, basically its like me writing normal html in a html page, but I want to incorporate it in php, what function would allow me to put html into it without having to format the html to fit php's needs.
|
#7
|
|||
|
|||
You are probably aware of this, but just drop out of PHP code completely..
PHP Code:
Note to use this echo() shortcut you must have the short_open_tag configuration directive enabled. I do not know of any specific function that would allow raw html code to be echo'd back to the browser. This is just the way this type of embedded code forces us to work i think! |
#8
|
||||
|
||||
Untested, but try using:
PHP Code:
Also untested, but there are two PHP directives in your php.ini file known as magic_quotes_gpc and magic_quotes_runtime, that basically will automatically add and strip slashes for you. |
#9
|
||||
|
||||
Parse error: parse error, unexpected T_STRING in /home/virtual/site19/fst/var/www/html/vbnews.php on line 2
Thats the error I get, Velocd |
#10
|
||||
|
||||
PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|