[PHP] Re: Another question

2002-10-29 Thread Erwin
Trasca Ion-Catalin wrote: > If I have a page with frames, how can I get the title of the frameset > to be the title of the main frame? I want this title to change every > time the visitor change the page. > Any help? That doesn't have anything to do with PHP, but... you can use JavaScript, someth

[PHP] Re: Another question - not exactly what i was looking for

2002-01-15 Thread Erik Price
I'm not sure if I understand... first of all, I could be wrong, but I thought that you had to use the LIKE operator rather than "=" (equals sign) when trying to match text strings. But like I said, I could be wrong. if you did $query = "SELECT * FROM tabe WHERE lastname LIKE '$lastname' OR