View previous topic :: View next topic |
Author |
Message |
alythcott -
Joined: 16 Jul 2003 Posts: 13
|
Posted: Fri Sep 05, 2003 2:03 am Post subject: How do I??????????????? |
|
|
If an argument is supplied to exit(), it apparently returns that argument,
regardless of its data type. How do i "exit" an argument without returning that argument |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Fri Sep 05, 2003 1:04 pm Post subject: Re: How do I??????????????? |
|
|
Use return() instead of exit(). _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
alythcott -
Joined: 16 Jul 2003 Posts: 13
|
Posted: Sat Sep 06, 2003 2:06 pm Post subject: |
|
|
:( still isn't working |
|
Back to top |
|
 |
kodeking -
Joined: 19 Jun 2003 Posts: 15
|
Posted: Sun Sep 07, 2003 3:54 am Post subject: |
|
|
do:
________
Find Headshop
________
Mary jane
Last edited by kodeking on Sat Feb 19, 2011 6:35 pm; edited 2 times in total |
|
Back to top |
|
 |
alythcott -
Joined: 16 Jul 2003 Posts: 13
|
Posted: Mon Sep 08, 2003 1:32 pm Post subject: |
|
|
When i'm on the localhost host the program works fine. However when on a remote PC I am still getting the same problem. On the program executes the argument the value i returned. So if i use the back button on my browser the script does the return to the previous page. It just stay on the page that was loaded after the argument was submitted. |
|
Back to top |
|
 |
|