Search found 3 matches
- Sat Sep 17, 2011 11:20 pm
- Forum: PHP - Code
- Topic: dynamically assign REL tag to JS ColorBox
- Replies: 0
- Views: 442
dynamically assign REL tag to JS ColorBox
I'm using colorBox to show up a dynamically populated Image. I need to show one image as the Thumbnail & when this thumbnail is clicked a lightbox opens and a group of images slide inside it.. ColorBox uses rel tag to group the images that are displayed, I need to generate this REL tag dynamical...
- Wed Nov 24, 2010 2:37 pm
- Forum: PHP - Code
- Topic: keep selected item in Select after post
- Replies: 2
- Views: 130
Re: keep selected item in Select after post
this works mate!!! but there is a small problem in managing the POST['Value'] of these elements. in my form, I have more than one of these drop boxes, & I want incase the php validation fails on other fields, the respective selected values should already be checked... instead the strange thing h...
- Sun Nov 21, 2010 6:16 am
- Forum: PHP - Code
- Topic: keep selected item in Select after post
- Replies: 2
- Views: 130
keep selected item in Select after post
hi all, my first post here!!! learning to be a PHP programmer now!!! I've made 3 date selection SELECT boxes displaying month/day/year but I'm not able to return the previously selected item after POST.. My code <?php echo ' <form action="'.$_SERVER['PHP_SELF'].'" method="POST">'...