Eki 20 2010
Asp Dersleri Bölüm-11 Html Tag Temizlemek / Html Code Clear
<% Function RemoveHTML( strText ) Dim TAGLIST TAGLIST = ";!--;!DOCTYPE;A;ACRONYM;ADDRESS;APPLET;AREA;B;BASE;BASEFONT;" &_ "BGSOUND;BIG;BLOCKQUOTE;BODY;BR;BUTTON;CAPTION;CENTER;CITE;CODE;" &_ "COL;COLGROUP;COMMENT;DD;DEL;DFN;DIR;DIV;DL;DT;EM;EMBED;FIELDSET;" &_ "FONT;FORM;FRAME;FRAMESET;HEAD;H1;H2;H3;H4;H5;H6;HR;HTML;I;IFRAME;IMG;" &_ "INPUT;INS;ISINDEX;KBD;LABEL;LAYER;LAGEND;LI;LINK;LISTING;MAP;MARQUEE;" &_ "MENU;META;NOBR;NOFRAMES;NOSCRIPT;SELECT;OBJECT;OL;OPTION;P;PARAM;PLAINTEXT;" &_ "PRE;Q;S;SAMP;SCRIPT;SMALL;SPAN;STRIKE;STRONG;STYLE;SUB;SUP;" &_ "TABLE;TBODY;TD;TEXTAREA;TFOOT;TH;THEAD;TITLE;TR;TT;U;UL;VAR;WBR;XMP;" Const BLOCKTAGLIST = ";APPLET;EMBED;FRAMESET;HEAD;NOFRAMES;NOSCRIPT;OBJECT;SCRIPT;STYLE;" Dim nPos1 Dim nPos2 Dim nPos3 Dim strResult Dim strTagName Dim bRemove Dim bSearchForBlock nPos1 = InStr(strText, "<") Do While nPos1 > 0
Ara 8 2011
htm ve html de php çalıştırma .htaccess ayarları
Edit the .htaccess file default yol : /home/username/public_html .htaccess sayfasını bulun aşağıdaki kodu ekleyin : RemoveHandler .html .htm AddType application/x-httpd-php .php .htm .html .htaccess kaydedin PHP kodunu bit .html de çalıştırma örnek sayfa test.html test.html kodu : <html> <head> </head> <body> <h1> <?php echo “php cok guzel”; ?> </h1> </body> </html>
Devamı
By Burhan KARADERE • ? Php ? • 0 • Tags: ? Php ?, .htaccess, htm, html, Seo