I am pulling variables out of mySQL to complete the path to display pictures.
My problem is that I can not get rows and columns; I can only get my pictures to display in a single column that runs either top to bottom or side to side. I want to display 4 across and then I want a </tr> to start a...
I am a newbie so don't laugh.
I am looking for a link to show me how to navigate through a small array that holds links to as many as 8 pictures. This is for a real estate site.
You have probably seen it before. A next button and a previous button with a space in the center to hold the image...
The problem is that I have a validated form to collect basic info from the user like name and email etc. If one views the source code the action is visible, so along with that the name of the next php file can easily be identified. This php file is where the information is sent to the database...
Looking for an alternative to the range() function
It is not working on an older version of PHP that I am stuck using.
According to the PHP manual:
Note: Prior to PHP version 4.1.0, range() only generated incrementing integer arrays. Support for character sequences and decrementing arrays was...
I am running this code on version 4.3.4
This code takes a range of years e.g. 1980-85 and inserts into the database 80,81,82,83,84,85
$yr=explode("-", $years);
if($yr)
{
$left=substr($yr[0],-2);
$right=substr($yr[1],-2)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.