[PHP] I'm new - one page to another

2002-01-08 Thread universal2001

Hi!

I'm new to PHP and I have tried to find the answer to my questions but I
still have no luck.

I'm trying to make a page which is based on the data that I retrieved from
my database. now, I want to make a link (text) to a new page but I want to
pass my variable also. I don't have any form at all so .. how do I pass
avariable through a text link which is being clicked.

thanks for reviewing my email

any answer is greatly appriciated.




-- 
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] echo "" problem NEW

2002-01-08 Thread universal2001

Hi again!

Thanks for the reply!

I still have another question:

I want to create a recycleable code by printing a set of html code which I
copied and paste from my html edittor.

however because there are lots of quotation marks on the html code it result
an error page.

here is part of the html code:

  

  
  


  
  

 ...etc

so I tired to use (echo) like this:

echo "
  

  
  


  
  

";
but it DOES NOT WORK.
How do I get way with all of the quotation marks

thank for all the help.

Dani