RE: [PHP-WIN] How to copy from windows clipboard using PHP

2005-09-07 Thread Murray @ PlanetThoughtful
> Would anyone know how to copy an image/screen shot from the Windows's > CLIPBOARD? I am trying to capture the clipboard content (image) populated > by the use of the PrintScreen button on the standard keyboard and storing > it in a MySQL database table field along with a key field. I then woul

RE: [PHP-WIN] how to avoid repetition?

2005-06-09 Thread Murray @ PlanetThoughtful
> I need to generate 10million 12-char string and I am able to do so, > however > the problem is how to avoid repetition keeping each string unique? it will > be a disaster to compare each string,isn't it? One way to handle this would be to insert the 10 million values into a MySQL table [1] that

RE: [PHP-WIN] what's wrong with this while loop?

2005-06-07 Thread Murray @ PlanetThoughtful
> Following my code is to write a 15digit random generated password into a > file named test.txt. I was trying to keep it random generating 100 > passwords > and be written into test.txt by using a while loop, however, the result is > strange. > > Take a look at the code (most of it is from php.ne

RE: [PHP-WIN] Breadcrumb trial as sessions

2005-05-12 Thread Murray @ PlanetThoughtful
> 1. I need to have a flat folder structure if a user goes down a level > the file will probably be in the same folder and will not be an index > file. > > 2. The development server url will be totally different form the live > url, so the breadcrumb trail won't work properly on both. > > Would i

RE: [PHP-WIN] Server-level redirect?

2004-11-05 Thread Murray @ PlanetThoughtful
> I'm converting an entire site from .html and .shtml files to .php. > Unfortunately a lot of the internal pages have been bookmarked by users, > and > so what I'd like to do is have a script that checks for the existence of a > .php file with the same name (e.g. the file used to be contacts.shtml

RE: [PHP-WIN] Cannot load the mysql library

2004-11-03 Thread Murray @ PlanetThoughtful
> I´m sorry, it was a typing error in the e-mail. :] > > Here is the error message *as it appears in the page*: > > PHP Warning: PHP Startup: Unable to load dynamic library > './ext/php_mysql.dll' - Não foi possível encontrar o módulo especificado. > in > Unknown on line 0 Hi Rafael, A Google s

RE: [PHP-WIN] Cannot load the mysql library

2004-11-03 Thread Murray @ PlanetThoughtful
> Restarted IIS, restarted the computer and so on... And many times! > > > When I open the page, I receive the message: “PHP Startup: Unable to > load > > dynamic library ‘./ext/php/_mysql.dll’ – Can’t find the specified > module”. > > I > > don’t know if this is the exact message, because the ori

RE: [PHP-WIN] Problems installing PHP on IIS 6?

2004-10-26 Thread Murray @ PlanetThoughtful
age- From: Murray @ PlanetThoughtful [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 26, 2004 12:43 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Problems installing PHP on IIS 6? Hi All, I'm having problems getting PHP 4.3.9 working in either ISAPI or CGI mode with IIS 6.0. I'

[PHP-WIN] Problems installing PHP on IIS 6?

2004-10-26 Thread Murray @ PlanetThoughtful
Hi All, I'm having problems getting PHP 4.3.9 working in either ISAPI or CGI mode with IIS 6.0. I've consulted various 'how to install PHP with IIS' pages and followed what instructions I've found, but without any luck. My current attempt it to get CGI working. In my various attempts t