Topic awaiting preservation: PHp Forms |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: |
posted 12-22-2002 22:35
Im learning.. PHP of the internet.. while im waiting to get my "php" book for christmas. |
Bipolar (III) Inmate From: Michigan |
posted 12-22-2002 22:55
just check for those variables that your looking for.... if they are not there or not completely... then show the main page... else show the page with the variables...... easy as pie. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 12-22-2002 23:41
Here's what I do when I use a one page PHP cgi. |
Paranoid (IV) Inmate From: |
posted 12-23-2002 09:44
Cheers I'll go give that a go |
Paranoid (IV) Inmate From: |
posted 12-23-2002 11:50
ok here's my code quote:
|
Maniac (V) Inmate From: Eagleshieldsbay, Sweden |
posted 12-23-2002 16:01
Replace this $print = $mode; code: echo $mode;
|
Paranoid (IV) Inmate From: |
posted 12-23-2002 16:09
actulay the problem is.. I put code: $print $mode;
|
Maniac (V) Inmate From: Eagleshieldsbay, Sweden |
posted 12-23-2002 16:13
ya, but echo and print does the same thing! |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 12-23-2002 19:39
ya, but you didn't help him, since the problem was the additional $, not the print... |
Paranoid (IV) Inmate From: |
posted 12-23-2002 22:13
now Olsonon you can now rectify your unhelp full ness |
Maniac (V) Inmate From: Eagleshieldsbay, Sweden |
posted 12-23-2002 23:57
I would suggest that you rewrite it. I have fixed somethings but it still doesn't work. code: <?
|