CODE |
ec1 c2 |
CODE |
ec1 echo " Hello world! ";?> c2 |
CODE |
ec1 parse_str($_SERVER["QUERY_STRING"], $string); // use $string, could be a security breach otherwise error_reporting(E_ALL); // All Errors $page_buffer = NULL; $page_buffer .=" "; if ($string["say_something"] == 1) Post by: tenniskid493 on January 20, 2006, 12:54:00 pm Post by: rivereye on January 21, 2006, 08:52:00 am Post by: tenniskid493 on January 21, 2006, 12:54:00 pm Post by: rivereye on January 22, 2006, 08:35:00 am Post by: tenniskid493 on January 22, 2006, 11:03:00 am Post by: tifreak on January 22, 2006, 11:40:00 am Also, make sure you are saving it as a text document... Did you try loading it to my site to see if it works? Post by: rivereye on January 22, 2006, 12:48:00 pm Post by: tifreak on January 22, 2006, 12:59:00 pm Post by: rivereye on January 22, 2006, 01:30:00 pm Post by: tenniskid493 on January 22, 2006, 02:06:00 pm So if I wanted to upload a php file to a web host and then have people be able to see it, I would have to have apache on my computer??? Or would my host have to have apache?? Post by: tifreak on January 22, 2006, 02:54:00 pm public_html>tk493 You can rename it if you want, but I thought you might get tired of typing it out all the time. :) ![]() Post by: tenniskid493 on January 23, 2006, 06:38:00 am EDIT: Sweet..it works. Thanx Post by: tifreak on January 23, 2006, 07:21:00 am ![]() Post by: tenniskid493 on January 23, 2006, 10:00:00 am |