[PHP] Dll on Visual Basic

2002-02-09 Thread Edgardo Rossetto
Hi, Basically, what I want to do is call php4ts.dll (or whatever) to use highlight_string/file function on Visual Basic and return it on a ritchtextbox. Is this possible? Help! Regards, Edgardo Rossetto -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] Re: Strange problem...

2001-12-01 Thread Edgardo Rossetto
Hola Daniel: Te escribo en castellano ya que veo que el inglés no es tu idioma natural. Creo que el error se produce al concatenar las variables, acordate que para indicar que las variables con cadenas tenés que encerrarlas entre , yo lo definiría así: $user_birthdate =

[PHP] array_merge();

2001-11-21 Thread Edgardo Rossetto
Hi: I have a problem width array_merge(); in PHP 4 beta 2 (my ISP sucks, sorry) and i need to know if there's a similar function o way to do this. Please help me! Bye Edgardo Rossetto -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

[PHP] Re: array_merge();

2001-11-21 Thread Edgardo Rossetto
Edgardo Rossetto [EMAIL PROTECTED] escribió en el mensaje [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi: I have a problem width array_merge(); in PHP 4 beta 2 (my ISP sucks, sorry) and i need to know if there's a similar function o way to do this. Please help me! Bye Edgardo

Re: [PHP] array_merge();

2001-11-21 Thread Edgardo Rossetto
It works, thanks. Edgardo Brian Clark [EMAIL PROTECTED] escribió en el mensaje [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi Edgardo, @ 8:09:26 AM on 11/21/01, Edgardo Rossetto wrote: I have a problem width array_merge(); in PHP 4 beta 2 (my ISP sucks, sorry) and i need