Thread
:
PHP form submission - Help needed
View Single Post
05-06-2005, 07:31 AM
#
2
(
permalink
)
Rawb
Crazy
Location: Salt Town, UT
The secure server is probably running with register_globals off. (which is the correct way to run), are you using $_REQUEST['varname'] to get to your post requests, or just $varname?
Rawb
View Public Profile
Visit Rawb's homepage!
Find More Posts by Rawb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43