Hi Michael,
I hope i can give u the solution for this. The task is u have to specify the actual
path of the your image files. For example
In your HTML file if there is the img tag which refers to the image file test.jpg then
u have to mention that like this
http://www.sitename.com/image/test.j
Ron.Herhuth,Hello!
You have made a mistake.look at the declaration of substr function:
string substr(string string, int start, int [length]);
The third parameter means sub-string's length,not the position.Hence,you
should do like this:
";
for($i=0;$
Michael Horton wrote:
Hi,
Having just recently started to try and use php (by necessity- the only
person in the department who used php left us recently).
I'm trying to make a form to send out a specific e-mail to the selected
recipients. I've managed to get it to send an html e-mail to the recipi
Here this code will get you what you are looking for.
";
for($i=0;$i<=($chars-3);$i++)
{
#$j = $i * 3;
echo $i . ":" . $j . " ";
echo substr(($searchWord),$i,3) . "";
}
?>
If you want it to look like what you had suggested you would have to remove
the space from the $searchWord variable.
Derric
The way this is writtien won't work. Because the substr() functions takes 2
arguments. The first is the start position and the second is the length.
So you are increasing the length or 'j' in the example. It is not a fixed value of 3.
--
Gerardo S. Rojas
mailto: [EMAIL PROTECTED]
-Origi
I'm trying to cycle through a keyword printing out three character
groupings starting from each letter in the keyword. Here is the script I
am using:
$searchWord = "acme corporation"
$chars = strlen($searchWord);
echo "$searchWord";
for($i=0;$i<=$chars;$i++)
{
$j = $i + 3;
echo $i . ":" . $j
ubsubscribe
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello,
On 02/27/2004 11:26 AM, Michael Horton wrote:
Having just recently started to try and use php (by necessity- the only
person in the department who used php left us recently).
I'm trying to make a form to send out a specific e-mail to the selected
recipients. I've managed to get it to send a
Hi Everyone,
I'm still very new to this regular expression thing and I'm hoping
someone can offer some help. I've been able to match parts of this but
now I'm at a loss. A little background on this. I'm running a console
EXE tool to generate some output to display currently logged in users in
all
But of course you could also use a class written by Richard Heyes
HTML Mime mail class
Easy to use and great results
/Jesper
-Ursprungligt meddelande-
Från: Erwin Kerk [mailto:[EMAIL PROTECTED]
Skickat: den 27 februari 2004 15:32
Till: Michael Horton
Kopia: [EMAIL PROTECTED]
Ämne: Re:
Michael Horton wrote:
Most common solution is to put the images somewhere on an webserver and
embed them in your html as: http://your.web.server/image.extension"; />
Hmmm, I tried that, but got the familiar "red cross in a box" problem...
Mike
Are the images protected against hot-linking, e.g.
Michael Horton wrote:
Hi,
Having just recently started to try and use php (by necessity- the only
person in the department who used php left us recently).
I'm trying to make a form to send out a specific e-mail to the selected
recipients. I've managed to get it to send an html e-mail to the recipie
Hi,
Having just recently started to try and use php (by necessity- the only
person in the department who used php left us recently).
I'm trying to make a form to send out a specific e-mail to the selected
recipients. I've managed to get it to send an html e-mail to the recipients
I want, but I can
I am trying to use jpgrap with php. For that I need gd enabled. Following
is from my php.ini-as you can sees, it is listed. However, I do not see gd
related info when I run php_info()
; Directory in which the loadable extensions (modules) reside.
extension_dir = "c:\php"
extension=php_gd2.dll
Hi Yi Socheat,
Thanxx a lot. It worked. I tried your example. It was working fine. And in my program
i added session id (SID) to the end of the URL. It worked perfectly. Thanx for your
suggestions. BYE
.SuDeEp
Yi Socheat <[EMAIL PROTECTED]> wrote:
Hi sudeep,
Please run the example b
Hello Yi Socheat,
I tried what you have suggested but to no avail. It work's fine on an actual online
php supporting webserver. i Checked. The problem i think is with the installation of
php and Apache on local system. What to do
SuDeEp
Yi Socheat <[EMAIL PROTECTED]> wrote:
The p
Hello Yi Socheat,
I think i am right in variable declaration. On both the pages i used
$_SESSION['value'] instead of $_session["value"]. Still it gives the blank page..
...SuDeEp..
Yi Socheat <[EMAIL PROTECTED]> wrote:
You write the wrong name because PHP function name or variable is
17 matches
Mail list logo