[PHP-WIN] ASP.NET web control in PHP?

2004-03-30 Thread Bill
ataGrid in ASP.NET a lot. I wonder whether there's any opensource project using PHP to build reusable GUI widgets for HTML pages? Thank you very much for your help. Yours, Bill -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] basic form processing

2002-05-23 Thread Bill Hudspeth
Last Name: The target page that displays the form variables (results_1.php) is as follows: Results from Form One Results from Form One Thanks in advance, Bill -- PHP Windows Mailing List (http://www.php.net/) To unsubscr

[PHP-WIN] self processing forms

2002-06-10 Thread Bill Hudspeth
file? A copy of the code I am using (Example 7.3) is as follows: Untitled Fahrenheit temperature: ** Thanks much in advance, Bill -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Connecting to MS Access

2002-06-12 Thread Bill Hudspeth
I am having problems connecting to an Access database. I am using Windows 2000, IIS 4, Access 2000, and PHP 4.2.1. I have created a system DSN using the Access (.mdb) driver, and have a username and password. What's going on?? Thanks, Bill The code I have used is as fo

[PHP-WIN] function definitions

2002-06-24 Thread Bill Hudspeth
$msample = odbc_result($queryexe, 1); $mtype = odbc_result($queryexe, 2); //format results print (""); print ("$msample"); print ("$mtype"); print (""); } //disconnec

[PHP-WIN] Administration using PHP/ADSI

2002-07-08 Thread Bill Rucker
filter = array("group"); foreach($objDomain as $group){ print $group->name."\n"; } print "\nDomainName Group enum complete\n"; ?> The output of this script is just the final print statement. It appears to get the object fine. Any help would be

[PHP-WIN] Passing array to function

2002-08-13 Thread Bill Hudspeth
I am trying to write a function that builds a multiple-choice drop down list. As such, I need to specify an array in the name attribute of the tag. I am trying to pass a parameter to the function which gets used as this name attribute, but seem to be having problems with the square brackets. In t

[PHP-WIN] Some question about LDAP

2001-05-17 Thread Lin Bill
Excuse me, I have some question about LDAP, need help! Thanks. What is LDAP? Does Windows 98 support LDAP? When I run my php program, a message seems to say: unable to load dynamic library 'C:\Windows\System\php_ldap.dll', cannot find files to execute this application. I am using PWS & PHP, I p

[PHP-WIN] Make Money For Sending E-mail

2001-09-01 Thread fred . bill
Dear [EMAIL PROTECTED], > BE A MILLIONAIRE LIKE OTHERS WITHIN A YEAR!!! > > > Before you say ''Bull'', please read the following.> > This is the letter > you > have been hearing about > on the news lately. Due to> the popularity of > this > letter on the Internet, a national weekly news> > progr

[PHP-WIN] Re: is there a File Upload limit 4000bytes...

2001-11-16 Thread Bill Borum
Gary, I am a bit of a php newbie and could be a mile off base, but I suspect that the answer lies somewhere in your php.ini file. I noticed that it defaults several settings to 4096 bytes. HTH, Bill "Gary Davidson" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]"&

[PHP-WIN] PHP 4.06 - 1.3.22 (Win 98) Single user

2001-11-17 Thread Bill Borum
ted. It appears, in the case of snippet_2, that the cookie variables are either not being set or localhost is not recognizing the redirect as an HTTP request. The question is, WHY? I am hoping that it is a simple configuration problem and that some kind soul on this group has the answer. TIA, Bill

[PHP-WIN] Unable to access Access DB via ODBC under IIS under WIN2K

2002-02-05 Thread Bill Seeley
nd can you offer any suggestions? Thanks, Bill Seeley -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] IIS-ODBC-Access2K w/ISAPI PHP 4.1.1 under WIN2K

2002-02-05 Thread Bill Seeley
nd can you offer any suggestions? Thanks, Bill Seeley -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Unable to access Access DB via ODBC under IIS under WIN2K

2002-02-05 Thread Bill Seeley
h > this? > > If you need further help setting up an ODBC source, let me know. After > creating this source, you can then use it through your PHP scripts. > > hope that helps any. > > ~Nicole Amashta > www.aeontrek.com > > > "Bill Seeley" <[EMAIL PRO

[PHP-WIN] index.php

2003-02-21 Thread Bill Rafferty
My index.php simply has ; if in my broser I go to; http://localhost/ra640/everything works fine, but http://localhost/ra640/index.php which is the same file returns a error 500 ??? what am I missing -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.n

[PHP-WIN] IIS and index.php issue

2003-02-21 Thread Bill Rafferty
My index.php simply has ; if in my broser I go to; http://localhost/ra640/everything works fine, but http://localhost/ra640/index.php which is the same file returns a error 500 ??? what am I missing -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.n

[PHP-WIN] PHP with PDFlib installation on Windows

2003-04-03 Thread Bill Hudspeth
., no error messages or undefined functions). It was my understanding that the Windows module version of PHP had PDFLib libraries already built in. What might be my problem? Thanks, Bill -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Can't get exec() to work

2003-06-10 Thread Bill Szerdy
I am running Windows 2000 sp3, IIS5.0, PHP v4.3.2 I can't get anything to execute from the exec() function calling from a webpage but I can get it to work from command line. I have granted permissions to cmd.exe, copied cmd.exe to my php directory as well as made sure safe_mode was off. When I c

[PHP-WIN] PHP help

2003-06-29 Thread Bill Pilgrim
My System: Windows 98 Apache 1.3.27 PHP 4 mysql Hello all, I am a PHP beginner and was wondering if I could get some help from some of the more experienced on this list. I have been trying to use an html form (with textboxes, radio buttons, and textareas) to input data into a mysql database.

[PHP-WIN] Install Help for a Newbie - please...

2003-07-25 Thread Bill Broman
Greetings, PHP Newbie here. Hoping for some help. Yes, I searched the archives. Cannot find the answer. Yes, I read the manual. Cannot find the answer. Here's the situation... Running... Win98SE PHP 4.3.2 (cgi-fcgi) (obtained from command prompt) php.ini is installed in \windows php4ts.dll is

[PHP-WIN] Non-response/hang problem with W2K,Apache,PHP

2001-02-19 Thread Mayo, Bill
my question is answered elsewhere, but I have been unable to find any documentation about it. I am desperately trying to keep from having to run IIS... ~~~ Bill Mayo Network Administrator Pitt County MIS -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail

[PHP-WIN] Graphics version of PHP4 for Windows?

2001-02-20 Thread Bill Maki
, Bill M ___ | Bill Maki | Professor | | ---|---| | Department of Psychology | e-mail: [EMAIL PROTECTED] | | Texas Tech University | phone: 806

RE: [PHP-WIN] Newbie question...

2001-02-23 Thread Mayo, Bill
You do need to use % instead of *. I think it is because you are going through an ODBC driver, not because of PHP itself (but I could be wrong). > -Original Message- > From: Tom Mathews [SMTP:[EMAIL PROTECTED]] > Sent: Friday, February 23, 2001 5:32 AM > To: Ben Cairns > Cc: [EMAIL P

[PHP-WIN] RE: Connecting to remote databases

2001-03-01 Thread Mayo, Bill
ASP Fails to Access Network Files Under IIS 4.0 and IIS 5.0). ~~~ Bill Mayo Network Administrator Pitt County MIS > -Original Message- > From: Daniel Furse [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, February 28, 2001 9:52 AM > To: PHP Windows L

[PHP-WIN] w32api GUI

2004-03-24 Thread Bill Zeller
", 0) == 0) { echo "failed"; }else{ echo "succeeded"; } ?> (nothing happens and failed is always printed) 2) Will this be supported in PHP 5? I downloaded RC 1 and don't see a php_w32api.dll in the extensions directory. 3) Do you know another way of accessing

[PHP-WIN] Re: w32api GUI

2004-03-25 Thread Bill Zeller
Hi, The FFI extension works great and seems to be more intuitive than w32api. Thanks for your help. -bill "Dvdmandt" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi.. Intresting idea, but you really should forget about that extension.. It > doesn't

[PHP-WIN] register_globals issue

2005-05-04 Thread Bill Kirk
we are trying to bring up needs it on. Thanks in advance for any light you can shed. Bill Kirk -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: register_globals issue

2005-05-05 Thread Bill Kirk
[EMAIL PROTECTED] > Bill Kirk wrote: > > I am running php 4.3.10 on a Windows 2003 server with Apache 2. > > > > My problem is that I have set register_globals = on in the php.ini file > > (which is in the windows directory (everyone has read rights to it), but &g

[PHP-WIN] Configuration problem?

2006-05-22 Thread Bill Angus
ere at the start of my code? I was able to enter phpinfo in the zend debugger, and I noticed that the info returned was NOT the same as the settings in the php.ini file in my C:/php/php.ini file. Thanks in advance for any ideas or suggestions you can provide. Have a great day! Bill Angu

[PHP-WIN] how to enable phplib functions

2006-06-18 Thread Bill Angus
ot found or installed. Can anyone tell me what I need to include or enable to turn phplib functions on in php5? Do I need to download and install the phplib distro from sourceforge and follow their instructions for installing phplib? Bill Angus, MA http://www.psychtest.com

[PHP-WIN] how to enable objects?

2006-07-09 Thread Bill Angus
The following code doesn't seem to do anything in the standard php distribution that I have set up. I encountered some information in the manual that suggests php works with this object-style of coding. But is there something I have to do to enable php to deal with objects? Is there a module o

RE: [PHP-WIN] @mssql_connect() versus mssql_connect()

2006-10-13 Thread Bill Bolte
The @ is for error suppression -Original Message- From: Alf Stockton [mailto:[EMAIL PROTECTED] Sent: Friday, October 13, 2006 12:00 AM To: php-windows Subject: [PHP-WIN] @mssql_connect() versus mssql_connect() What is the difference between @mssql_connect() and mssql_connect()? i.e. What

[PHP-WIN] Running cURL

2006-11-30 Thread Bill Bolte
troubles with any of the other extensions in that folder: extension=php_pdo_mysql.dll extension=php_mysql.dll etc... what else needs done to get cURL running? It's uncommented in php.ini... Bill Bolte, Web Developer High Touch, Inc. 2020 N. Amidon Wichita, KS 67203-2113 316-832-1611

RE: [PHP-WIN] Windows paths and opendir()

2007-01-08 Thread Bill Bolte
Your code worked fine for me - however, I did get this message at the end: "Notice: Undefined offset: 117 in C:\WebSites\Text Editor Example\dir.php on line 11" Other than that, it functioned as it looks like it should... -Original Message- From: Beauford [mailto:[EMAIL PROTECTED] Sent:

RE: [PHP-WIN] JavaScript with parameters

2007-01-29 Thread Bill Bolte
Pass the id through to the JS function using a JS onClick event. Ie: XX -Original Message- From: Alf Stockton [mailto:[EMAIL PROTECTED] Sent: Monday, January 29, 2007 6:25 AM To: php windows Subject: [PHP-WIN] JavaScript with parameters How do I complete a command to be issued by Jav

[PHP-WIN] Eclipse PHP Plugins

2007-01-31 Thread Bill Bolte
I've been looking at Eclipse as my PHP dev tool. I've installed the PHP Development Tools and Aptana plugins. So far, I like the tool. Outside of it eating up my memory at times, it's a nice IDE. Anyone have any experience with Eclipse and any other PHP plugins? Do you like, not lik

RE: [PHP-WIN] Visual Studio and PHP

2007-02-02 Thread Bill Bolte
Theres this: http://www.jcxsoftware.com/jcx/vsphp/home I demo'ed the standalone version and really liked it. But I'm leaning towards Eclipse right now. -Original Message- From: Jarrett Meyer [mailto:[EMAIL PROTECTED] Sent: Friday, February 02, 2007 12:10 PM To: PHP Windows List Subject:

RE: [PHP-WIN] Sessions working/not

2007-02-07 Thread Bill Bolte
Doesn't it haven't something to do with the permissions on the PHP folder? ISTR that the PHP folder needed write permissions or something like that... -Original Message- From: Ken Kixmoeller -- reply to [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 07, 2007 11:44 A

RE: [PHP-WIN] testing

2007-02-09 Thread Bill Bolte
uhm, I see it... -Original Message- From: Gustav Wiberg [mailto:[EMAIL PROTECTED] Sent: Friday, February 09, 2007 12:12 AM To: 'php-windows@lists.php.net' Subject: [PHP-WIN] testing Hi there! I'm just testing. Is there anyone who sees this? Best regards /Gustav Wiberg -- PHP Windo

RE: [PHP-WIN] Re: Question on virus/worms

2007-03-02 Thread Bill Bolte
Turn off all error reporting (in php.ini) so that the error isn't pushed to the screen. -Original Message- From: Seak, Teng-Fong [mailto:[EMAIL PROTECTED] Sent: Friday, March 02, 2007 12:16 PM To: php-windows@lists.php.net; php-general@lists.php.net Subject: [PHP-WIN] Re: Question on vir

[PHP-WIN] base64 encoded images and printing

2007-03-05 Thread Bill Bolte
am i stuck with having to save the image to the server for IE to be able to print it? i didn't really want to have to save these images out as they are temporary. Bill -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] base64 encoded images and printing

2007-03-05 Thread Bill Bolte
Update, I have it working in IE7 but not IE6. I can view it in both IE6-7, but it only prints in IE7. here's what I'm doing... '; ?> fetch.php is thus, read file and delete: anyone have any other ideas to try? __ -Original Message- From: Bill Bo

RE: [PHP-WIN] base64 encoded images and printing

2007-03-06 Thread Bill Bolte
I've put this on my fetch.php I can see the image but can't print it. Am I doing the filesize correctly? -Original Message- From: Kevin Smith [mailto:[EMAIL PROTECTED] Sent: Monday, March 05, 2007 4:40 PM To: Bill Bolte Cc: php-windows@lists.php.net Subject: Re: [PHP-W

RE: [PHP-WIN] base64 encoded images and printing

2007-03-06 Thread Bill Bolte
yes i could print the images. maybe it's a cache issue (had that happen before). let me do some experimenting here. From: Kevin Smith [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 06, 2007 10:01 AM To: Bill Bolte Cc: php-windows@lists.php.net Subject: Re:

RE: [PHP-WIN] php with IIS

2007-03-08 Thread Bill Bolte
Absolutely. You just need to download the windows version and run the installer. Runs fine. You can even run PHP and ASP scripts side-by-side if needed. -Original Message- From: Harpreet [mailto:[EMAIL PROTECTED] Sent: Thursday, March 08, 2007 9:57 AM To: php-windows@lists.php.net; php-d

RE: [PHP-WIN] insert data in to columns base on the selection of the list box.

2007-04-03 Thread Bill Bolte
When you say "update in to column2, column3..." are you referring to the list boxes or database tables? If it's the list boxes, are you wanting this to happen on the client side? Or are you putting the data all out at once? -Original Message- From: sam rumaizan [mailto:[EMAIL PROTECTED]

[PHP-WIN] FW: confirm unsubscribe from php-windows@lists.php.net

2007-04-04 Thread Bill Bolte
This is the second one of these that I've received. I didn't initiate it. Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 04, 2007 1:41 PM To: Bill Bolte Subject: confirm unsubscribe from php-windows@lists.php.net Hi! This is

RE: [PHP-WIN] FW: confirm unsubscribe from php-windows@lists.php.net

2007-04-04 Thread Bill Bolte
3:23 PM To: php-windows@lists.php.net Subject: Re: [PHP-WIN] FW: confirm unsubscribe from php-windows@lists.php.net Yeah, I just got one too! Strange.. Mike Bill Bolte wrote: > This is the second one of these that I've received. I didn't initiate > it. > > Bill > >

RE: [PHP-WIN] Did anyone receive the same email

2007-04-10 Thread Bill Bolte
I get at least one a day since last week... -Original Message- From: sam rumaizan [mailto:[EMAIL PROTECTED] Sent: Monday, April 09, 2007 11:17 PM To: php-windows@lists.php.net Subject: [PHP-WIN] Did anyone receive the same email Did anyone receive the same email? I did not ask to be un

RE: [PHP-WIN] PHP & Javascript

2007-04-18 Thread Bill Bolte
Google is your friend: http://www.google.com/search?sourceid=navclient-ff&ie=UTF-8&rls=GGGL,GGG L:2006-19,GGGL:en&q=javascript+querystring -Original Message- From: Alf Stockton [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 18, 2007 8:05 AM To: php windows Subject: [PHP-WIN] PHP & Java

RE: [PHP-WIN] Javascript partially not working

2007-04-24 Thread Bill Bolte
http://www.sitepoint.com Their forums are pretty good. Bill -Original Message- From: Alf Stockton [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 24, 2007 8:33 AM To: Mikael Grön Cc: php windows Subject: Re: [PHP-WIN] Javascript partially not working Mikael Grön wrote: > Alf, it

RE: [PHP-WIN] Reload/refresh web page

2007-05-04 Thread Bill Bolte
Can we ask why you need a reload every time? Maybe there's a better approach? But, if you need to reload the first time someone hit's a page, add a querystring value to the url and track it. If the value isn't there ( if(!isset($_GET['reload'])){// do a reload} ), then do a header: location call.

RE: [PHP-WIN] Reload/refresh web page

2007-05-04 Thread Bill Bolte
Why isn't it being retrieved the first time the page is called? -Original Message- From: Alf Stockton [mailto:[EMAIL PROTECTED] Sent: Friday, May 04, 2007 9:03 AM To: php windows Subject: Re: [PHP-WIN] Reload/refresh web page Bill Bolte wrote: > Can we ask why you need a relo

RE: [PHP-WIN] automatic-click flash?

2007-05-04 Thread Bill Bolte
Here's what we do... In the head of the html/php file(s): And in that JavaScript file goes: var objects = document.getElementsByTagName("object"); for (var i=0; imailto:[EMAIL PROTECTED] Sent: Friday, May 04, 2007 4:06 AM To: 'php windows' (php-windows@lists.php.net) Subject: [PHP-WIN] autom

RE: [PHP-WIN] Reload/refresh web page

2007-05-04 Thread Bill Bolte
tockton [mailto:[EMAIL PROTECTED] Sent: Friday, May 04, 2007 10:02 AM To: php windows Subject: Re: [PHP-WIN] Reload/refresh web page Bill Bolte wrote: > Why isn't it being retrieved the first time the page is called? > It is but the page I need to reload is a dynamic page that may

RE: [PHP-WIN] Reload/refresh web page

2007-05-04 Thread Bill Bolte
hp windows Subject: Re: [PHP-WIN] Reload/refresh web page Bill Bolte wrote: > Aaah, so it's a caching issue then. Is that particular content using > PHP's caching mechanism or is it simply the browser's cache settings > mucking things up? > You are correct, it is the bro

FW: [PHP-WIN] Reload/refresh web page

2007-05-04 Thread Bill Bolte
From: Juan Ignacio Borda [mailto:[EMAIL PROTECTED] Sent: Friday, May 04, 2007 10:28 AM To: Bill Bolte Subject: Re: [PHP-WIN] Reload/refresh web page ahhah i'm a cache administrator as well as php developer there is no easy solution to avoid caching eith

RE: [PHP-WIN] spam-attempts at certain domain - what to do.

2007-05-15 Thread Bill Bolte
one we've recently tried with good results. I haven't had to resort to #1 yet. Bill -Original Message- From: Gustav Wiberg [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 15, 2007 1:55 AM To: 'php windows' (php-windows@lists.php.net) Subject: [PHP-WIN] spam-attempts at cert

RE: [PHP-WIN] Textarea and mysql

2007-05-17 Thread Bill Bolte
Split the data on a line break maybe? First thing that comes into my head... -Original Message- From: Moore, Joshua [mailto:[EMAIL PROTECTED] Sent: Thursday, May 17, 2007 4:17 PM To: php-windows@lists.php.net Subject: [PHP-WIN] Textarea and mysql Hello, Im currently having a bit of

RE: [PHP-WIN] query strings & printouts Re: [PHP-WIN] Query Syntax - WHERE fieldname1='fieldvalue1' AND fieldname2='fieldvalue2'

2007-05-22 Thread Bill Bolte
"SELECT FROM classifieds WHERE trans_type ="For Sale"" SELECT what? $field_name looks to null or blank... -Original Message- From: Mark Abrams [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 22, 2007 12:48 PM To: php-windows@lists.php.net Subject: [PHP-WIN] query strings & printouts Re: [

RE: [PHP-WIN] IE ignoring background image

2007-05-25 Thread Bill Bolte
Your 2 paths are different. Which is the correct path? "/events/background.png" or "/images/background.png"? Once you solve that, you'll probably see why the image isn't showing in either place. -Original Message- From: Alf Stockton [mailto:[EMAIL PROTECTED] Sent: Friday, May 25, 2007 7:2

RE: [PHP-WIN] Re: WAMP Clustering

2007-05-29 Thread Bill Bolte
n"; //$message .= "Content-Type: text/html; charset=UTF-8\n"; //$message .= "Content-Transfer-Encoding: 8bit\n\n"; $message .= "Content-Type: text/html; charset=\"iso-8859-1\"\n"; $message .= "Content-Transfer-Encoding: 7bit\n\n"; $message .= &qu

[PHP-WIN] multipart/alternative email

2007-05-29 Thread Bill Bolte
OOPS, forgot to change the subject line! Should be multipart/alternative email... -Original Message- From: Bill Bolte [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 29, 2007 3:10 PM To: php-windows@lists.php.net Subject: RE: [PHP-WIN] Re: WAMP Clustering trying to send a multipart email

RE: [PHP-WIN] CMS?

2007-05-31 Thread Bill Bolte
reate those folders). The categories things shouldn't be an issue either... Bill -Original Message- From: Gustav Wiberg [mailto:[EMAIL PROTECTED] Sent: Thursday, May 31, 2007 7:40 AM To: 'php windows' (php-windows@lists.php.net) Subject: [PHP-WIN] CMS? Hi there! Anyone

RE: [PHP-WIN] CMS?

2007-05-31 Thread Bill Bolte
46 AM To: Bill Bolte; 'php-windows@lists.php.net' Subject: RE: [PHP-WIN] CMS? Hi there! Can this JoomlaExplorer be a replacement for Docman? I'm using Mambo 4.5.1 Best regards /Gustav Wiberg -Original Message- From: Bill Bolte [mailto:[EMAIL PROTECTED] Sent: Thursday, May

RE: [PHP-WIN] Translation of html?

2007-06-18 Thread Bill Bolte
There isn't anything built in to PHP to do this but one could do it with Regular Expressions. You might check through the Pear libraries or the PHP classes website for functions/classes already built. -Original Message- From: Gustav Wiberg [mailto:[EMAIL PROTECTED] Sent: Monday, June 18,

RE: [PHP-WIN] PHP and MYSQL

2007-06-22 Thread Bill Bolte
Do you have error reporting turned off? -Original Message- From: Leandro Martinez [mailto:[EMAIL PROTECTED] Sent: Friday, June 22, 2007 8:23 AM To: php-windows@lists.php.net Subject: [PHP-WIN] PHP and MYSQL Hello. I just instaled PHP and MySQL on IIS. Then from any php file I try to cone

RE: [PHP-WIN] PHP and MYSQL

2007-06-22 Thread Bill Bolte
on IIS? ""Bill Bolte"" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] Do you have error reporting turned off? -Original Message- From: Leandro Martinez [mailto:[EMAIL PROTECTED] Sent: Friday, June 22, 2007 8:23 AM To: php-windows@lists.php.

[PHP-WIN] RE: Still with problems

2007-06-22 Thread Bill Bolte
Hmm, not sure... -Original Message- From: Leandro Martinez [mailto:[EMAIL PROTECTED] Sent: Friday, June 22, 2007 9:33 AM To: Bill Bolte Subject: Still with problems Hello there. Sorry to bother you, but nothing happends here. Here is all the code: "; echo "

RE: [PHP-WIN] Testing MySQL PHP connection

2007-07-09 Thread Bill Bolte
The extension probably needs to be in the "ext" folder inside the php folder. There is an extension path statement in the ini that points to where extensions should go. -Original Message- From: Jacob Bergman [mailto:[EMAIL PROTECTED] Sent: Monday, July 09, 2007 11:04 AM To: Stut Cc: php-

RE: [PHP-WIN] Re: FW: Unable to load dynamic library "C:\PHP\ext\php_mysql.dll" and Unable to load dynamic library "C:\PHP\ext\php_mysqli.dll"

2007-07-12 Thread Bill Bolte
http://wamp.corephp.co.uk/ Here's the guide... -Original Message- From: Stut [mailto:[EMAIL PROTECTED] Sent: Thursday, July 12, 2007 8:30 AM To: Oman, Gregg Cc: php-windows@lists.php.net Subject: [PHP-WIN] Re: FW: Unable to load dynamic library "C:\PHP\ext\php_mysql.dll" and Unable t

RE: [PHP-WIN] loadXML() strangeness

2007-07-26 Thread Bill Bolte
Well, I stumbled across this, and it seems to have helped. I put this right before the if: $dom->validateOnParse=true; And now I get a false. It's still throwing the warning (which is strange to me), but that can be handled... -Original Message- From: Bill Bolte [mailt

[PHP-WIN] loadXML() strangeness

2007-07-26 Thread Bill Bolte
nc\parser.php on line 278 Guess I could always check for a beginning <, but I assumed that loadXML() would do this? what's the scoop here? Bill -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Template

2007-08-01 Thread Bill Bolte
Can you explain what you mean by "template"? That can mean so many things. Bill -Original Message- From: Cédric Joubert [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 01, 2007 1:41 PM To: php-windows@lists.php.net Subject: [PHP-WIN] Template hi, wich template do you

RE: [PHP-WIN] PHP, MYSQL and Apache

2007-08-06 Thread Bill Bolte
Looks like the mysql extension isn't enable in your php.ini. Make sure it is enabled in the .ini and that the extension is in the appropriate folder. -Original Message- From: KM [mailto:[EMAIL PROTECTED] Sent: Monday, August 06, 2007 3:59 PM To: php-windows@lists.php.net Subject: [PHP-W

RE: [PHP-WIN] Can php execute separte .net file

2007-08-07 Thread Bill Bolte
That would depend. If you're running on IIS with ASP.Net enabled, then you could run both scripts in your environment. Apache - no. PHP can't include a .net script either. -Original Message- From: Tony Trapp [mailto:[EMAIL PROTECTED] Sent: Monday, August 06, 2007 8:58 PM To: php-windows@

RE: [PHP-WIN] IE7/PHP-debugging?

2007-09-26 Thread Bill Bolte
Make sure you have "Show Friendly HTTP Error messages" unchecked in your Tools/Internet Options settings. It's in the Advanced tab under "Browsing. -Original Message- From: Gustav Wiberg [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 26, 2007 7:29 AM To: 'php-windows@lists.php.net'

RE: [PHP-WIN] IE7/PHP-debugging?

2007-09-26 Thread Bill Bolte
OTECTED] Sent: Wednesday, September 26, 2007 9:10 AM To: Bill Bolte; 'php-windows@lists.php.net' Subject: RE: [PHP-WIN] IE7/PHP-debugging? Hi! I can't find that option... I have found the dialog but not the option... Best regards /Gustav Wiberg -Original Message- From: Bi

RE: [PHP-WIN] crypt() with decription

2007-12-04 Thread Bill Bolte
There isn't a way to un-encrypt it, it's a one-way encryption (http://www.php.net/manual/en/function.crypt.php). The user will have to recreate their password. -Original Message- From: Nishantha Pradeep [mailto:[EMAIL PROTECTED] Sent: Monday, December 03, 2007 9:15 PM To: php Subject: [P

RE: [PHP-WIN] Errors with urlencode and gzcompress

2007-12-04 Thread Bill Bolte
Use Curl and pass XML... -Original Message- From: James Crow [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 04, 2007 1:15 PM To: php-windows@lists.php.net Subject: [PHP-WIN] Errors with urlencode and gzcompress Hello all, I am having some trouble figuring out how to pass data to a

RE: [PHP-WIN] PHP and MySQL Configuration on my WinXP Pro machine

2007-12-05 Thread Bill Bolte
I haven't had that experience and have used PHP with both IIS and Apache on WinXP Pro. Have you tried re-installing though? Is there a reason you're using IIS rather than Apache? -Original Message- From: Jacob Kruger [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 04, 2007 2:35 PM To:

RE: [PHP-WIN] Are there free IDEs for PHP?

2007-12-10 Thread Bill Bolte
I've been usind PDT/Eclipse: http://www.eclipse.org/pdt/ It's pretty good... Bill -Original Message- From: Andre Junianto [mailto:[EMAIL PROTECTED] Sent: Sunday, December 09, 2007 11:14 PM To: php-windows@lists.php.net Subject: [PHP-WIN] Are there free IDEs for PHP? Hi all,

RE: [PHP-WIN] include and warning: headers already sent by ..

2008-02-08 Thread Bill Bolte
Also make sure that one/some of the includes aren't trying to echo/print something before it should. For ex: don't echo something before trying to output header information like redirecting to another page. Bill Bolte -Original Message- From: germana [mailto:[EMAIL PROTEC

RE: [PHP-WIN] Installation blues

2008-02-18 Thread Bill Bolte
Also make sure you don't have an instance of IIS web server running. IIS and Apache can't run at the same time. Bill -Original Message- From: Simon Giddings [mailto:[EMAIL PROTECTED] Sent: Sunday, February 17, 2008 10:18 AM To: php-windows@lists.php.net Subject: [PHP-WIN] In

RE: [PHP-WIN] How do IF to redirect to a new page on my site?

2008-02-22 Thread Bill Bolte
http://us.php.net/header header('Location: http://www.example.com/'); Just make sure that nothing is echo/print out to the page before doing the header call, don't even have any spaces before your mailto:[EMAIL PROTECTED] Sent: Friday, February 22, 2008 2:57 PM To: php-windows@lists.php.net Su

RE: [PHP-WIN] PHP Mail Delayed

2008-02-22 Thread Bill Bolte
I would talk to your ISP to see what may need to be set. Bill -Original Message- From: Chuck [mailto:[EMAIL PROTECTED] Sent: Thursday, February 21, 2008 8:43 PM To: php-windows@lists.php.net Subject: [PHP-WIN] PHP Mail Delayed My ISP recently installed PHP on a Windows 2003 server. I

RE: [PHP-WIN] Re: Hi,

2008-07-08 Thread Bill Bolte
lol -Original Message- From: Shawn McKenzie [mailto:[EMAIL PROTECTED] Sent: Friday, July 04, 2008 3:53 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; php-windows@lists.php.net Subject: [PHP-WIN] Re: Hi, John Jairo Vega Angulo wrote: > Hi, > How are u doing these days?Yesterday I found a

FW: [PHP-WIN] Politics

2008-10-23 Thread Bill Bolte
I've tried unsubscribing 3 times from this list and it never takes. What do I have to do to get off it? -Original Message- From: Amy [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2008 5:00 PM To: php-windows@lists.php.net Subject: [PHP-WIN] Politics pays technophobes calculator

RE: [PHP-WIN] Unsubscribe (was FW: [PHP-WIN] Politics)

2008-10-24 Thread Bill Bolte
as FW: [PHP-WIN] Politics) On 23 Oct 2008 17:04, Bill Bolte <[EMAIL PROTECTED]> wrote > I've tried unsubscribing 3 times from this list and it never takes. What > do I have to do to get off it? You could try following instructions. (They are included in the headers of every mess

[PHP-WIN] Building a botanical tree of wood

2009-02-05 Thread Bill Mudry
and semi repeatable at each level. Hope I didn't scare everyone away with such a long introduction ;-) . I look forward to seeing what you have to say. With thanks in advance, Bill Mudry Mississauga, Ontario Canada

Re: [PHP-WIN] Building a botanical tree of wood

2009-02-05 Thread Bill Mudry
elements that map to that parent item - Each of these being active to go down to repeat this process at the next lower level. Once I get that far, I will be a long ways closer to actually getting that tree made and operational. Best regards to all, Bill Good

[PHP-WIN] Using the power of the PC to find new species in lists

2009-02-11 Thread Bill Mudry
gain some proficiency in using PHP. Studying such code would also be a good learning exercise. Always in thanks for any help given, Bill Mudry Mississauga, Ontario

[PHP-WIN] Can't seem to transfer a dynamically chosen parameter to next page

2009-03-17 Thread Bill Mudry
a.com/taxa/viewallorders.php The files used are viewallorders.php and the response page of showorder.php. I will add these as attachments. What *will* work? Hope someone can help. Bill Mudry MIssissauga, ON"; Echo ""; Echo "Information on ordername . $ordername"; //actual or

[PHP-WIN] Does a spreadsheet-like front end exist for MySQL?

2009-04-06 Thread Bill Mudry
ld be fairly complicated since the whole sheet of records is always present as you add data. You simply plopped in data in cells randomly as you wish and saved once in a while. Any idea what it would take to code such a program? I hope there is such a program already instead. Bill Mudry Missis

RE: [PHP-WIN] Does a spreadsheet-like front end exist for MySQL?

2009-04-06 Thread Bill Mudry
mention them. Bill Mudry Mississauga At 10:27 AM 4/6/2009, you wrote: -Original Message- From: Bill Mudry [mailto:billmu...@rogers.com] Sent: 06 April 2009 04:02 PM To: php-windows@lists.php.net Subject: [PHP-WIN] Does a spreadsheet-like front end exist for MySQL? Do any of you know of

[PHP-WIN] Need help updating a whole column in one table from another table

2009-04-13 Thread Bill Mudry
, at this stage, it is proving to be for me. I believe I did put enough minimal information on files and field names but let me know if there are other facts you need. To those of you who celebrate Easter, a slightly belated Happy Easter to you. Thank you for your help in advance, Bill Mudry, Mississauga, Ontario, Canada (Next to Toronto).

Re: [PHP-WIN] Need help updating a whole column in one table from another table

2009-04-14 Thread Bill Mudry
so that would be a lot of work to recreate such CREATE statements for a task that should prove to require a simple solution. Would that not be overkill? Except for the tables and fields I already have listed, knowledge of details of all the others just are not needed for the task at hand. We w

Re: [PHP-WIN] Need help updating a whole column in one table from another table

2009-04-14 Thread Bill Mudry
At 02:37 PM 4/14/2009, you wrote: > (got work to do during business hours) on the differences between > UPDATE and INSERT. INSERT creates a new entry, update changes an existing ones. So you cannot use INSERT to corect your data. Then it must work on a created field that has not been populated

Re: [PHP-WIN] Need help updating a whole column in one table from another table

2009-04-14 Thread Bill Mudry
y own understanding so far. If we get it to work yet, it should be quite the instructive lesson for me. I still stand to gain hours of otherwise hand correcting when it finally works. With thanks to this point, Bill Mudry (Mississauga, ON Canada) -- Niel Archer niel.archer (at) blueyonder.c

[PHP-WIN] Have 8 questions that need to be answered

2009-06-10 Thread Bill Mudry
Recently I was accepted to attend 3 semesters at a well known college for a postgraduate Web Development program. To qualify for my funding, there are a a series of tasks that I must complete. One of these is to interview a web developer with 8 questions that have been supplied to me. Until all

  1   2   >