apple
Mar 17 2007, 08:14 PM
| | I want to create a simple dropdown menu, which gets data from mysql.. but i need some help... that, for example, my dropdown menu looks like
-- Select -- Option1 Option2 Option 3
im not getting the right syntax to get the selected option and then do something with that selected option.. e..g if i select option1, i want to print.. "option 1 selected" etc. can someone help me with this pls. |
Reply
masugidsk8r
Mar 18 2007, 12:22 AM
Please post the portion of the code where this goes down and I'll come up with a script for you.
Reply
Similar Topics
Keywords : simple, dropdown, pls,
- Making A Simple Signature With Adobe Photoshop
A tutorial to basic signature designing: By Accure (2)
A Simple Preg_replace Help Please.
(1) Hello.. Im looking for some help. I want to use preg_replace function to replace the following type
of code tags. CODE <code lang="php"></code> <code
lang="javascript"></code> <code lang="css"></code>
My question is that, in the above code tags, language (lang) is not always same, how can i use
preg_replace with the above code tags to place them with something. Any help will be very much
appreciated. thanks.....
Simple Is Beter - The Future Of Computers?
In the future, what will computers be like? (3) -Computers - The future - Who knows - I often wonder what the average home
computer will be like in ten or twenty years time; They seem to get larger, and have more functions,
be faster, and have more RAM ect. People always look for speed when buying a computer - But is this
really the way forward? If you have formatted your hard drive, then re-installed your operating
system; you will have noticed, that things run very smooth, very fast, and with few or no error
messages. But as soon as you have installed all your devices, media software, some games m....
Verifying Your Email Address
A Simple PHP Tutorial. (0) Hi, everyone. I'm offering the next PHP tutorial that verifies an email address of an user who
wants to register on your site. This is how it works. When someone, went to registration page and
filled out all of the details such as Name, Password, email and so on and submit those details to a
server. The user is getting unique registration code to his or her email account, the one has to be
clicked to activate the account. 1. Outline: a) You need to create or build the following files:
-config.php (The configuration file) -signup.php (Initial Registration) ....
Simple Javascript And Password System
How to protect your pages with password (6) The quickest way to get a password protection system up and running is to use a Prompt box in
JavaScript that has a title like "Enter your Email Address". Only you and the relevant users know
what the password should be, could even be one each, that can be sorted out at the next page then
pass the "input" directly through the url by changing the .href, like
http://www.iSource.net.nz/users/?leTmeIn= The page that then processes this should also check for
the referring page, and three fails from an IP if you like the php (the next page): CODE
<?php // processdo....
A Simple Attack System
A how-to on making a simple attack system (0) ----------------------- Game Making ::Simple Attack Script:: Ok, When making my first, ok well
second ..ok , my current and third one (first 2 were really bad, but then i found out my own way on
how to make an idea script), I would always first write down or think of the stats of the character.
For the purpose of this tut, i will be using space-ship kinda stats(since my first proper attack
script was a space battle script) : The Attack Stats : -Accuracy(Aim) -Hull Damage(Main Dmg.)
Defense Stats : -Shield Power(Armor) -Speed(dodge/swiftness) ATTACK/DAMAGE ....
Simple Cms To Internet Marketing
marketing seo (2) hey do you guys got some simple cms to make lots of sites quickly? maybe gonna with the collection
functions? /wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" /> there
i got some and let you know,anyone know more just reply, chyrp, it light weight,but it cost more
cpu and memory. flatpress cool,no need to database textpattern i can not pass the w3 validator
with it. /dry.gif" style="vertical-align:middle" emoid=" ....
A Simple Cms?
(6) I wanna to have a look at a simple CMS coding that can be use for my general studies in PHP. If you
know any, please let me know.....
Simple Stylesheet Tutorial
Stylesheet embedded in your site. (2) Hi - ill show you how to make a simple style sheet that will be embedded into your site. OK make
sure your site is set up already (like the standard tags) To start and end off a stylesheet you
need to do the following CODE <style type="text/css"> </stlye> Ok
lets start CODE <style type="text/css"> p { font-family: "Tahoma";
font-size: 9; color: "red"; } </style> So when you come to put in
CODE <p>Hi!</p> The text will appear red and will be in Tahom....
Simple Talk About Trojans
trojans and how they differ from viruses and worms (0) As a programmer, I had the opportunity to code a trojan horse before, of course it was just for
experimenting not for hacking, so I am going to give a clue about the work of Trojan horses.
QUOTE Trojans typically consist of two parts, a client part and a server part. When a victim
(unknowingly) runs a Trojan server on his machine, the attacker then uses the client part of that
Trojan to connect to the server module and start using the Trojan. The protocol usually used for
communications is TCP, but some Trojans' functions use other protocols, such as UDP, as we....
How Often Do You Use Css?
As opposed to using simple <font> and <div> tags (7) CSS is basically made to make your html coding a heck of a lot easier. However, sometimes I prefer
to use html instead of CSS since it sometimes gets frustrating to refer to the same old style sheet
and use an old font ID you made about a week ago. I find it a lot more efficient to just type out
the specified font color/style/size in the tag than to use an individual or for certain fonts
you'd like to use. Sure, it's very helpful a lot of the time to use CSS in most cases, since
it's kind of like a very simplified version of PHP but in a different case,....
Simple Php Login And Registration System
(10) Hello. This is my first web tutorial ever. This is basically a simple register and login script.
Yes, I know it’s a bit rubbish but I’m quite new to PHP/MySQL. Here’s the register form. This can
be any file extension you like. I’d recommend calling it register.html . CODE
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html
xmlns="http://www.w3.org/1999/xhtml"> <head> <meta
http-equiv="Content-Type" content="text/ht....
Simple User System
php, mysql driven (19) Hey! Maybe you've seen my other tutorials...or my signature.. Anyways I'm going to show
you how to make a system so users of your site could register accounts and you could have protected
- user only - pages on your site /smile.gif" style="vertical-align:middle" emoid=":)" border="0"
alt="smile.gif" /> Ok, so we start by creating a config.php file. CODE <?php
$dbhost = 'database host'; $dbname = 'database name';
$dbusername = 'database username'; $dbuserpass = 'database pas....
A Simple Php Captcha - Image Validation
(21) OK, I recently had the need to create a PHP CAPTCHA system for a friend, and I am sharing this as a
tutorial with the good people here at Trap17. I am sure you have all seen a CAPTCHA before (although
you may not have known what it was called). They are the little codes you often have to enter when
you register with a site, to make sure you are a person and not an automated script. Some common
examples look something like this: My system doesn't really do anything as fancy, but I
think that it is slightly more readable that some of those that get generated. Every....
Simple Scripts In Html And Javascript
Things like BackgroundColorChanger and so (7) like in the topic, here is a description how to change the Backgroundcolor "On The Fly", by klicking
on a button or radio-box first, we ned the html-and body-tags, create a new html-file on your
desktop and write the following: QUOTE <script language = "JAVASCRIPT">
browser interpretation: html - tag means "hey, browser, here comes HTML" in the body-tag you define
the looking of your site. you can add things like "bgcolor" for the background, "text" for the
textcolor and link / alink / hlink / vlink to define the linkcolor ( ) the scripttag i....
Pci Simple Communications Controller / Multimedia Audio Controller
No Audio (5) Hi. I'm Wilfred@cav. Please help me fix my desktop. I reformatted from Home XP to Pro XP. After
the formatting, there was no sound and I have this 2 yellow-icon things (PCI Simple Communications
Controller and Multimedia Audio Controller) on the device manager, which says that I don't have
a driver installed for this device. I don't know what to do. Please help. I'm now at work
and the desktop is in my place and I don't have internet access in my place. I'll appreciate
any help. Thanks.....
Dialup Users Double Your Connection Speed
with simple modem command tweek (6) I found this instruction on the net and I'm wondering this actually "speeds up" a dial up
connection? QUOTE Suffering from 52 kbps internet connection? Follow these simple steps and
double your internet connection speed: Connect to the internet Click Start and select control
panel Click Phone and Modem Select Modems tab and then click Properties Click the Advanced tab
and in the extra initialization commands type AT&FX Click Ok and disconnect from the internet
Connect to the internet again and enjoy your 115 kbps connection! Source http....
What Is God?
simple question, hard to answer! (52) Yeah this is the only thing I'd like to know! Is he a big old man with a beard somewhere
above us (interstingly what is UP on one side of the earth is DOWN on the other side of it - so
where is God then if we point up there?)??? Is he inside of us? Are we all a part of god? Is God
present in everything that surrounds us? Isn't it interesting that GOD is very close to GOOD?
Maybe it is a metaphore for being and doing GOOD things?? That is something we have inside of us -
every normal human being has this feeling for what is good and bad and is tryin' to f....
Watermark Your Image With Simple Php Script
found it on the net (34) This script was found on the net http://tips-scripts.com/?tip=watermark#tip B&T's Tips &
Scripts site. Just in case the site may not show, I will include the code here: List of things
needed: 1. your image in any format 2. watermark image--in gif format with transparent background 3.
script below with name (i.e. watermark.php) CODE <?php // this script creates a watermarked
image from an image file - can be a .jpg .gif or .png file // where watermark.gif is a mostly
transparent gif image with the watermark - goes in the same directory as this script // ....
Simple C File Handling In Action
Small code snipet which covers most of basic file handling and navigat (3) Yesterday I suddenly got a lot of work. The same work we try to push off, yes you are right all
formalities to get the code review incorporated and update all source code files with code review
headers. Imagine if you need to open 300 files one by one and append code review headers at the
end. Since most files are reviewed in groups of 20 to 30 files. We require one header to be placed
in say 20 to 30 files. To simplify I went back to my class assignment days and wrote this small c
utility to open all files passed on command line and open attach code review headers an....
How To: Make A Simple Php Site
Making one file show up on all pages using php (21) I have looked all over the site and could not find anything that was like this simple, or just like
this at all.. For some people i know that you are using a basic HTML site...and having a big menu
if you want to add somthing you have to go into every one of the pages and add or remove or edit
what you want to do, but with somthing verry simple all you would have to do is edit one file, and
all of the pages that have the PHP script on them would suddenly change to what that one file is.
So to start off if you are planning on using this little tirck, the page that you a....
One Click Copy And Paste To Clipboard
in simple Javascript (5) I've been search the web for few weeks to see if Java can do one click copy and paste function
to the clipboard and then I can just Ctrl-V the copied "texts." I initially got this idea when I
began to approve hosting application. Instead of writing the same message over and over again, I
decided to make me a page where I can simply copy the code to appropriate answers. And seems like my
laziness is the mother of inventions /laugh.gif' border='0' style='vertical-align:middle'
alt='laugh.gif' /> Instead of doing Ctrl-A, Ctrl-C then Ctrl-V to the post board I started....
Simple Sig Tutorial
photoshop sig tutorial : New to photoshop? (23) Mytutorial which i made for people who are new in photoshop: This is my first tutorial so maybe
there are few mistakes .......
How To Make A Very Simple Wap Site
A quick tutorial about WML language (40) WAP Site Tutorial : How to Make A Wap site? Before We begin.. Defination from the
Web about Wap. QUOTE WAP is an open international standard for applications that use
wireless communication . Its principal application is to enable access to the Internet from a
mobile phone or PDA .A WAP browser provides all of the basic services of a computer based web
browser but simplified to operate within the restrictions of a mobile phone. WAP is now the
protocol used for the majority of the world's mobile internet sites, known as WAP sites ....
Simple Login In Visual Basic 6
user interaction example trough login programm (5) First of all, I am NOT a programmer, this is something my friend taught me. It describes basic
interaction with the user, while showing basic functionality of this simple programm. So, without
further ado, we're off to the tutorial: First of all, start your visual basic, when prompted
for new project, select Standard Exe . Next, we need to open code window, so we can start typing
the program. This can be done in two ways, one is double clicking on the form, or selecting Code
from View menu. If you double clicked on the form, you will see following text: CODE ....
Msgbox
Here is a simple way and lists of MsgBoxes. (17) Here are lists of MsgBoxes: Syntax: MsgBox Prompt, MsgBoxStyle, Title, HelpFile MsgBox "Uh,
text!", , "Uh, Title!" MsgBox "Uh, text!", vbCritical, "Uh, Title!" MsgBox "Uh,
text!", vbExclamation, "Uh, Title!" MsgBox "Uh, text!", vbInformation, "Uh, Title!"
MsgBox "Uh, text!", vbOKCancel, "Uh, Title!" MsgBox "Uh, text!", vbQuestion, "Uh,
Title!" MsgBox "Uh, text!", vbYesNo, "Uh, Title!" MsgBox "Uh, text!", vbYesNoCancel,
"Uh, Title!" MsgBox "Uh, text!", vbRetryCancel, "Uh, Title!" MsgBox "Uh, text....
need a good and simple php-nuke tutorial
(17) hello everybody
i'm new to php-nuke , after installing it on my server i can't understand how the
structure of the system works ,i have been looking at some tutorials about php-nuke but some of them
were written like i know the system and what they are explainning is like a reminder of some kind
can some one help me to find good and simple php-nuke tutorial.
thanx....
Php Mod Rewrite Tutorial
Simple tutorial (3) REQUIRED: Internet server (Apache 1.3.33 recomended), php, basic skills with .htaccess Mod
rewrite is cool Apache option, it helps you to make your site URLs simple and clean... also it is
perfect for search engines... This is mod rewrite, it replaces : CODE
site.com/index.php?include=files?ID=45 with: CODE site.com/files/45 so lets get startet,
open notepad, enter this in it: CODE RewriteEngine On // - you are starting rewrite mod
:) RewriteBase / // - you set the rewrite base RewriteRule
^(.+)/([0-9]+)/?$ in....
How To Take A Screen Shot Of Your Desktop.
A Simple Tutorial (22) Lots of people have asked me on how to capture a Screen Shot of their Desktop. So I thought I should
make a tutorial on how to... 1. Press the print screen button which should be: 2. Open an image
editing program like paint: 3. Press Ctrl+V (paste) 4. It should have pasted the Screen Shot,
Now save your image. You learnt how to take a Screen Shot of your Desktop. By .::DAMAN::.....
Php Simple Login Tutorial
Learn how to make a simple login! (63) I have been quite busy lately, trying to design and code my site (far from done XD). And after
having learned how to make a simple login, I will try to write my own tutorial, for you
/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /> the tutorial Step 1
: The first step in designing a member system is to plan out exactly what you need. A common impulse
among programmers is to jump right in and start coding. I'll be honest and admit that I'm
guilty of this more so than anyone. However, since I'm in control of this conversation (y....
Looking for simple, dropdown, pls,
|
|
Searching Video's for simple, dropdown, pls,
|
advertisement
|
|