is viewed with IE 7, it looks like:
##
##
##
##
##
##
##
##
##
##
##
##
##
##
##
##
##
##
##
##
##
##
##
##
##
##
##
##
##
##
##
##
##
##
##
##
##
##
##
##
##
##
### submit -
### ">
###
##
##
## © Galvin's Rambler Parts - 2004
##
##
## Version: 1.7 Last Revised: 2005/12/18
##
##
##
##
Allen Wayne Best, esq.
--
PHP Windows Mailing List (
Hi Daniel,
You won't need something so complicated as PEAR or what.
http://www.phpfreaks.com/tutorials/43/0.php
Try out this tutorial. Its how I got my damned pagination code working. :)
-Original Message-
From: El Bekko [mailto:[EMAIL PROTECTED]
Sent: Sunday, January 15, 2006 5:58 AM
I might venture that most of the people here use apache/mysql, so if you're
using iis/mssql it might just be better to ask in another mailing list...
I don't use mssql, but I think phpinfo() would not show if the library is
correctly loaded. Or it might be that your server config file isn't setup
You can use phpinfo() and look for the entry "Configuration File (php.ini)
Path"... Not sure if an error or hacker can do so, but maybe its possible.
Windows Apache runs PHP as as a module; have you tried simply restarting the
webserver?
Wayne
-Original Message-
From: Ch
issing) bracket... Or
brace. Quite silly really.
I switched back to PHPTriad and the error came up straightaway. Anybody
knows which setting to change? And whether to reboot the server? Of course
I'm a PHP newbie. Thanks a lot!
Wayne
--
PHP Windows Mailing List (http://www.php.net/)
To unsu
Hi all,
I'm rather new to PHP... Am taking a maximal PHP, minimal HTML approach;
came from a C/Java background.
I'm use a staged (e.g. stage1, stage2) forms page for the creation of new
user accounts, so I'm getting variables out of $_POST if there are any.
Problem is... I'm getting a weird parse
by default, .htaccess / .htpasswd files use PLAIN TEXT passwords IE:
Username:Password
instead of *nix:
Username:crypt($password)
you could try to take the crypt function off the password on one of the
scripts :)
[i just edit my .htpasswd files in notepad tho, since i dont edit them much
ne how
below should work, no matter what type of file path you use :)
"Paul Dymecki" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello,
> I was wondering if anyone knows how to delete a file from the
> filesystem? I've been trying unlink but it doesn't seem to be working as
> expe
o do:
chdir("Directory"); also excepts Relative paths [IE:
chdir("../Files/includes/);]
how that helps.
Wayne
"Charles P. Killmer" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Files from many different directories include the same template.php
Also I
EMAIL PROTECTED]
I think my original question has been lost.
Include("/template.php");
I want this to include the file located at
e:\sites\website1\template.php
Not
e:\template.php
Charles
-Original Message-
From: Wayne Pearsall [mailto:[EMAIL PROTECTED]
Sent: Friday, F
try:
switch ($_REQUEST["sw"]){
case "SQL":
// SQL Stuff
break;
case "Toad":
// Toad
break;
default:
// Default Option
break;
}
"A. Mikkelsen" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi
>
>
asically, can you do
include("path-relative-to-root-of-website/filename").
And if so, how?
Jill
-----Original Message-
From: Wayne [mailto:[EMAIL PROTECTED]
Sent: Friday, February 28, 2003 6:43 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Re: Include virtual?
include("filedir/fi
the copy $FILE_name var needs to be
$NAME-OF-FIELD_name [that should return the proper thing] (i think)
this is a php script i use to upload some avatar (image) files etc
maybe it will help
-
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROT
include("filedir/file.php");
this will work with full or virtual paths :)
"Charles P. Killmer" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
For those familiar with asp does php have something similar to the
include virtual?
I don't want to have to use the full system path to in
OK i tried to use the function of the win api
i tried the com, and guess it wont work :(
But i get the following error, now, apache only works as a multi threaded
webserver doesn't it?
Fatal error: dl() is not supported in multithreaded Web servers - use
extension statements in your php.ini in c
hey, you could try with a double qote instead of single quote.
$submit = $_POST["submit"];
but with globals on,
global $submit;
will work too,
"Adrian Partenie" <[EMAIL PROTECTED]> wrote in message
008401c2c00b$d35213a0$0bc46150@artel19">news:008401c2c00b$d35213a0$0bc46150@artel19...
He
hey ya,
I have made a new dll "prjMD5.dll" in visual basic's, so i can use the same
MD 5 hash for my website, and my chat server passwords.
anyhow.
Now i have my new DLL
How do i load the function in my dll?
My function's Name is "MD5Encrypt"
and only has 1 value: "password"
ie: $hased = md5
: mysql_fetch_row(): supplied argument is not a valid MySQL result
resource in c:\program files\apache
group\apache\htdocs\includes\sql_layer.php on line 286
"Peter" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> On 22 Jul 2002 at
Is there some quirky setting in the php.ini file that needs to be changed in
order to write to a mysql database?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I am new to php and am trying to implement a chat client that is based in
php. I am using MySQL, APACHE, & PHPNUKE and I can type in the address and
hit my site just fine. When I try to click on a link I recieve the error
message "Cannot view this page directly".
Is there anyone that can help me
Does this get invoked as soon as the page is opened?
Wayne
-Original Message-
From: brother [mailto:[EMAIL PROTECTED]]
Sent: 18 April 2002 09:33
To: '[EMAIL PROTECTED]'
Subject: RE: [PHP-WIN] Forward Link
> -Original Message-
> From: Wayne Hinch [mailto:
arted at c:\html/customer/newcust.php:3) in [filename] on line 304
How do I get around this problem, Please help.
Wayne
Hi all,
Is it possible to round to 2 decimal places in PHP without having to
push the data into mysql and out again?
Cheers,
Wayne
Thanks everyone for the help, much appreciated. The problem was solved
by hiding text fields and doing it that way.
Thanks again,
Wayne
-Original Message-
From: Mike Flynn [mailto:[EMAIL PROTECTED]]
Sent: 03 April 2002 01:51
To: Robin Bolton; [EMAIL PROTECTED]; [EMAIL PROTECTED
Hi all,
Does anyone know if it is possible to pass variables from JavaScript to
PHP?
Any help will be much appreciated
Many Thanks
Hi,
I'm currently doing an assignment at university.
Is it possible that a hit counter can be created using php if so how can
this be done?
Lastly how can I show the what browser the client is using in their
browser?
Cheers
Wayne
server and PHP 4.0.4.
Wayne
server and PHP 4.0.4.
Wayne
an Apache issue or a PHP issue? And what
configuration step did I miss?
Thanks
Wayne
--
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]
ng to load
netscape, but did not occur when I started netscape first.
Wayne
From: William Stockall <[EMAIL PROTECTED]>
To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
Subject: Problems with Apache 1.3.17, PHP 4.0.4pl1 and Netscape 6
Date: Mon, 19 Feb 2001 11:52:
performance.
Wayne
_
Get your FREE download of MSN Explorer at http://explorer.msn.com
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact
31 matches
Mail list logo