RE: [PHP] HTML meta tag and PHP

2005-03-29 Thread Richard Lynch
On Tue, March 29, 2005 2:51 pm, Pablo Gosse said: > > How can I write something like that? > 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. > > > Sorry, I botched

RE: [PHP] HTML meta tag and PHP

2005-03-29 Thread Chris W. Parker
david joffrin on Tuesday, March 29, 2005 3:51 PM said: > I tried the following scenario and here is the outcome: > .../registration.php?step=4&userId=<%php%20trim($_POST[ [snip /] > Any idea? not <%php %> maybe? 0.02 Chris. -- PHP General Mailing List (http://www

RE: [PHP] HTML meta tag and PHP

2005-03-29 Thread david joffrin
I tried the following scenario and here is the outcome: .../registration.php?step=4&userId=<%php%20trim($_POST[ with that line: "> Any idea? From: "Pablo Gosse" <[EMAIL PROTECTED]> To: "david joffrin" <[EMAIL PROTECTED]>, Subject: RE: [PHP] HTML m

RE: [PHP] HTML meta tag and PHP

2005-03-29 Thread Pablo Gosse
How can I write something like that? This is obviously not working as the " is assumed as the closing " for the meta tag. Sorry, I botched my previous reply and left the extra " after userId. It should be: "> Pablo. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

RE: [PHP] HTML meta tag and PHP

2005-03-29 Thread Pablo Gosse
How can I write something like that? This is obviously not working as the " is assumed as the closing " for the meta tag. You haven't closed your opening php tag, which is why it's not working. "> Is how it needs to be to work. HTH, Pablo -- PHP General Mailing List (http://www.php.net/