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 Mess
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 v
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
C:\Progr
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
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)
$this->xlEdg
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 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 this possible i
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
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;
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
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 fl
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
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:
Hi!
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
evalu
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 program,
Thank You!
I appreciate all of the quick replies...you guys rock!
Ron
>From: Ignatius Reilly
>To: Herhuth, Ron; [EMAIL PROTECTED]
>Sent: 11/06/2003 9:21 AM
>This seems to work:
>
>$pattern = "/(\w+) (?:(?:\w\.|\(\w+\))) (\w+)/" ;
>$replacement = "\$1 \$2" ;
>
>//$string = "John D. Smith" ;
>$s
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 c
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: "
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 D.
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
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
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 l
21 matches
Mail list logo