Well, without code is dificult to say, but session_start() don't send
headers, then possible u have a space after a "?>" or @ least this is the
common error...
On Thu, Oct 30, 2008 at 11:47 PM, Ben Stones <[EMAIL PROTECTED]>wrote:
> Hi,
>
> Hope I can explain this as easily as possible, basically
> I can't really understand that. Not sure if you understand my problem
> properly (if I've not explained properly). Anyone can give me some solutions
> please?
Well as long as you don not provide any code it's all just wild guesses.
What I tried was to show you a way of simply preventing the HTML
On Fri, 2008-10-31 at 00:33 +, Ben Stones wrote:
> Hi,
>
> I can't really understand that. Not sure if you understand my problem
> properly (if I've not explained properly). Anyone can give me some solutions
> please?
>
> Thanks.
>
> 2008/10/31 Yeti <[EMAIL PROTECTED]>
>
> > OK I guess it
Hi,
I can't really understand that. Not sure if you understand my problem
properly (if I've not explained properly). Anyone can give me some solutions
please?
Thanks.
2008/10/31 Yeti <[EMAIL PROTECTED]>
> OK I guess it's somehow like this ..
>
>
> if (isset($_POST['submit'])) {
> include('ses
OK I guess it's somehow like this ..
now this of course is something very bad to do and it wont work.
One way to prevent markup from being outputted is using ob_buffer() [1]
EXAMPLE:
FORM;
ob_start();
echo $form;
$output_buffer = ob_get_contents();
ob_end_clean();
var_dump(nl2br(htmlentit
5 matches
Mail list logo