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

2002-01-13 Thread Boaz Yahav
] Subject: [PHP] I'm new - one page to another 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

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

2002-01-08 Thread Bogdan Stancescu
Use -- make sure you use rawurlencode() on $val if you expect it to contain special characters that can't be passed via URL (such as spaces or ampersands). Bogdan universal2001 wrote: > Hi! > > I'm new to PHP and I have tried to find the answer to my questions but I > still have no luck. > > I

[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 a