Re: [PHP] Help a newbie.

2003-07-05 Thread Dan Anderson
If I were you I would create a mySQL (or Postgresql) database containing
all of the thumbnails.  Use the row id of the mySQL (Postgresql) table
to decide which row to display.  

You probably will want to look up the documentation and/or google.

-Dan

On Sat, 2003-07-05 at 11:44, Michael Whiting wrote:
  Hey everyone.
 
 I was hoping you could help with something.  I am trying to create a
 thumbnail image gallery using PHP and cookies.  The idea is that different
 series of images
 can be viewed by clicking on + and - links that will then show or hide the
 thumbnails. Ie show/hide different rows of a table.  Here is what I've
 managed so far but I think it's probably a long way off from achieving what
 I hope.
 
 Thanks for any help in advance!
 
 
 __
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Help a newbie 2.

2003-07-05 Thread Reuben D. Budiardja
On Saturday 05 July 2003 11:47 am, Michael Whiting wrote:
 Sorry - here's the HTML source.  Don't laugh :)


snip

 if ($view1 = true):

That statement will always evaluate to true. You may need 

if($view1 == true)

notice the double equal sign

 if ($view1 = false):
Same here 
RDB

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] help a newbie out...

2002-02-23 Thread Bogdan Stancescu

Michael Zornek wrote:

I'm getting a parse error with the following on line 9

http://www.applestudentdevelopers.org/testbed/ASD_PrintEmailLink.phps

any clue?

~ Mike


|$full_anchor_tag  = a href=\mailto\: ;|

should be

|$full_anchor_tag  = a href=\mailto:\; ;|


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] help a newbie out... FIXED

2002-02-23 Thread Michael Zornek

Twas 2/23/02 11:27 PM, when Michael Zornek [EMAIL PROTECTED]
said:

 I'm getting a parse error with the following on line 9
 
 http://www.applestudentdevelopers.org/testbed/ASD_PrintEmailLink.phps
 
 any clue?

Fixed, I figured it out.. I forgot to replace a bunch of vars with the new
names... ugh (so newbie :-)

If you are interested in small little function to help you write less
spamable mailto anchors checkout:

http://www.applestudentdevelopers.org/testbed/ASD_PrintEmailLink.php
http://www.applestudentdevelopers.org/testbed/ASD_PrintEmailLink.phps

~ Mike
-- 
Mike Zornek | Project Leader
Apple Student Developers
The Insanely Great Site with the Insanely Long URL
http://www.applestudentdevelopers.org

Personal Site: 
http://www.mikezornek.com


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] Help a newbie?

2001-09-15 Thread Jack Dempsey

what're you uploading it to? if you're using an IIS server for production
scripts, then you'd obviously want to test on IISlikewise for
apache.i prefer LAMP over msoft, but to each, his/her own..

-Original Message-
From: Peter Gibson [mailto:[EMAIL PROTECTED]]
Sent: Sunday, August 02, 1998 3:15 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Help a newbie?


Hi!

Simple question...
Should I use IIS (5.0) or apache for development of PHP before I upload it?


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Help a newbie?

2001-09-15 Thread Andrew Hill

Apache is my vote.

And change your system date, please  - it's messing with my inbox sort :)

Cheers,
Andrew Hill
OpenLink Software
On Sunday, August 2, 1998, at 03:14 AM, Peter Gibson wrote:

 Hi!

 Simple question...
 Should I use IIS (5.0) or apache for development of PHP before I upload 
 it?


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]