[PHP] Importing emails

2003-03-27 Thread Alexis Antonakis
Hi, I am trying to set up a system whereby users can send data, in a pre-determined format, to a specified email address. I would then like to import the contents within each email into a database. The trouble I'm having is not knowing really where to start. Could any kind sole point me in the

[PHP] Reversing the Colour.

2002-10-09 Thread Alexis Antonakis
Hi, I have a site whereby the user can select the colour of links for their individual sections. What I would like to do is to get the exact opposite colour of the one that they choose and use that in the 'hover over' option of the a tag. The value for the colour is stored in hex. To add to

[PHP] Stripping specific tags

2002-09-18 Thread Alexis Antonakis
Hi, I was wondering is there a way to strip ONLY the tags that you specify from a page, rather than having to include all the tags you do want (using strip_tags() ) Cheers Alexis -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Converting Text to Hyperlinks

2002-05-28 Thread Alexis Antonakis
Hi All, I am designing a News board and wish to convert any text beginning with 'http://' into a hyperlink, when displayed on the page. I have converted all the HTML tags (htmlspecialchars) before saving the data. I can do the initial bit fine (adding the a href=...) before the start of the

[PHP] Registering an Array in a Session

2002-05-07 Thread Alexis Antonakis
Hi, I am trying to register an array in a session, but am having no luck. What I have is a form with set fields on which is processed a certain number of times. Upon submitting the form each time, I run the following: session_register(fieldtext[.$page.]); where fieldtext is the name of a

[PHP] PDF Load Problem

2002-03-29 Thread Alexis Antonakis
Hi, One user to a site I have developed has complained that when they are trying to view a PDF file on the site, that the server is closing the connection with the browser window before the page has loaded. The file is only 13 pages long and has a few very small images in it. What I was

[PHP] Invalid Email Characters

2002-01-13 Thread Alexis Antonakis
Hi, Could anybody confirm exactly which characters, if any, are NOT valid in an email address. Many Thanks Alexis -- 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,

[PHP] Uploading Word Document problem

2001-12-20 Thread Alexis Antonakis
Hi All, I have a site whereby you can upload a Resume in Word or Text format, but for certain Word documents, the upload process just times out. Has anyone else come across this problem, and if so any suggestions? Many Thanks Alexis -- PHP General Mailing List (http://www.php.net/) To

[PHP] Finding out document type for a stored file.

2001-10-28 Thread Alexis Antonakis
Hi all, I am trying to find out what the mime type is for files that are stored on my webserver, so I can convert the contents into a database. Basically, if it is in 'text/richtext' format I want to run one routine, if it's in 'application/msword' format another routine, and everything else

[PHP] Search in Progress

2001-09-22 Thread Alexis Antonakis
Hi, I am developing a simple site, in PHP4, which has three frames on it. The first gives you the search options and the second two, the results. What I was wondering was, while the database is being searched, is it possible to display some text in the 'results' frame stating that the search

[PHP] Search in Progress

2001-09-22 Thread Alexis Antonakis
Hi, I am developing a simple site, in PHP4, which has three frames on it. The first gives you the search options and the second two, the results. What I was wondering was, while the database is being searched, is it possible to display some text in the 'results' frame stating that the search

[PHP] 'Embedding' a PDF file

2001-04-17 Thread Alexis Antonakis
Hi, I've got a couple of questions relating to PDF files. Firstly, to display a PDF file in your browser, I presume that you must have a 'plug-in' installed? Secondly, is it possible to display a PDF file within a table, as I have only ever seen them fill up the entire browser? TIA Alexis

[PHP] Apache configuration

2001-04-11 Thread Alexis Antonakis
Hi, I am having problems in trying to configure Apache on my PC correctly. FYI I am using Win95 and PHP4. I have configured Apache so that it will run PHP scripts, however when I try to start a session I get the following messages: --- Warning: open(/tmp\sess_20e483a01d217181f5379858afee4cf4,

RE: [PHP] Apache configuration

2001-04-11 Thread Alexis Antonakis
Message- From: Alexis Antonakis [mailto:[EMAIL PROTECTED]] Sent: 11 April 2001 12:56 To: Php-General@Lists. Php. Net Subject: [PHP] Apache configuration Hi, I am having problems in trying to configure Apache on my PC correctly. FYI I am using Win95 and PHP4. I have configured Apache so

RE: [PHP] Commercial sites that use PHP

2001-04-10 Thread Alexis Antonakis
Yahoo certainly uses PHP for at least some of it's workings. On a rare occasion that it was down, I saw a PHP error message being displayed. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] p.net]On Behalf Of Brent Langston Sent: 10 April 2001 17:31 To: [EMAIL