n anyone point me in the right directions, could this be a Mysql database
problem.
Regards,
Bas
TABLE CREATION:
INSERT DATA INTO:
"Muhammad Imran" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Whever I try to set the cookie I get error message (below), what can be the
problem. I am setting the cookie in and thier is no output(echo) tags
before this. Please help me.
Warning: Cannot modify header information
And the HTML output is:
Test readTag-functie
Length = 160Of Tag = 14Of Str = 115Of End =
31TagData:
I am myself!!
This is a test!!!
Welcome!!!
Closing!!!
I am myself!!
This is a test!!!
Welcome!!!
"Bas" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
The output of the function is:
Length = 160
Of Tag = 14
Of Str = 115
Of End = 31
TagData:
I am myself!! This is a test!!! Welcome!!! Closing!!! I am myself!! This is
a test!!! Welcome!!!
"Bas" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I have found that
I forget to say the structure of the test.tag file:
Data
Data for name2
Closing...
I hope this will help you figure out a solution.
I think(from debug mode) that my calculation
$lengthofstr
is the problem.
Thanks,
Bas
"Bas" <[EMAIL PROTECTED]> wrote in message
news:[EMAI
I have found that this script doesn't work:
read_tag.php
---
";
$tagdata = stristr($filedata, $tagrealname);
$posofend = strpos($tagdata, "");
$length = strlen($tagdata);
$lengthoftag = strlen($tagrealname);
$lengthofend = strlen("");
$lengthofstr = $length - $posofend - $lengthoftag;
$returndat