UPDATE:
i just tried assingning a variable to "hi" and sent that variable.. showed just fine. So the script IS sending the variables.. its just the variables are blank.. so the scripting isnt getting the variables off of the form.
werd?
Search found 14 matches
- Thu Nov 13, 2003 5:59 pm
- Forum: PHP - Code
- Topic: Wont send variables..
- Replies: 15
- Views: 1531
- Tue Nov 11, 2003 10:08 am
- Forum: PHP - Code
- Topic: Wont send variables..
- Replies: 15
- Views: 1531
- Mon Nov 10, 2003 6:00 pm
- Forum: PHP - Code
- Topic: Wont send variables..
- Replies: 15
- Views: 1531
- Mon Nov 10, 2003 2:55 pm
- Forum: PHP - Code
- Topic: Wont send variables..
- Replies: 15
- Views: 1531
- Mon Nov 10, 2003 7:56 am
- Forum: PHP - Code
- Topic: Wont send variables..
- Replies: 15
- Views: 1531
- Mon Nov 10, 2003 6:40 am
- Forum: PHP - Code
- Topic: Wont send variables..
- Replies: 15
- Views: 1531
- Sun Nov 09, 2003 10:48 pm
- Forum: PHP - Code
- Topic: Wont send variables..
- Replies: 15
- Views: 1531
- Sun Nov 09, 2003 9:16 pm
- Forum: PHP - Code
- Topic: Wont send variables..
- Replies: 15
- Views: 1531
- Sun Nov 09, 2003 8:59 pm
- Forum: PHP - Code
- Topic: Wont send variables..
- Replies: 15
- Views: 1531
Wont send variables..
Below is my event creator script <!doctype html public "-//w3c//dtd html 3.2//en"> <html> <head> <title>MLDJ - Entertainment</title> <meta name="GENERATOR" content="Arachnophilia 4.0"> <meta name="FORMATTER" content="Arachnophilia 4.0"> </head> <body...
- Sat Aug 16, 2003 11:31 pm
- Forum: PHP - Code
- Topic: Add to a dropdown box
- Replies: 10
- Views: 934
- Sat Aug 16, 2003 11:12 pm
- Forum: PHP - Code
- Topic: Add to a dropdown box
- Replies: 10
- Views: 934
Add to a dropdown box
Lets say, i have a simple blank page, with a textbox/submit button/drop down box.. how would i go about, adding text to that drop down box.. for instance, the dropdown box starts out blank (duh :p ) and i type Blah in the textbox, and click the submit button, how can i get Blah in that dropdown box?...
- Tue Jul 29, 2003 11:47 pm
- Forum: Databases
- Topic: Randomize/Group/Paste
- Replies: 1
- Views: 318
Randomize/Group/Paste
I currently have a PHP script that takes a name that was typed into a textbox and adds it to a MySQL server. Its setup to only accept 24 names for my purpose. When the names are in the server, id like it to randomize the names and place them into 8 groups of 3, adding those groups to a webpage, i ha...
- Tue Jul 15, 2003 10:42 pm
- Forum: PHP - Code
- Topic: Team Creator Help o.O
- Replies: 3
- Views: 493
- Tue Jul 15, 2003 8:31 pm
- Forum: PHP - Code
- Topic: Team Creator Help o.O
- Replies: 3
- Views: 493
Team Creator Help o.O
I am trying to create a team creator in PHP... A user will type in thier name, and click a "submit" button and have it stored somewhere, up to 24 people will do this. I would like it so only 24 names can be submitted, and if another name is submitted have some type of message to appear say...