[PHP] PHP Affiliate Login

2004-11-20 Thread Johan van Zyl
Hi How difficult would it be to write Affiliate software, using PHP, Dreamweaver FireBird hosted on Linux(SME) like http://www.myreferer.com/content/en/order.shtml It does not have to be that sophisticated, I would just like to know who visited my page and where were they directed from. Also,

[PHP] Warning: Unknown list entry type in request shutdown (0) in Unknown on line 0

2004-11-20 Thread Manoj Kumar
Hi folks , What is the case of following warning ... Warning: Unknown list entry type in request shutdown (0) in Unknown on line 0 -- Manoj Kr. Sheoran www.daffodildb.com BLOCKED::http://www.daffodildb.com

[PHP] Limit to the number of sockets socket_select can supervise?

2004-11-20 Thread Hans-Christian Jehg
Hi Im building a TCP server in PHP 5.0.2 on Windows. It will have to serve a lot of clients (500+) with low traffic. During this I have noticed that socket_select seems unable to supervise more than 64 connections at a time (Not good when I need 500+). It stops with a message that Socket

Re: [PHP] PHP Affiliate Login

2004-11-20 Thread Richard Davey
Hello Johan, Saturday, November 20, 2004, 9:06:23 AM, you wrote: JvZ It does not have to be that sophisticated, I would just like to JvZ know who visited my page and where were they directed from. If that's all you need, why not just check your log files? JvZ Also, have you got any sample code

[PHP] Is it a good idea?

2004-11-20 Thread Bruno B B Magalhães
Hi guys, In my framework I have some classes that depends from others (like authentication depends of database)... So I wrote is method inside the framework class, and I would like to know if is it an intelligent solution or not: class dependent { function dependent ($framework)

[PHP] images process

2004-11-20 Thread edwardspl
Dear You, How to load images ( eg: gif, jpg) with base64 function from Database on IE directly ? Is there any samples to me for reference ? Many thank for your help ! Ed. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] $_POST and multiple windows

2004-11-20 Thread Rory McKinley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello List Currently I am building an app that will have a navigation app that will allow users to open multiple windows (every time they click on a link it will open a new window) while the navigation window remains unchanged (for the purpose of this

Re: [PHP] Warning: Unknown list entry type in request shutdown (0) in Unknown on line 0

2004-11-20 Thread Raditha Dissanayake
Manoj Kumar wrote: Hi folks , What is the case of following warning ... Warning: Unknown list entry type in request shutdown (0) in Unknown on line 0 unknown -- Manoj Kr. Sheoran www.daffodildb.com BLOCKED::http://www.daffodildb.com -- PHP General Mailing List

Re: [PHP] images process

2004-11-20 Thread Raditha Dissanayake
[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 samples to me for reference ? Many thank for your help ! Ed. -- PHP General Mailing List

Re: [PHP] $_POST and multiple windows

2004-11-20 Thread Jason Wong
On Saturday 20 November 2004 21:02, Rory McKinley wrote: My question is about the $_POST superglobal. I assume that there will be only one instance of this superglobal per session and not per open window You would in fact get a version of $_POST for *each* _request_. Request meaning each

[PHP] fo2pdf problem

2004-11-20 Thread markus ecker
Hi all!! i tried really hard to install fo2pdf on my machine but somehow it simply doesnt work. i can successfully create a new java instance in php, but then i get the following error Internal Server Error The server encountered an internal error or misconfiguration and was unable to

Re: [PHP] Sequrity without HTTPS?

2004-11-20 Thread fabien champel
update ;) also support non-javascript browser ?php session_start(); if ( function_exists(session_regenerate_id) ) session_regenerate_id(); // pour les tests, sinon, a recuperer dans la base $lepass = md5(1234); $lelogin = login; $l = $_GET[login]; $p = $_GET[pass]; if ( isset($l)

[PHP] Where to learn about these topics

2004-11-20 Thread Chris Lott
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

[PHP] PHP script + read file

2004-11-20 Thread Jerry Swanson
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

[PHP] Validating XML Schema

2004-11-20 Thread Mario Bittencourt
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 ?xml version=1.0 ? xs:schema xmlns:xs=http://www.w3.org/2001/XMLSchema; targetNamespace=http://www.mysite.com;

Re: [PHP] PHP script + read file

2004-11-20 Thread Jon-EIrik Pettersen
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

Re: [PHP] PHP script + read file

2004-11-20 Thread Gerhard Meier
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 file

Re: [PHP] PHP script + read file

2004-11-20 Thread Jason Wong
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 without

[PHP] Re: ending a session

2004-11-20 Thread Jed Smith
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

FW: [PHP] I am new - Having problems displaying something

2004-11-20 Thread Brian Heibert
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 addresss:

[PHP] Class for determining word count, ignoring HTML?

2004-11-20 Thread Murray @ PlanetThoughtful
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: blockquote This string is six words long. /blockuote If such a

[PHP] Re: Class for determining word count, ignoring HTML?

2004-11-20 Thread M. Sokolewicz
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: blockquote This string is six words long.

Re: [PHP] Class for determining word count, ignoring HTML?

2004-11-20 Thread Greg Donald
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 words

[PHP] ANN: MySQLDiff 0.1, program to output diffs between MySQL tables

2004-11-20 Thread Rajesh Kumar
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

Re: [PHP] Re: ending a session

2004-11-20 Thread Greg Donald
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 session

Re: [PHP] Re: ending a session

2004-11-20 Thread Jeffery Fernandez
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

Re: [PHP] Is Perl faster than PHP?

2004-11-20 Thread Curt Zirzow
* 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.

[PHP] Re: Limit to the number of sockets socket_select can supervise?

2004-11-20 Thread Jed Smith
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

[PHP] Re: ending a session

2004-11-20 Thread Hans J.J. Prins
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. PHP attached

Re: [PHP] Re: ending a session

2004-11-20 Thread Hans J.J. Prins
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 the same copy of

Re: [PHP] images process

2004-11-20 Thread edwardspl
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 samples to me for

[PHP] MD5 Hashing Comparison

2004-11-20 Thread Gregori Halsiber
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

Re: [PHP] MD5 Hashing Comparison

2004-11-20 Thread James Kaufman
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

Re: [PHP] images process

2004-11-20 Thread Raditha Dissanayake
[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 ? as far as I know you cannot do

Re: [PHP] MD5 Hashing Comparison

2004-11-20 Thread Thomas Goyne
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

Re: [PHP] PHP Supremacy...

2004-11-20 Thread Rory Browne
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