Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8337553
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T04:20:04+00:00 2026-06-09T04:20:04+00:00

ok guys need your help again, previously you all introduced me lightbox which after

  • 0

ok guys need your help again,

previously you all introduced me lightbox which after some tweaking has been great. except while using my php code there doesn’t seem to be a way to add a caption to the image. now a friend of my introduced me to array using a .txt file. now this is all fine and dandy but i can’t seem to get the code that we came up with to read the file correctly. currently it is randomly pulling the letter “a” and the letter “p” and assigning that, which i have no clue where it is getting this.

now here is the code that i’ve come up with to get the contents of the file.

    <?php
    // process caption file into named array

    //open the file
    $myFile = "captions.txt";
    $fh = fopen($myFile, 'r') or die("Can't open file");

    $theData = explode(fread($fh, filesize($myFile)),"\n");


    //close the file
    fclose($fh);


    //parse line by line until there is no data left.
    foreach ($theData as $item => $line) {
     $exploded = explode("=", $line);
     if (count($exploded) == 2) {
     $myFile[$exploded[0]] = $exploded[1];
     }
    }



    ?>

and then i’m using the code that auto-populates my image album in turn activating the lighbtox.

    <?php

                    $images = glob('*.{jpg,jpeg,png,gif}', GLOB_BRACE);

                    foreach ($images as $image) {
                        if (file_exists("./thumbs/{$image}")){
                            echo "<a href=\"{$image}\" rel=\"lightbox\" title=\"" . $myFile[$image] . "\" style=\"margin-left:25px; margin-right:25px; margin-top:30px; display:inline-block; border:5px solid #fff;\"><img src=\"thumbs/{$image}\" alt=\"{$image}\" /></a>";
                        }
                    }


                    ?>

using this code generates no errors but doesn’t properly read the captions file.

what i’m wanting to do is have the text file setup with the file name seperated by a = and then the caption.

here is a link to my test page if anyone wants to take a look.

http://outtamymindphoto.myftp.org/images/testalbum/testpage.php

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T04:20:05+00:00Added an answer on June 9, 2026 at 4:20 am

    You should start by fixing this line:

    $theData = explode(fread($fh, filesize($myFile)),"\n");
    

    According to the PHP Manual , the delimeter is the first parameter.

    (array explode ( string $delimiter , string $string [, int $limit ] ))
    

    (Read more about explode – http://php.net/manual/en/function.explode.php)

    The right way:

    $theData = explode("\n" , fread($fh, filesize($myFile)));
    

    You’ll also should try to output the variables in order to locate the problem.
    For instance , use var_dump($var) to check $vars value.

    Hope I helped you,
    comment if you need further help.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hi guys I really need your help All I want to do is to
I need your help once again, guys i'm struggling with a css dropdown menu
Heythere. I need your guys help with file renaming using a .bat file. I
I need your help on this guys!!!! During the upload of the files to
Need your help guys in forming a query. Example. Company - Car Rental Table
hy guys, i really need your help. i've succesfully connected to ftp server via
Hello guys I'm stucked in a point and I need your help. I want
Am new to this guys need your help! Am trying to multiply two field
That might sound silly but can't do it myself :( Need your help guys.
Guys Need your help. I have a shadow applied to Div thru CSS, but

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.