[PHP] PHP, ASP, IIS and MySQL

2003-03-30 Thread Jesper Blomström
Hi! I hope this is the right place to ask this kind of question, otherwise I apologize. I would like some advice, this is the situation: We´re using IIS today and unfortunate we will have to cope with this situation for a long time ahead. There are plans for using Apache on Linux but not

[PHP] isset() VS if($var)

2001-04-09 Thread Jesper Blomström
Hi! Is there any difference between writing: isset($my_var) and... if ($my_var) ?? Thanks! / Jesper Blomstroem -- Jesper Blomstrm [EMAIL PROTECTED] Arbete: 08-566 280 08 Hem:08-669 23 10 Mobil: 070-30 24 911 -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] isset() VS if($var)

2001-04-09 Thread Jesper Blomström
This cleared up the difficulties! I will look deep into the archive, now and forever. Thanks from Stockholm, Sweden. / Jeppe "PHPBeginner.com" wrote: It is really a long discussion (check the archives of the last month - two) Basically, isset() will tell you if the variable is

SV: [PHP] PHP vs Servlet

2001-03-25 Thread Jesper Blomström
ORON TO.RAND.COM... So tell us? Mike -Original Message- From: Jesper Blomstrm [mailto:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 4:51 PM To: [EMAIL PROTECTED] Subject: SV: [PHP] PHP vs Servlet I found out how to do it. Thx anyway / J Jesper Blomström [EMAIL PROTECTED] skrev i disku

SV: [PHP] Changing within a file

2001-03-25 Thread Jesper Blomström
Hi! This is what you want: http://www.php.net/manual/en/function.preg-replace.php The preg_replace-method uses a ordinary RE to search and replace. Hoppas det går vägen! / Jeppe Jimmy Bäckström [EMAIL PROTECTED] skrev i diskussionsgruppsmeddelandet:001901c0b543$329648c0$[EMAIL

[PHP] PHP vs Servlet

2001-03-19 Thread Jesper Blomström
Hi! I am sure you have a solution to this... How shall I communicate with a servlet from PHP? I have a servlet which makes a DB-query and returns the result. Thanks! / Jeppe -- Jesper Blomstrm [EMAIL PROTECTED] Arbete: 08-566 280 08 Hem:08-669 23 10 Mobil: 070-30 24 911 -- PHP

SV: [PHP] PHP vs Servlet

2001-03-19 Thread Jesper Blomström
I found out how to do it. Thx anyway / J Jesper Blomström [EMAIL PROTECTED] skrev i diskussionsgruppsmeddelandet:[EMAIL PROTECTED] Hi! I am sure you have a solution to this... How shall I communicate with a servlet from PHP? I have a servlet which makes a DB-query and returns the result

[PHP] newline in preg_split

2001-03-18 Thread Jesper Blomström
with the delimiter \n (or \r or \\n...). I have also tried to use the preg_split()-method which takes a RE-argument but that doesn´t seem to work either (have tried in a lot of ways). Can anyone give me a clue how to solve this problem? Many thanks from Stockholm, Sweden! Jesper Blomstroem -- Jesper