[PHP-WIN] I am looking for a PHP editor who has RTL support...

2005-02-15 Thread Amir BD
Does anyone know about a PHP editor(for windows, of course) that has an RTL support? It is very important because my Website is in Hebrew. I know I can use notepad, but it's pretty lame for PHP. Highlighting is very important for me. Can anyone help me find such editor? -- PHP Windows Mailing Li

[PHP-WIN] Time limit in the script

2005-02-15 Thread Veselina Jecheva
Hello, everyone, I have to make a script, that allows the user to solve an online test (multiple choise). The test has to be solved during the specific period of time (1 hour). How can I interrupt the user after the end of the hour and redirect him to another page with the results, for example?

[PHP-WIN] I am looking for a PHP editor who has RTL support...

2005-02-15 Thread Joakim Ling
Try Editplus 2, you can download a trial version at http://www.editplus.com/ Chears Jocke -Ursprungligt meddelande- Från: Amir BD [mailto:] Skickat: den 15 februari 2005 10:33 Till: php-windows@lists.php.net Ämne: [PHP-WIN] I am looking for a PHP editor who has RTL support... Does anyon

[PHP-WIN] Header Location pointing to a file

2005-02-15 Thread Ron.Herhuth
I am writing a script that does a database check and then based on several conditions I need to give the user a PDF file to view in the browser. Normally I would use the header("Location: the_file.pdf") command but this doesn't work...most likely because it doesn't try to resolve the MIME type

Re: [PHP-WIN] Outputting MS Word document

2005-02-15 Thread The Disguised Jedi
use "application/ms-word" and just get the data from the table and echo it after you have sent the header. On Sat, 12 Feb 2005 15:38:08 +0200, Dale Attree <[EMAIL PROTECTED]> wrote: > Hi, > > I have saved the content of an uploaded MS Word document into a database > table. > > Now I would like

[PHP-WIN] Looking for PHP development software

2005-02-15 Thread Jim MacDiarmid
Hi everyone, I'm not sure if the software I'm looking for exists, but I was wondering if there is a PHP IDE or utility program that has the functionality to read/index php and html files in a website, and display and/or print a graphical map or relationship diagram of all files based on include o

Re: [PHP-WIN] printing

2005-02-15 Thread Jason Beaver
I finally was able to get a list of printers out of it, I was forgetting the 'printer.default_printer = "PHP_INI_ALL"' setting "Warren Vail" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Jason, > > It helps to remember how most PHP applications are structured (server > side/b

[PHP-WIN] Parsing a PHP file - Newbie alert

2005-02-15 Thread Andrew Hargreaves
First post here so go easy on me please as I have looked in as many places as possible before resorting to this. I have installed MySQL, Apache 2.0.52 and PHP 4.3.10 on my XP Pro PC and have read through the installation docs etc to update httpd.conf as instructed. When I tried to run my first PH

[PHP-WIN] Re: Parsing a PHP file - Newbie alert

2005-02-15 Thread Jason Barnett
Andrew Hargreaves wrote: First post here so go easy on me please as I have looked in as many places as possible before resorting to this. I have installed MySQL, Apache 2.0.52 and PHP 4.3.10 on my XP Pro PC and have read through the installation docs etc to update httpd.conf as instructed. You're a

Re: [PHP-WIN] Re: Parsing a PHP file - Newbie alert

2005-02-15 Thread The Disguised Jedi
i could be wrong (been a while since I looked up phpinfo function) but i do believe you must do echo phpinfo(); Please feel free to correct me... On Tue, 15 Feb 2005 19:20:52 -0500, Jason Barnett <[EMAIL PROTECTED]> wrote: > Andrew Hargreaves wrote: > > First post here so go easy on me please a