By the time a properly executed script(executed on the remote server) gets
to your computer, regardless of the fact it was done in php(or any other
server side language for that matter) it will just be plain html. Once it
makes you computer the file/html will be the same as the same page written
in
Say for a photo album with photo paths taken from a database (or anything
from a database for that matter) how can you use PHP to repeat across for
three photos and then add a new row with the next 3 photos and so on and so
on?
Hello,
My news table has a year field as such
Year
2000
2000
2001
2001
2003
2005
2005
I was wondering if you could select from this table so you only get one of
each year, so the output would be
2000
2001
2003
2005
Is this possible, I was trying to think of a
Hey,
I have a form which allows users to enter a message and then submits to a
confirmation page which displays the submitted message, and it has a form
with a hidden field which uses php to retrieve the message posted from the
initial page and posts that message if the user clicks the submit b
4 matches
Mail list logo