RE: [PHP-WIN] Two Dimm. Arrays

2003-11-06 Thread Svensson, B.A.T. (HKG)
What's your problem? Creating a FOR-loop or assigning/retriving the values? -Original Message- From: Muhammad Imran To: [EMAIL PROTECTED] Sent: 11/6/2003 3:35 AM Subject: [PHP-WIN] Two Dimm. Arrays How I can populate and restore the two dimensional array dynamically i.e under for/while

RE: [PHP-WIN] using result of function in same line

2003-11-06 Thread Svensson, B.A.T. (HKG)
It is called bad programming habbits. -Original Message- From: Igor Belagorudsky To: [EMAIL PROTECTED] Sent: 11/6/2003 2:26 AM Subject: [PHP-WIN] using result of function in same line [...] and also, what is that called when you can do it in same line? -- PHP Windows Mailing List

[PHP-WIN] PDFlib text format

2003-11-06 Thread Disko_kex
Hi, If I have a squre 100px width and 100px height and a textstring = hello hello hello hello hello hello hello hello hello hello, is it possible to write the text into that area. I tried a few comands but didn't succeed. / jocke

[PHP-WIN] String Help

2003-11-06 Thread Herhuth, Ron
I have an instance where I am trying to remove a couple different string scenerios from a variable. I have spent some time with regEx but I'm not getting anywhere. I'm hoping someone could help me out here. Basically I have names that MAY contain middle initials which I need to remove: John

Re: [PHP-WIN] String Help

2003-11-06 Thread Ignatius Reilly
This seems to work: $pattern = /(\w+) (?:(?:\w\.|\(\w+\))) (\w+)/ ; $replacement = \$1 \$2 ; //$string = John D. Smith ; $string = Joanne (Taylor) Smith ; echo preg_replace( $pattern, $replacement, $string ) ; HTH Ignatius _ - Original Message - From: Herhuth,

RE: [PHP-WIN] String Help

2003-11-06 Thread Svensson, B.A.T. (HKG)
Do you have control on the input data? E.g. are or are not the input originated from the entropy source known as end users? -Original Message- From: Herhuth, Ron To: [EMAIL PROTECTED] Sent: 2003-11-06 14:54 Subject: [PHP-WIN] String Help I have an instance where I am trying to remove a

[PHP-WIN] talking to flash

2003-11-06 Thread Bobo Wieland
Hi! How do I set up a php-script so that it can communicate with Flash MX? I send a querystring to the php-script - but I don't know how to return anything from that function or how to check if it works... Anyone? I guess it would be the same principles as to communicate with some other

RE: [PHP-WIN] using result of function in same line

2003-11-06 Thread Stoner, David M.
I've never seen a language where you couldn't do things like echo foo() ; and I've seen a good many languages. It's so universal, I don't know that it has a name, other than expression evaluation. Language processors typically evaluate inner subexpressions first, then use the value in

Re: [PHP-WIN] talking to flash

2003-11-06 Thread Luis Ferro
Well, not really... The best bet would be to investigate the flash activescript capabilities... there are examples of it interacting with php all over the web... (i would use some sort of xml to do it, due to its flexibility in both flash and php)... Cheers, Luis Ferro Bobo Wieland wrote:

RE: [PHP-WIN] talking to flash

2003-11-06 Thread Vail, Warren
Ming has the capability of producing flash movie files on the fly from php, in much the same fashion as GD produces images on the fly. Here are a couple of sources of information; http://www.php.net/manual/en/ref.ming.php http://ming.sourceforge.net/ming/ Good Luck, Warren Vail -Original

RE: [PHP-WIN] talking to flash

2003-11-06 Thread Vail, Warren
Oops, that second url should be; http://ming.sourceforge.net/ and here is another; http://www.opaque.net/ again good luck, Warren -Original Message- From: Vail, Warren Sent: Thursday, November 06, 2003 10:07 AM To: 'Bobo Wieland'; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] talking to

php-windows Digest 6 Nov 2003 20:58:35 -0000 Issue 1987

2003-11-06 Thread php-windows-digest-help
php-windows Digest 6 Nov 2003 20:58:35 - Issue 1987 Topics (messages 22012 through 22024): Re: Two Dimm. Arrays 22012 by: Svensson, B.A.T. (HKG) Re: using result of function in same line 22013 by: Svensson, B.A.T. (HKG) 22020 by: Stoner, David M. PDFlib text format

RE: [PHP-WIN] talking to flash

2003-11-06 Thread Frank M. Kromann
I keep working version of the ming extension for win32 on my website at http://kromann.info/php4.php or http://kromann.info/php5.php. These versions are build with the cvs version of ming (0.3a). - Frank Oops, that second url should be; http://ming.sourceforge.net/ and here is another;

Re: [PHP-WIN] Why is phpinfo giving me these version numbers?

2003-11-06 Thread Roderick Martin
Which log should I be looking at? MySQL appears to maintain several logs. On Nov 5, 2003, at 11:59 AM, Eric COLINET wrote: Hi ! I'm not familiar with the services of windows but for: - The first question: The version number shown is the version number of the client API ie the part of

[PHP-WIN] Sending Mail with Outlook express

2003-11-06 Thread Sukanthi Ganesh
Is there a way I can send email from my local machine (having no domain) to some email id. For instance, if you try to send a mail thro' html using a href mailto: it will send the mail thro' the default E-mail program specified in Internet Options. I don't need any domain or something here. Is

[PHP-WIN] RE: Help with COM

2003-11-06 Thread Ethan Nelson
First I would like to reply to this with an update on how I got it to work. Learned some very interesting things. Second, I have another question. 1)- I did not end up using a macro, but instead translated the statements to the following based on your help Neil: (example)

Re: [PHP-WIN] Why is phpinfo giving me these version numbers?

2003-11-06 Thread DvDmanDT
I could not find a single log.. :s Anyway, if you solve it, please let me know.. If you didn't install using an installer, chances are the 'mysql' db isn't setup, causing mysql to crash... -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤telia.com ## Please, if you

[PHP-WIN] include() problem

2003-11-06 Thread Trystano
Hi all, I'm having a problem with my scripts in that I'm having the follwoing error message when I try to include a file into a script... Warning: Failed opening 'C:\Program Files\Apache Group\Apache\htdocs\mymarket emplates\header.php' for inclusion (include_path='.;c:\php4\pear') in

Re: [PHP-WIN] talking to flash

2003-11-06 Thread toby z
hay i generated a pie graph in flash passing it a string of vales from a php script which ofcourse got those from a table query i did this with bar graphs and jp-graphs too all u have to do is make proper strings of values and pass them to a page which would generate a graph for u based on the

Fw: [PHP-WIN] Two Dimm. Arrays

2003-11-06 Thread Muhammad Imran
Just assigning/retriving the values? Imran - Original Message - From: Muhammad Imran [EMAIL PROTECTED] To: Svensson, B.A.T. (HKG) [EMAIL PROTECTED] Sent: Friday, November 07, 2003 11:53 AM Subject: Re: [PHP-WIN] Two Dimm. Arrays assigning/retriving the values? - Original Message