Can anyone tell me how to make a script return to the prviose page.
like say im doing a insert then i want it to auto return to the previose
page?
- Original Message -
From: jpirtle <[EMAIL PROTECTED]>
To: PHP Windows Help List <[EMAIL PROTECTED]>
Sent: Wednesday, December 04, 2002 11:36 PM
anybody in here now of a good java list for java programs.
Thanks in addition.
If anyone on here has used curl on thier server i would appreciate some help on
installing or a good link to some install docs. Thanks
hey does anyone now if there is a way to determin which mail server to use directly
from the script when you write the mail function.
my mail server doesnt want to keep working, is there a way to set the mail server
within the script, this is for a unix machine.
Thanks for any help.
You can test if a variable has been set by using the command:
isset()
eg
if (isset($my_name))
echo "hi";
else
echo "no name set";
This will stop any undefined variable warnings.
Neil
Maurice Schalker wrote:
> After an update to 4.06 my guestbook isn“t working correct.
> Between de co