Welcome Guest ( Log In | Register)



 
Closed TopicStart new topic
> A Quick Easy Php Question, how to write something
sxyloverboy
post Oct 1 2005, 09:49 AM
Post #1


Super Member
*********

Group: Members
Posts: 302
Joined: 17-June 05
From: Frankfurt, Germany
Member No.: 8,358



ok so ive look all over but all i finding is else and if statments echoing something. i dont really know any php ive been just modifiyinf bits of code and putting it together with my logical thingking. anyways here is my question

Right now i have this in my code
CODE
<?php $mg2->gallerynavigation(">") ?> <?php echo $currentfolder ?>


but only want it to display that if $list == ''

so i took this thing from spectre tut and modified it to this.

CODE
<?php
if($_REQUEST['list'] == "" || $_REQUEST['list'] == "1") {
  echo 'No argument.';
} else {
   echo 'Argument'; //What do i put here??? this is where i want it to do this <?php $mg2->gallerynavigation(">") ?> <?php echo $currentfolder ?>
}
?>


so yeah i hope thats explained enough. if you goto [here] you can see how im trying to use it where it says Lucas Photography and No Argument and Argument. ive tried a few stuff but it only gave me errors.
Go to the top of the page
 
+Quote Post
sxyloverboy
post Oct 1 2005, 10:09 AM
Post #2


Super Member
*********

Group: Members
Posts: 302
Joined: 17-June 05
From: Frankfurt, Germany
Member No.: 8,358



Actualy i found the solution myself. so for anybody who cares:
CODE
<?php
if($_REQUEST['list'] == "" || $_REQUEST['list'] == "1") {
  echo 'No argument.';
} else { ?>
  <?php $mg2->gallerynavigation(">") ?> <?php echo $currentfolder ?>
<?php }
?>


Never thought about closing the tag.
Go to the top of the page
 
+Quote Post
snlildude87
post Oct 1 2005, 02:15 PM
Post #3


Moderator
***************

Group: Members
Posts: 2,325
Joined: 8-March 05
From: Mawson, Antarctica
Member No.: 4,254



Sweet. Gotta mind the brackets when you're coding. smile.gif

Thread closed.
Go to the top of the page
 
+Quote Post

Closed TopicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Adsense Earning Is Just Made Easy(3)
  2. Easy Plants For Brown Thumbs(0)
  3. A Pretty Good Easy Way To Make Some Money(21)
  4. Which Media Burner Is Better?(40)
  5. Easy Cure For Depression?(10)
  6. Invisionfree Skinning Tutorial * Skill Level: Easy(7)
  7. Make Money Using Chacha(12)
  8. What Is Respect?(15)
  9. Anyone Write Rap Lyrics?(38)
  10. Easy Realmedia Producer(0)
  11. How To Write And Deliver A Good Short Speech(2)
  12. How Can I Create A Gui Using C++(5)
  13. Usb Disk Ejector(16)
  14. Learn Html Quick And Easy(14)
  15. My Thoughts On Few Browsers(2)
  1. Rap Lyrics(11)
  2. Weird Write Problem(3)
  3. Post Your Favorite Easy To Make Meal.(16)
  4. Real Paying Site(7)
  5. Rounded Edges In Photoshop(13)
  6. Easy And Cheap Food Therapy For Fair Skin(5)
  7. Recommended List Of Money Making Sites(0)
  8. An Easy Way To Get Soft Facial Skin.(8)
  9. Learn Html, Css, C And C++ Online For Free(12)
  10. A.w. Surveys(4)
  11. Google Adsense Exchange Engine(34)
  12. Make Money In Megaupload.com Rewards.(15)
  13. Steal Flash(15)
  14. Remembering Your Dreams(9)
  15. I Need Recipes That Are Easy And Very Quick To Make(25)


 



- Lo-Fi Version Time is now: 5th September 2008 - 09:24 AM