I'm trying to pass a string from the current html page to one I'm
calling. I've read (in the O'Reilly text) this involves using "?",
but there's no example. For example, given I have a standard href
in my code
<a href="new_page. php" (string_I_want_ to_pass)>
What is the syntax for passing the string? The new page is html
with some php imbedded, and I'll want to use the string I pass
inside the php code, but that might be a separate issue. The main
question is: How to pass a string in an href call?
Thanks in advance.
B Squared
=============== =============== =============== =============== ====
Plagiarize. V, To take the thought or style of another writer
whom one has never, never read.
-- Ambrose Bierce, The Devils Dictionary
Comment