jungleme0w Posted January 15, 2007 Share Posted January 15, 2007 i need help with php and html.i have no idea wat im doing. But i did something cos dreamweaver has little php markup icons... ( :S )Here are my 2 html's:http://rapidshare.com/files/11811369/New_WinRAR_ZIP_archive.zip.htmllook at them (source) and you will see the php... There's an ip logger, something else, and some password thingo.Please Help.JungleCat (someone stole my name, so now im just my voice) Link to comment https://forums.phpfreaks.com/topic/34246-misc-php-help-with-html/ Share on other sites More sharing options...
kenrbnsn Posted January 15, 2007 Share Posted January 15, 2007 Unless the webserver your using send HTML files through the PHP processor, which is unlikely, you need to give your files the PHP extension instead of the HTML extension.Ken Link to comment https://forums.phpfreaks.com/topic/34246-misc-php-help-with-html/#findComment-161094 Share on other sites More sharing options...
jungleme0w Posted January 16, 2007 Author Share Posted January 16, 2007 *hugs ken*thanks!But now ive got a new problem using a password script. get it here:http://junglecat.freehostia.com/uploads/p_protect.txtit conflicts with the html header info, (its being run with "include ("p_protect.php"); )even tho ihave no html header info. So i remove the 2 lines with "header" in them which is also stated as casuing errors. But then i cant login it automatically goes to unauth'ed user.Can someone with the know how edit it for me please? Link to comment https://forums.phpfreaks.com/topic/34246-misc-php-help-with-html/#findComment-161609 Share on other sites More sharing options...
Cagecrawler Posted January 16, 2007 Share Posted January 16, 2007 Try putting ob_start(); at the beginning and ob_end_flush(); at the end of the script. Link to comment https://forums.phpfreaks.com/topic/34246-misc-php-help-with-html/#findComment-161718 Share on other sites More sharing options...
jungleme0w Posted January 16, 2007 Author Share Posted January 16, 2007 no i need the header altering part removed Link to comment https://forums.phpfreaks.com/topic/34246-misc-php-help-with-html/#findComment-161775 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.