PHP Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming LanguagesPHP Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old July 13th, 2001, 11:37 AM
bensin bensin is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2000
Posts: 93 bensin User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 40 m 32 sec
Reputation Power: 10
- abracadabra -

I'm have hyperlinks in a a page called Quotes.php when some clicks a link i the values to appear of that same Quotes.php page. example. Quotes.php?letter=A when this is done i want the results from this query to be displayed on this same page - this query will also creat links and the results of clicking on these links should be displayed also on this same page.

I need to know how do i get - get result 1 to dispay when 2, and two has no value and ,when 1 is empty to display 2 only and not three, when 3 has a value don't display 1 and 2.


I want the initial page, search, and the results displayed all in one page.

see and exmple at http://www.rebelsoul.com/Quotes.php
__________________
bj

Reply With Quote
  #2  
Old July 13th, 2001, 02:00 PM
nih58 nih58 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2001
Location: Australia
Posts: 10 nih58 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
I need to know how do i get - get result 1 to dispay when 2, and two has no value and ,when 1 is empty to display 2 only and not three, when 3 has a value don't display 1 and 2.
__________________
-=-=-=-=-=-=-=-=-=-=-=-=-
PHP Scripts n Stuff
http://www.bcnstech.net/
-=-=-=-=-=-=-=-=-=-=-=-=-

Reply With Quote
  #3  
Old July 14th, 2001, 06:04 PM
thedanmichael thedanmichael is offline
Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2001
Posts: 25 thedanmichael User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Use switch

Use the php switch function:

first, define your functions

PHP Code:
function default() {
//code for form here
}
function 
letter_A() {
//a function
}
//etc. 

Then:
PHP Code:
switch($letter) {

case 
A:
letter_A();
break;

case 
B:
letter_B();
break;

default:
default();
break;



or, you can set up a system of ifs:
PHP Code:
if ($letter == A) {
echo 
"A";
}
if (
$somevar == some_value) {
do 
something


Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesPHP Development > - abracadabra -


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump




 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 




© 2003-2010 by Developer Shed. All rights reserved. DS Cluster 3 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek