Page 2 of 2
Posted: Mon Dec 18, 2006 1:39 pm
by volka
typo, should be htmlentities
see
http://de2.php.net/htmlentities
Posted: Mon Dec 18, 2006 1:43 pm
by phpflixnewbie
That error was just caused by a spelling mistake in your code (htmlentitites should be htmlentities).
This code adds the relevant html links to each title which is great.
However, i have now lost the zebra-style formatting of my table. Also the hyperlinked titles are in much smaller font and they are slightly misaligned with the rest of the data in the table, they are two cells higher than the other data, which means the top two cells actually 'leak' out of the top of the table.
Posted: Mon Dec 18, 2006 1:44 pm
by volka
It's only an example. I'm not doing your work.
Posted: Mon Dec 18, 2006 1:50 pm
by phpflixnewbie
volka wrote:It's only an example. I'm not doing your work.
I didnt mean to sound ungrateful, im actually really pleased the links work. Im just not sure whether its a problem with my html/css or the php.
Thanks again
Posted: Mon Dec 18, 2006 1:58 pm
by phpflixnewbie
It was a problem with my css code, it looks fine now, i just need to integrate the zebra-stripes code back into it.
Thankyou very much indeed volka.
Posted: Tue Feb 06, 2007 3:18 pm
by phpflixnewbie
After getting the htmlentities working and having the a URL id automatically assigned to each title which is pulled from the database, how do i actually use the assigned id.
ie. if the assigned URL/id is
http://www.domainname/detail.php?id=49
What filename do i give to the php file which has the details for id 49?
Its obviously a common problem, but as a beginner I need a hand please.