First thing you need to figure out is whether or not your manager is
insane. That argument seems to come from either someone who is, or
someone who hasn't a monos(monkeys) clue about software management.
A few facts:
dotNET runs on Linux - with the help of mono or dotGNU. Check them
out, and use
On Sat, 20 Nov 2004 17:49:04 -0500, Gregori Halsiber <[EMAIL PROTECTED]>
wrote:
Hi, I'm trying to write a md5 hash to auth users... And before I get
flamed
about md5 not being a crypt system but a hashing system I know...
Security
is not a problem..
I'm trying to build a standalone Message U
[EMAIL PROTECTED] wrote:
>So, how can we fix this kind of problem ?
>
>
is it a problem?
>Raditha Dissanayake wrote:
>
>
>
>>[EMAIL PROTECTED] wrote:
>>
>>
>>
>>>Dear You,
>>>
>>>How to load images ( eg: gif, jpg) with base64 function from
>>>Database on IE directly ?
>>>
>>>
>>>
On Sat, Nov 20, 2004 at 05:49:04PM -0500, Gregori Halsiber wrote:
> Hi, I'm trying to write a md5 hash to auth users... And before I get flamed
> about md5 not being a crypt system but a hashing system I know... Security
> is not a problem..
> I'm trying to build a standalone Message Update Center
Hi, I'm trying to write a md5 hash to auth users... And before I get flamed
about md5 not being a crypt system but a hashing system I know... Security
is not a problem..
I'm trying to build a standalone Message Update Center intranet with PHP
The problem I'm having is comparing a user inputed word
So, how can we fix this kind of problem ?
Raditha Dissanayake wrote:
> [EMAIL PROTECTED] wrote:
>
> >Dear You,
> >
> >How to load images ( eg: gif, jpg) with base64 function from
> >Database on IE directly ?
> >
> >
> as far as I know you cannot do this with IE directly.
>
> >Is there any sam
Thanks!
"Jeffery Fernandez" <[EMAIL PROTECTED]> schreef in bericht
news:[EMAIL PROTECTED]
> Greg Donald wrote:
>
> >On Sat, 20 Nov 2004 13:52:32 -0800, Jed Smith <[EMAIL PROTECTED]> wrote:
> >
> >
> >>PHP attached to different Apaches can't share sessions, AFAIK. You'll
> >>need to make sure it's
Thx jed,
Ik will try and find out more based on what you told me
"Jed Smith" <[EMAIL PROTECTED]> schreef in bericht
news:[EMAIL PROTECTED]
> Hans J.J. Prins wrote:
> >>3. Is it the same copy of PHP? Same php.ini, same PHP SAPI?
> >
> > I really don't know I would have to find out later.
>
> P
Let me attack this. I'm bored.
I'm on Windows XP SP 2, and I'll try this from the command line.
I coded a simple server in PHP that just accepts the connection and
listens. It doesn't attempt to send any data, its only select loop is to
wait for a new connection attempt. I also wrote a load progr
* Thus wrote Justin French:
>
> For what it's worth, PHP5 under FastCGI on a nice server with a good
> sysadmin is *incredibly* fast. Shameless plug: TextDrive.com (a
> hosting company in the US that just hired me) offers exactly that --
> blindingly fast PHP5 shared hosting with the works.
A
Greg Donald wrote:
On Sat, 20 Nov 2004 13:52:32 -0800, Jed Smith <[EMAIL PROTECTED]> wrote:
PHP attached to different Apaches can't share sessions, AFAIK. You'll
need to make sure it's the same copy of Apache, listening on both ports
The simplest solution is to use database managed PHP sess
On Sat, 20 Nov 2004 13:52:32 -0800, Jed Smith <[EMAIL PROTECTED]> wrote:
> PHP attached to different Apaches can't share sessions, AFAIK. You'll
> need to make sure it's the same copy of Apache, listening on both ports
The simplest solution is to use database managed PHP sessions, passing
the sess
Hello PHP Community,
MySQLDiff is a PHP5 command-line utility that prints SQL statements to
sync two MySQL databases or tables.
This program works just like the original MySQLDiff
(http://www.mysqldiff.org/), but is much faster and is useful for
quickly comparing two databases.
The source code may
On Sun, 21 Nov 2004 09:10:37 +1000, Murray @ PlanetThoughtful
<[EMAIL PROTECTED]> wrote:
> Hi All,
>
> Just wondering if anyone knows of a class that can perform a word count of
> text in a string that ignores HTML?
>
> IE, something that would correctly determine that the following string is 6
>
Murray @ Planetthoughtful wrote:
Hi All,
Just wondering if anyone knows of a class that can perform a word count of
text in a string that ignores HTML?
IE, something that would correctly determine that the following string is 6
words long:
"
This string is six words long.
"
If suc
Hi All,
Just wondering if anyone knows of a class that can perform a word count of
text in a string that ignores HTML?
IE, something that would correctly determine that the following string is 6
words long:
"
This string is six words long.
"
If such a beastie exists, I'd ver
I am still having trouble all it does is says Current Song: then it is blank
-- Forwarded Message
From: Brian Heibert <[EMAIL PROTECTED]>
Date: Fri, 19 Nov 2004 17:10:48 -0500
To: <[EMAIL PROTECTED]>
Subject: Re: [PHP] I am new - Having problems displaying something
I tried adding a ip address
Hans J.J. Prins wrote:
3. Is it the same copy of PHP? Same php.ini, same PHP SAPI?
I really don't know I would have to find out later.
PHP attached to different Apaches can't share sessions, AFAIK. You'll
need to make sure it's the same copy of Apache, listening on both ports,
and that there's
On Sunday 21 November 2004 05:11, Jerry Swanson wrote:
> I know how to read a file. But the problem is different, I have
> directory that has more than 250 files. I need to read each file and
> process it. But How I know what file to read?
> ls -l (show all files). How I can select each file withou
On Sat, Nov 20, 2004 at 09:11:41PM +, Jerry Swanson wrote:
> I know how to read a file. But the problem is different, I have
> directory that has more than 250 files. I need to read each file and
> process it. But How I know what file to read?
> ls -l (show all files). How I can select each fil
Jerry Swanson wrote:
I know how to read a file. But the problem is different, I have
directory that has more than 250 files. I need to read each file and
process it. But How I know what file to read?
ls -l (show all files). How I can select each file without knowing
name? The file will be process a
Hi,
I am trying to use php to validate a document using it's schema.
I keep getting Warning: Element 'Invoices': No matching global
declaration available.
My xsd has
http://www.w3.org/2001/XMLSchema";
targetNamespace="http://www.mysite.com";
xmlns="http://www.mysite.com"; elementFormDefault="q
I know how to read a file. But the problem is different, I have
directory that has more than 250 files. I need to read each file and
process it. But How I know what file to read?
ls -l (show all files). How I can select each file without knowing
name? The file will be process and than delete.
Any
Where can I learn topics such as:
1) Examples of complex PHP applications entering data into complex
related table structures. For instance, if I am writing an application
to create a class catalog that has 5 related tables, how do I handle
the workflow when the data in related tables doesn't yet
update ;)
also support non-javascript browser
';
?>
http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";>
http://www.w3.org/1999/xhtml";>
auth md5