[PHP-WIN] IE Explorer Problems.

2008-11-26 Thread Allen Wayne Best
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 (

RE: [PHP-WIN] Re: Page-style data display system

2006-01-20 Thread Wayne Khan
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

RE: [PHP-WIN] cant connect to mssql

2005-12-16 Thread Wayne Khan
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

RE: [PHP-WIN] Changes to php.ini file have no effect

2005-11-29 Thread Wayne Khan
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

[PHP-WIN] Parse errors not showing up in the browser

2005-11-26 Thread Wayne Khan
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

[PHP-WIN] Double quotes and HTML

2005-11-16 Thread Wayne Khan
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

[PHP-WIN] Re: .htaccess and crypt

2003-03-01 Thread Wayne
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

[PHP-WIN] Re: unlink?

2003-03-01 Thread Wayne
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

Re: [PHP-WIN] Re: Include virtual?

2003-03-01 Thread Wayne
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

Re: [PHP-WIN] Re: Include virtual?

2003-02-28 Thread Wayne
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

[PHP-WIN] Re: Problem with links....

2003-02-28 Thread Wayne
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 > >

RE: [PHP-WIN] Re: Include virtual?

2003-02-28 Thread Wayne Pearsall
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

[PHP-WIN] Re: copy() for file upload

2003-02-27 Thread Wayne
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

[PHP-WIN] Re: Include virtual?

2003-02-27 Thread Wayne
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

[PHP-WIN] Re: How do i load my new activex dll?

2003-01-28 Thread Wayne
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

[PHP-WIN] Re: forms, php

2003-01-27 Thread Wayne
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

[PHP-WIN] How do i load my new activex dll?

2003-01-27 Thread Wayne
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

Re: [PHP-WIN] phpnuke

2002-07-23 Thread Wayne A. Darby
: 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

[PHP-WIN] php.ini

2002-07-22 Thread Wayne A. Darby
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

[PHP-WIN] phpnuke

2002-07-22 Thread Wayne A. Darby
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

RE: [PHP-WIN] Forward Link

2002-04-18 Thread Wayne Hinch
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:

[PHP-WIN] Forward Link

2002-04-18 Thread Wayne Hinch
arted at c:\html/customer/newcust.php:3) in [filename] on line 304 How do I get around this problem, Please help. Wayne

[PHP-WIN] Rounding

2002-04-08 Thread Wayne Hinch
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

RE: [PHP-WIN] Passing Javascript Variables to PHP

2002-04-03 Thread Wayne Hinch
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

[PHP-WIN] Passing Javascript Variables to PHP

2002-04-02 Thread Wayne Hinch
Hi all, Does anyone know if it is possible to pass variables from JavaScript to PHP? Any help will be much appreciated Many Thanks

[PHP-WIN] Counter in PHP and System Variables

2002-03-03 Thread Wayne Hinch
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

[PHP-WIN] Error on viewing test.php

2001-07-10 Thread Wayne Hinch
server and PHP 4.0.4. Wayne

[PHP-WIN] Error on viewing test.php

2001-07-07 Thread Wayne Hinch
server and PHP 4.0.4. Wayne

[PHP-WIN] (Q) CGI over Apache shebang echo

2001-03-16 Thread Wayne Smith
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]

[PHP-WIN] Re: Problems with Apache 1.3.17, PHP 4.0.4pl1 and Netscape 6

2001-02-20 Thread Wayne Dunkel
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:

[PHP-WIN] Running PHP4 as module under Apache 1.3.14 and Win98se

2001-01-27 Thread Wayne Dunkel
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