[PHP-WIN] Mysql problems

2011-03-18 Thread Bas Caminada
n anyone point me in the right directions, could this be a Mysql database problem. Regards, Bas TABLE CREATION: INSERT DATA INTO:

[PHP-WIN] Re: setting cookie problem

2003-11-23 Thread Bas
"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

[PHP-WIN] Re: I can't make a 'read_tag.php' file

2003-10-12 Thread Bas
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]

[PHP-WIN] Re: I can't make a 'read_tag.php' file

2003-10-12 Thread Bas
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

[PHP-WIN] Re: I can't make a 'read_tag.php' file

2003-10-12 Thread Bas
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

[PHP-WIN] I can't make a 'read_tag.php' file

2003-10-11 Thread Bas
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