php-windows Digest 4 Sep 2001 09:21:58 -0000 Issue 736

2001-09-03 Thread php-windows-digest-help
php-windows Digest 4 Sep 2001 09:21:58 - Issue 736 Topics (messages 9173 through 9181): Re: Has anyone else problemes using session under win98 running apache? 9173 by: hassan el forkani Re: A uniqe ID for every item 9174 by: Nikolajus Krauklis opendir trouble (accessing d

[PHP-WIN] Re: Login System

2001-09-03 Thread Brad Thomas
"Brad Thomas" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > IMHO I've found MySQL better > > <[EMAIL PROTECTED]> wrote in message news:3B896921.25275.3BAA1C@localhost... > > How would I go about making a Login system? and should I should > > Flat file or MySQL

[PHP-WIN] php-4.0.6 compilation into windows binary

2001-09-03 Thread [Co]Proc
hey guys ! I've just downloaded php-4.0.6 sources. everythings's fine under my rh6.2, no questions(yet ;-). but I also have got a win box with apache 1.3.3 installed. so I'd like to attach the php-support to it... so, the trouble: how may I compile php-4.0.6 into windows binary?

Re: [PHP-WIN] Use the User Input Critia as part of Query! (Mysql)

2001-09-03 Thread Mike Barber
$query="select name,department,Leave_From,Leave_To,Leave_Total,Reason from leaverequest where Staff_Number='$StaffNum'" will work just fine. (Enclose vars with single quotes) - Original Message - From: "Jack" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday,

[PHP-WIN] PHP 406 on W2K+IIS, GD and freetype

2001-09-03 Thread Martin Klem
Hi, I have just upgraded my PHP from 403pl1 to 4.0.6 and some problems appeared. My scripts which use php_gd.dll for generating PNG images with user defined text are not working. Every time I try to launch my script I receive this error: "Warning: Could not find/open font in D:\CustomerWebs\www\t

[PHP-WIN] PHP MySQL and WIN98

2001-09-03 Thread Anthony S. Nixon
I am presently using WIN98 as my development platform with Apache 1.3.20+PHP4.0.6+MySQL. I installed PHP using the dll method instead of cgi. Unfortunately, I am having problems with PHP parsing some of the MySQL code in the page. The same page works great on a Win2k Server with the same installed

[PHP-WIN] Use the User Input Critia as part of Query! (Mysql)

2001-09-03 Thread Jack
Dear all I had a form which ask user to input the Staff Number to be as part of the query, but when i execute it, it seems not working at all here is what i wrote in php The user input box is : $StaffNum $query="select name,department,Leave_From,Leave_To,Leave_Total,Reason from leaverequest wher

[PHP-WIN] opendir trouble (accessing directories)

2001-09-03 Thread Paul Kalyakin
i've installed Apache 1.3.20 and PHP 4.06 i've added the following strings to the httpd.conf file ServerName localhost2 ServerAdmin [EMAIL PROTECTED] DocumentRoot "c:/inetpub/localhost2 Options Includes FollowSymLinks MultiViews AllowOverride None Order al

[PHP-WIN] Re: A uniqe ID for every item

2001-09-03 Thread Nikolajus Krauklis
Maybe try this one: $id_length = 32; $id = 0; srand ((double) microtime() * 100); $Puddle = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"; for($index=0; $index < $id_length - 1; $index++){ $id .= substr($Puddle, (rand()%(strlen($Puddle))), 1); } Put it all to class func

Re: [PHP-WIN] Has anyone else problemes using session under win98 running apache?

2001-09-03 Thread hassan el forkani
works fine for me on win98 probably some coding issue send us you code! At 11:54 03/09/01, Mindfield wrote: >I just cant get my sessions to remember my variabels, any ideas. > > > >-- >PHP Windows Mailing List (http://www.php.net/) >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional comman

php-windows Digest 3 Sep 2001 13:02:57 -0000 Issue 735

2001-09-03 Thread php-windows-digest-help
php-windows Digest 3 Sep 2001 13:02:57 - Issue 735 Topics (messages 9170 through 9172): Re: PHP hog on CPU resources 9170 by: John Lim Re: [PHP] Can PHP and Java work together? 9171 by: Valter Santos Has anyone else problemes using session under win98 running apache?

[PHP-WIN] Has anyone else problemes using session under win98 running apache?

2001-09-03 Thread Mindfield
I just cant get my sessions to remember my variabels, any ideas. -- PHP Windows 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]