Hello,
On 06/22/2004 03:14 AM, Ryan Schefke wrote:
Could someone please send me a function for MIME mail. I've been searching
for the past 3 hours and haven't come across anything that is solid and
works for me. I need the following:
1 - send MULTIPLE attachments
2 - send message in html and t
Ryan Schefke wrote:
Could someone please send me a function for MIME mail. I've been searching
for the past 3 hours and haven't come across anything that is solid and
works for me. I need the following:
1 - send MULTIPLE attachments
2 - send message in html and text.
Thanks,
Ryan
http://pe
Reading Aidan's e-mails is like watching a Disney movie. You can't help but feel warm
and fuzzy inside and loving toward the whole world.
Basically, create a page with an HTML form that takes the user name and password (or
whatever login information you think is appropriate). The action of the
I have a problem with sessions. If someone closes their internet explorer
window without logging off the session remains open. When you try to go
back to the site IE hangs until I manually remove the sess_ files from
the /tmp directory. Any insights on this one??
VR/Tim
> I have a problem with sessions. If someone closes their internet explorer
> window without logging off the session remains open. When you try to go
> back to the site IE hangs until I manually remove the sess_ files from
> the /tmp directory. Any insights on this one??
>
> VR/Tim
http://
> I am just looking for some different techniques on how server push is
> done on PHP:
http://www.craftysyntax.com/CSLH/
Download, have a look at the codes and enjoy...
~ nadim attari
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
http://phpmailer.sourceforge.net/
Ryan Schefke wrote:
Could someone please send me a function for MIME mail. I've been searching
for the past 3 hours and haven't come across anything that is solid and
works for me. I need the following:
1 - send MULTIPLE attachments
2 - send message in html an
Hi,
You can check if browser cookies are enabled or not by using follow. given
JavaScript functions.
//** jsfunc.js ***//
function f_ReadCookie(cookieName)
{
if (cookieName == "" )
{
return;
}
var theCookie=""+document.cookie+(("/") ? "; path=" + "/" : "") ;
v
Hi everybody,
I need to get the Office Document Properties from MSWord-files and i
found DSOFile for COM:
http://support.microsoft.com/support/kb/articles/Q224/3/51.asp
But now the problem is, that the COM Object don't releases the file
lock. Here is the code I use:
getDocumentProperties($info['
Good morning gurus!
I am encrypting some data on one server and now I am attempting to decrypt on another
server using mcrypt_encrypt and mycrypt_decrypt (using same key and initialzation
vector). It is almost working but I seem to still have a little problem, that data is
missing the last char
Hello there! I badly need help in my codes. My OS is Linux Suse 8.0, apache ver
1.3.31 and PHP 4.X. There was a notice that the printer functions may only be used in
Windows environment... How about in Linux environment? What's their difference? Is
there any other way i can use the printer fun
Hi people,
...first, sorry my poor english ;)
I have a system that
access firebird database in a remote machine. In development, works fine
(with Firebird 1.0). But now, the database location is a real machine where the
system are put up (with Firebird 1.5) and when i realize a query, i
I'm trying to setup DRES, part of the configuration is to bring up "check.php" to
verify the installation. When check.php runs to verify - it errors out at "MySQL
extension failure [required-extension not installed]"
-Original Message-
From: Curt Zirzow [mailto:[EMAIL PROTECTED]
Sent:
Dear Sirs,
When I use include, my script is waiting included script results. But I just
want to run another local script without wait result.
Which command I should to use?
Best Regards
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I sometimes use JS to open a new window outside the screen and close it at
the bottom.
"Qt" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Dear Sirs,
>
> When I use include, my script is waiting included script results. But I
just
> want to run another local script without wait resu
[snip]
When I use include, my script is waiting included script results. But I
just
want to run another local script without wait result.
[/snip]
you could try something like this
$cmd =/path/to/php.exe . ' ' . /path/to/your/script
exec($cmd);
check out http://www.php.net/manual/en/function.exe
This is where I am stuck at with this DRES installation, it's complaining about the
mysql extension. I tried ./configure --with-mysql=/usr/local/mysql; make; make
install and still the same error:
Checking PHP conf
Nguyen, Long P (Mission Systems) wrote:
This is where I am stuck at with this DRES installation, it's complaining about the
mysql extension. I tried ./configure --with-mysql=/usr/local/mysql; make; make
install and still the same error:
---
I was task with this... Unfortunately the person that installed it is not here
anymore. Is there a way to find out, like any commands or files to look for? I do
see _SERVER["SERVER_SOFTWARE"] Apache/2.0.40 (Red Hat Linux) show up on the test.php
Thanks for your help.
-Original Message-
Quoting "Nguyen, Long P (Mission Systems)" <[EMAIL PROTECTED]>:
> I was task with this... Unfortunately the person that installed it is not
> here anymore. Is there a way to find out, like any commands or files to look
> for? I do see _SERVER["SERVER_SOFTWARE"] Apache/2.0.40 (Red Hat Linux) sho
I have been told of an image class called 'Image_Graph'.
Has anyone used it and/or do you have any example code I can follow.
thanks
Richard
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I didn't see a phpinfo, I do see mysql as below in the Configure Command section. So
if I run "up2date php-mysql", it will update mysql extension? Where do I run this
from, like the path? Sorry - I'm new to this.
System: Linux daffy.perf.redhat.com 2.4.18-11smp #1 SMP Thu Aug 15 06:41:59 EDT
hi,
i'm having troubles converting ascii extended symbols, for exaple one of
them looks like that 'Ü' in win, but in unicode, or old ibm dos extended
ascii its black box. most of ascii art using this and sign like that. what
id like to do is create dynamic .png image with content of some asci
Nguyen, Long P (Mission Systems) wrote:
I didn't see a phpinfo, I do see mysql as below in the Configure Command section. So if I run "up2date php-mysql", it will update mysql extension? Where do I run this from, like the path? Sorry - I'm new to this.
At the command prompt (and as root), run th
You may want to use the exec() function.
Please refer www.php.net/exec for more information
Regards,
Amit
www.digitalamit.com
Qt wrote:
Dear Sirs,
When I use include, my script is waiting included script results. But I just
want to run another local script without wait result.
Which command I shoul
[snip]
I am encrypting some data on one server and now I am attempting to decrypt on another
server using mcrypt_encrypt and mycrypt_decrypt (using same key and initialzation
vector). It is almost working but I seem to still have a little problem, that data is
missing the last character which st
I suppose it was mysql_close that was a problem but I am not secure. I am
new in this.
I have tryed to made registration page. I wish to that you can use one nic
name ony one time.
I hav use the following code:
You forgot to enter your name';
} else {
$name = escape_data($_POST['name']);
Connection timeout?
André Cupini wrote --- napísal::
Hi people,
...first, sorry my poor english ;)
I have a system that access firebird database in a remote machine. In
development, works fine (with Firebird 1.0). But now, the database
location is a real machine where the system are put up (w
Hello,
I think there has to be some compile issues with PHP and the newer
Payflow SDKs
from VeriSign [Linux]. There is no longer a Beta SDK apparently for
any of the platforms.
I have consistenly received the following error: "the pfpro extension
requires
version 2 or 3 of the SDK." I have at
Jay Blanchard wrote:
Good morning gurus!
I am encrypting some data on one server and now I am attempting to decrypt on another
server using mcrypt_encrypt and mycrypt_decrypt (using same key and initialzation
vector). It is almost working but I seem to still have a little problem, that data is
m
[snip]
You should probably use mysql_escape_string or mysql_real_escape_string
instead of addslashes and stripslashes. IMHO addslashes and stripslashes
are pretty much useless.
[/snip]
That is an interesting take, why so?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit:
Jay Blanchard wrote:
[snip]
You should probably use mysql_escape_string or mysql_real_escape_string
instead of addslashes and stripslashes. IMHO addslashes and stripslashes
are pretty much useless.
[/snip]
That is an interesting take, why so?
Because it can easily cause more problems than it fixe
Could someone please help me with an eregi statement.
I have a string that can vary as such:
client1/album/album_121-2132_IMG.JPG
client2/album/album_121-2132_IMG.JPG
client59/album/album_121-2132_IMG.JPG
client499887/album/album_121-2132_IMG.JPG
I want to select whatever comes after
On Tue, 22 Jun 2004 14:57:28 -0400, Ryan Schefke <[EMAIL PROTECTED]> wrote:
>
> Could someone please help me with an eregi statement.
>
> I have a string that can vary as such:
>
> client1/album/album_121-2132_IMG.JPG
>
> client2/album/album_121-2132_IMG.JPG
>
> client59/album/album_121-2132_I
>= Original Message From "Eric L. Sammons" <[EMAIL PROTECTED]> =
I am in the process of writing a PHP program. It is really quite simple, I
have a form that I complete, the information is then to be saved into a simple
XML file. When I do this in Java the XML file would appear simply as f
On Tue, Jun 22, 2004 at 10:08:37PM +0300 Robin Vickery [EMAIL PROTECTED] wrote:
> On Tue, 22 Jun 2004 14:57:28 -0400, Ryan Schefke <[EMAIL PROTECTED]> wrote:
> >
> > Could someone please help me with an eregi statement.
> >
> > I have a string that can vary as such:
> >
> > client1/album/album_1
[snip]
client1/album/album_121-2132_IMG.JPG
client2/album/album_121-2132_IMG.JPG
client59/album/album_121-2132_IMG.JPG
client499887/album/album_121-2132_IMG.JPG
I want to select whatever comes after the last forward slash, like
album_121-2132_IMG.JPG
[/snip]
you could try without regular ex
I am trying to create an image uploader however, the code I have created doesn't seem
to upload the images. If anyone sees any ways that I can get this to work or if you
know any better ways, please let me know.
http://thephpstore.com # ||
||
[snip]
I am trying to create an image uploader however, the code I have
created doesn't seem to upload the images. If anyone sees any ways that
I can get this to work or if you know any better ways, please let me
know.
[/snip]
that is quit a bit of code. Are you getting any specific errors?
have
Do you really need to use stripslashes when retrieving the data?
Wouldnt stripslashes only affect magic quotes or already added slashes,
I mean when you addslashes to the SQL the slashes are indeed removed
when inserted in the table.
--
--
Kim Steinhaug
That is thrue, but there are some experiments with compiling the scripts
into
self running exe's. There are a nice tutorial available somewhere made by
probably the only one who has managed to do this, :) Anywho, I remember
one can use his precompiled files to create ones own EXE setups.
Still, th
Sean Vasey wrote --- napísal::
// variables
$imagesize = getimagesize($image);
// some code removed
if ($img[$i] == "$gif") // if gif file type
{
$image[$i] = $image[$i] . "-" . "$rand" . ".gif";
}
* Thus wrote Nadim Attari:
>
> > I have a problem with sessions. If someone closes their internet explorer
> > window without logging off the session remains open. When you try to go
> > back to the site IE hangs until I manually remove the sess_ files from
> > the /tmp directory. Any insig
* Thus wrote Tom Z. Meinlschmidt:
> On Tue, Jun 22, 2004 at 10:08:37PM +0300 Robin Vickery [EMAIL PROTECTED] wrote:
> > On Tue, 22 Jun 2004 14:57:28 -0400, Ryan Schefke <[EMAIL PROTECTED]> wrote:
> > >
> > > Could someone please help me with an eregi statement.
> > >
> > > I have a string that ca
Thus Curt Zirzow & I wrote:
header("Content-Type: " . $type);
header("Accept-Ranges: bytes");
Becareful sending this header. The client can get confused and
send special headers requesting a partial file, while also
expecting different results than the whole file.
Which
Qt wrote:
Dear Sirs,
When I use include, my script is waiting included script results. But I just
want to run another local script without wait result.
Which command I should to use?
Best Regards
Are you hoping to set up a task as part of a batch for later processing?
There are several ways you c
* Thus wrote Scott Taylor:
>
> Thus Curt Zirzow & I wrote:
>
> >>
> >> header("Content-Type: " . $type);
> >> header("Accept-Ranges: bytes");
> >
> >
>
> >Becareful sending this header. The client can get confused and
> >send special headers requesting a partial file, while
Ok I have a general problem.
I have a textarea on an html form.
Well when the user get's to the end of the textarea, it wrap's around. The problem
with this is that unless they do a carriage return, the text entered into the textarea
is a very long line. So when ever they submit the form, the s
On Wed, 23 Jun 2004 00:47:23 -0500, Brent Clements
<[EMAIL PROTECTED]> wrote:
>
> How do I add linefeeds every few words?
php.net/wordwrap
--
Greg Donald
http://destiney.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Sorry, MySQL question. Any takers? If I search for 'margaret atwood', I get results in
no real structured heirachy. Any thoughts?
Search ccl.ccl_main For: margaret atwood - 275 record(s) found
John
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsu
I would have at least expected it give me 'margaret atwood' before it gives me
'margaret' and then 'atwood'.
> Sorry, MySQL question. Any takers? If I search for 'margaret atwood', I get results
> in no real structured heirachy. Any thoughts?
>
> BOOLEAN MODE);>Search ccl.ccl_main For: color=
I have a netiquette question here. I haven't finished it yet (nor am I
even at a prototype level) but eventually I'd like some people to review
something that I'm working on. After all isn't this what open source is
all about? :) However, I wasn't sure if this list would be an
appropriate p
On Wed, 23 Jun 2004 01:22:40 -0500, Jason Barnett <[EMAIL PROTECTED]> wrote:
>
> I have a netiquette question here. I haven't finished it yet (nor am I
> even at a prototype level) but eventually I'd like some people to review
> something that I'm working on. After all isn't this what open sourc
nl2br I think is what you wnat.
http://www.php.net/manual/en/function.nl2br.php
Brent Clements wrote:
> Ok I have a general problem.
>
> I have a textarea on an html form.
>
> Well when the user get's to the end of the textarea, it wrap's around. The problem
> with this is that unless they do a
Hi there,
I am writing a backup_restore file which creates directories and picture files
with different resolutions out of an original file.
After each process completes I would like to print out a [ok] message, but
unfortunatelly it prints those msg out only when the script is completely
throu
On Wed, 23 Jun 2004 08:34:17 +0200, Merlin <[EMAIL PROTECTED]> wrote:
>
> I am writing a backup_restore file which creates directories and picture files
> with different resolutions out of an original file.
>
> After each process completes I would like to print out a [ok] message, but
> unfortuna
56 matches
Mail list logo