Re: [PHP-WIN] mystery line

2002-12-04 Thread freeman
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

[PHP-WIN] different question

2003-02-27 Thread freeman
anybody in here now of a good java list for java programs. Thanks in addition.

[PHP-WIN] does any one now about curl

2003-02-27 Thread freeman
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

[PHP-WIN] question about mail

2003-03-06 Thread freeman
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.

[PHP-WIN] Help with sending mail

2003-03-13 Thread freeman
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.

[PHP-WIN] Re: [PHP] Undefined Variables ?

2001-10-23 Thread Neil Freeman
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