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
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
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
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
$msample = odbc_result($queryexe, 1);
$mtype = odbc_result($queryexe, 2);
//format results
print ("");
print ("$msample");
print ("$mtype");
print ("");
}
//disconnec
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
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
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
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
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]"&
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
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
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
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
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
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
., 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
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
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.
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
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
,
Bill M
___
| Bill Maki | Professor |
| ---|---|
| Department of Psychology | e-mail: [EMAIL PROTECTED] |
| Texas Tech University | phone: 806
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
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
", 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
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
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
[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
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
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
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
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
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
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:
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
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
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:
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
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
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
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
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
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
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:
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
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]
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
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
>
>
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
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
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
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.
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
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
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
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
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
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
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
"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: [
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
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
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
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
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
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,
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
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.
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 "
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-
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
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
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
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
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
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@
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'
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
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
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
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:
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,
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
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
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
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
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
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
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
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
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
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
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
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
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
, 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).
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
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
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
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 - 100 of 138 matches
Mail list logo