Finally found the code I needed to change, just grabbed it as a string
and edited it like this:

$userGrab = strpos($t, "txtUserName")+13;
$userEnd = strpos($t, '"', $userGrab)-$userGrab;
$u = substr($t, $userGrab, $userEnd);

Not sure if it's the best way to locate the username in this kind of a
cookie though via php, but it seems to work.

K.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywikidev?hl=en.

Reply via email to