[PHP] Image Editing and Image Upload

2004-06-10 Thread Feroze Md. Arif
Hello,

I am involved in building a website that will allow users to upload their
images and edit them online.  I am looking for a web based Photo Editor and
an Online Uploader (an applet perhaps that displays the contents of the
users folders and allows them to upload multiple selected files to the
server) that can be used with a PHP application.  We are looking at server
side implementations of both.

The image editing features that I am looking at are cropping, rotating,
red-eye reduction, add text and apply a template.

Are there any libraries or readymade software (OCX or Java Applets) that
work with PHP to achieve this?  Please advice me on this and if you have any
implementation tips, I would be grateful for them.

Looking forward to hearing from you.

Best Regards
Feroze
===
Jar Jar Binks will be Jedi!
===

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Full Text Search of M$ Office Documents

2003-06-28 Thread Feroze Md. Arif
Hi,

I am looking for a solution that will allow full text search of M$Office
files (Word, Powerpoint, EXCEL), PDF, HTML and Text files.

I am working on a project that involves uploading of the above files to a
server. After uploading, the Users should be able to search for key words or
phrases in the file.  The search should throw up a list like the ones we get
on Google.

Should I use Open Source Search Engines such as HTDig, Swish or Namazu?  Can
these be integrated into a PHP application?  I would appreciate it very much
if someone could provide me with some information on this.

Best Regards
Feroze
===
Jar Jar Binks will be Jedi!


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Is there any Possible Way to get data from Excel File?

2002-03-21 Thread Feroze Md. Arif

How about using COM?

http://www.php.net/manual/en/ref.com.php

I haven't used this personally but perhaps it could be a useful solution.
However there may be issues like running a copy of EXCEL on the server.

Best Regards
Feroze

Jar Jar Binks will be Jedi!!

-Original Message-
From: Justin French [mailto:[EMAIL PROTECTED]]
Sent: 20 March, 2002 2:11 PM
To: php
Subject: Re: [PHP] Is there any Possible Way to get data from Excel
File?


Anything is possible :)

I'd recommend that the Excell file be exported as a CSV, which will be a
LOT easier to munch through, because it won't contain formatting, or
anything else.


Justin French
indent.com.au
soundpimps.com


Jack wrote:

 Dear all
 What i'm planning to do is to use php to grep the data from a Excel file
and
 then insert it to the MySQL Database, so is there any possible way that
the
 php can grep the data from an Excel File?

 Thx all
 Jack
 [EMAIL PROTECTED]

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] RE: Hardware ?

2002-03-04 Thread Feroze Md. Arif

Hi,

This is not an answer to Patrick's question but a question similar to it.

I have been asked to propose the hardware for a PHP / MySQL Website.  The
site will be used to store and retrieve question papers for school students
(a question bank).  The questions will be stored in the MySQL database and
the questions will be a combination of HTML and images(for those complicated
Mathematical Formulae - Sigma, exponents, Integrals etc).  The site will be
accessed by about 700 people.  The site will be hosted on an internal LAN
and at the same time people on the outside can access the site through the
net.

1. How do I go about sizing the hardware in terms of number of CPUs and RAM?

2. Also how do I go about choosing the correct bandwidth for the connection
to the internet?

3. I understand that the sizing should be based on the number of concurrent
users.  I hear that a thumb rule is to assume that the number of concurrent
users will be about 15%.  Is this correct?

4. Is there a relation between the number of concurrent users and the number
of hits?

5. Do I need to use the number of hits and calculate the size of each
request and then use that to calculate the size of the RAM?  Is there a
formula that I can use?

6. My gut feel is to suggest a Cobalt Cube with 1GB RAM and an ADSL
connection from one of the Service Providers here (in Singapore).  Would
this meet the above requirements?

Any suggestions on the above will be most helpful. I promise to compile the
answers into a document and post it back to the mailing list or FAQTS or any
other location where everyone can access it.

Best Regards
Feroze
===
Jar Jar Binks will be Jedi!


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Authenticating Users with their Windows Login

2001-11-20 Thread Feroze Md. Arif

Hi,

First of all, my apologies if this question has been asked earlier.  I am in
a hurry and I haven't checked the archives (Actually, I am in the process of
doing it but am trying to cover all the bases).

I know that PHP has functions which will allow Users to be authenticated off
a NIS Server or a LDAP server.  Will it be possible to do something similar
in PHP with the User IDs and Passwords stored in a NT or Windows 2000
server?  I would appreciate it very much if anyone could point me to
resources that could help me or share some sample scripts :) :)

Thanks in Advance,

Feroze
===
Jar Jar Binks will be Jedi!


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] PHP Java

2001-06-20 Thread Feroze Md. Arif

Hi,

Can anyone point me to some tutorials on communicating with Java Applets
using PHP?

Hoping to hear from you.

Best Regards
Feroze
===
Jar Jar Binks will be Jedi!




[PHP] Upload Problem

2001-05-21 Thread Feroze Md. Arif

Hi,

I wrote a small upload script (using http) to upload various files to a
website.  I am able to upload jpg and gif files but I am unable to upload
tif files.  This seems strange.  Could anyone please let me know what I am
missing out on?  I have checked the mime.types file of apache and i saw the
entry for tif files there.

The server that I am uploading is a Cobalt Cube 2, Apache 1.3.3 Cobalt, PHP
4.0.5.  PHP has been compiled as a dynamic loadable module with apxs, ftp,
mysql etc.

I hope that someone will be able to help me.

Best Regards
Feroze

Jar Jar Binks will be Jedi!


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]