>  echo "Or click <a href='http://mysite/b.php'>here</a> to input the
details
> of your product.";

echo "Or click <a href='http://mysite/b.php?product_id=$product_id'>here</a>
to input the details of your product.";

This assumes you are using $product_id for your product ID in the current
page and in b.php...

>
> I've made a blank (uncoded) page of "b.php" and one of the field is
product
> name.
> If i want the "b.php" page being opened up with the product name already
> filled with the value entered by user in "a.php", what should i do to
> achieve it?
>
> Please help!!
> Thanks
>
> Edith Lai
>
>
>
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to