DISPLAY PHP
Sorry guys, I was talking to someone else on msn about it while i was typing it so i had a brain fart and figured you would know what I was talking about. I am just starting to learn php actually and am not searching for an exploit… But I have a site where I am logging my php trials and errors. So instead of just showing the result of the php I was hoping to show the source code as well.
sharpskater80 wrote: Is highlight_source() what you're looking for? If you mean view it directly from a page, you cant, it's only returned as html. You can view other peoples if you find vulnerable pages though.
I googled "dispaly php" and found a script for that and yet it didn't work…
Could someone give me a snippet what is the proper way to use the highlite_source() function? with comments please. Like i said I'm new to php so it helps to explain a few things.
Why didn't I think of that!? :P aha, thanks… I suppose that will do for now. I don't really got any data that matters at the moment but I'll make sure not to expose any of it when I do start writing some more advnaced scripts. Thanks Korg.
I'm going to ask one more question so I don't have to start a new topic…. How can make images dynamic… for example let's say I have a bordered image with text in it… How do I get the image to stretch as more and more text is inserted so I don't have to keep making the image bigger?