Search found 14 matches

by NicEJoB
Thu Nov 13, 2003 5:59 pm
Forum: PHP - Code
Topic: Wont send variables..
Replies: 15
Views: 1531

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?
by NicEJoB
Tue Nov 11, 2003 10:08 am
Forum: PHP - Code
Topic: Wont send variables..
Replies: 15
Views: 1531

ah, i forgot to delete that. I had it so if any feilds were blank, then send was no. Anywaym i took that part out but its still not sending the variables...

werd..
by NicEJoB
Mon Nov 10, 2003 6:00 pm
Forum: PHP - Code
Topic: Wont send variables..
Replies: 15
Views: 1531

erg.. there should be no reason why this doesn't work. In theory everything looks and should work fine..
by NicEJoB
Mon Nov 10, 2003 2:55 pm
Forum: PHP - Code
Topic: Wont send variables..
Replies: 15
Views: 1531

ok, i just got home and i tried volkas method #1 which didnt show anything again in the e-mail, method 2 caused a parse error. ;|
by NicEJoB
Mon Nov 10, 2003 7:56 am
Forum: PHP - Code
Topic: Wont send variables..
Replies: 15
Views: 1531

if it prints Register Globals: Off you have to use either $_GET or $_POST for all parameter you want to fetch from the form ($_POST since the form's method is POST)
Yes, i will try when i get home. Since globals were on i didnt bother trying. After ill try ill reply with any changes. Thx.
by NicEJoB
Mon Nov 10, 2003 6:40 am
Forum: PHP - Code
Topic: Wont send variables..
Replies: 15
Views: 1531

$msg .= "Name: $sender_name\n"; $msg .= "E-Mail and/or Phone#: $sender_email\n\n"; $msg .= "Event Information:\n\n"; $msg .= "Type of event: $whatevent\n"; $msg .= "Type of event: $whatevent\n"; $msg .= "Social or Corporate: $socialcorp\n"...
by NicEJoB
Sun Nov 09, 2003 10:48 pm
Forum: PHP - Code
Topic: Wont send variables..
Replies: 15
Views: 1531

PHP Version: 4.3.3
Display Errors: On
Error Level: Not E_ALL
Register Globals: On
by NicEJoB
Sun Nov 09, 2003 9:16 pm
Forum: PHP - Code
Topic: Wont send variables..
Replies: 15
Views: 1531

sill not showing anything..
by NicEJoB
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...
by NicEJoB
Sat Aug 16, 2003 11:31 pm
Forum: PHP - Code
Topic: Add to a dropdown box
Replies: 10
Views: 934

yah, i guess i could use MySQL but im trying to figure it out an easier way, btw u dont need to define them for connecting to a db, works both ways

mysql_connect("hostname","user","pass")
mysql_select_db(dbname);
by NicEJoB
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?...
by NicEJoB
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...
by NicEJoB
Tue Jul 15, 2003 10:42 pm
Forum: PHP - Code
Topic: Team Creator Help o.O
Replies: 3
Views: 493

I dont use MySQL that much, although i do have a MySQL database so i wouldnt have a clue how to go abouit that route
by NicEJoB
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...