On Tue, March 29, 2005 2:51 pm, Pablo Gosse said: > <snip> > How can I write something like that? > <meta http-equiv="Refresh" > content="0;url=registration.php?step=4&userId="<%php echo > trim($_POST["userid"]); "> > > This is obviously not working as the " is assumed as the closing " for > the > meta tag. > </snip> > > Sorry, I botched my previous reply and left the extra " after userId. > It should be: > > <meta http-equiv="Refresh" > content="0; url=registration.php?step=4&userId=<%php echo > trim($_POST["userid"]); %> "> http://php.net/types.string -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php