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
"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
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?
$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,
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
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
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
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
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
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 - 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?
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]
12 matches
Mail list logo