name: LDAP_class_example.php
//
//
//
// Author: Michael Rudel [mr
Hi Brian,
... why don't you change the fieldtype in the mssql-db ???
I think that would be the easiest way.
Greetinx,
Mike
Michael Rudel
- Web-Development, Systemadministration -
___
Suchtreffer AG
Bleicherstraße 20
D-
SUCCESS
(man do I feel STOOPID!!)
A duh my cursor was at the end of the array (THIS WHOLE TIME!!)
The reset was needed trick
Thanks M@
Matt Williams wrote:
> Hi Michael
>
> Just tried this
> -
>
>
> 1
> 2
> 3
&
sts/test.php on line 2
> test.php being the file containing the PHP mail code
>
> this is the sendmail info in my php.ini file:
>
> [mail function]
> ; For Win32 only.
> SMTP = localhost ; for Win32 only
>
> ; For Win32 only.
> sendmail_from = [EMAIL PROTECTED] ; for
the body...Like so:
>
> $mailheaders = "From: $mailfrom\n";
> mail($mailto, $mailsubject, $mailbody, $mailheaders);
>
> Where you establish $mailfrom as who its from
>
> Rick
>
> - Original Message -----
> From: "Marnix Ottens" <[EMAIL PROTECTED]
y as far as
>the mail being sent of; however, I always get the following error:Fatal error:
>Maximum execution time of 30 seconds exceeded in ...
>
> Can anyone offer any suggestions?
>
> Matt
--
Michael Kelley
[EMAIL PROTECTED]
Programmer/System
LECT COUNT(*) as num_entries FROM asset WHERE ' + your unique key of
this table
if the result 'num_entries' is > 0 then you have a dupplicate entry.
--> Inform the user.
Hope this helps.
Greetinx,
Mike
Michael Rudel
- Web-Development, Systemadministration -
Besu
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Dear Michael
>
> On 08 July 2001 at 13:37:12 +0100 (which was 13:37 where I live) Michael
> Duxbury thoughtfully wrote the following
>
> < ... >
>
> > But
gt;news:[EMAIL PROTECTED]...
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Dear Michael
>
> On 08 July 2001 at 13:51:45 +0100 (which was 13:51 where I live) Michael
> Duxbury wrote
>
> > I tried this David, but I load it into the browser and still I get a
blank
> &g
r may be available in the server error log.
None of these things worked. Does the php.exe have to be up and running (it
is)?
"David Elliott" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> -BEGIN PGP SIGNED MESSAGE-
> Ha
... 'tis sounds interesting, how does this work ??
Greetinx,
Mike
> -Original Message-
> From: Alain Samoun [mailto:[EMAIL PROTECTED]]
> Sent: Friday, July 13, 2001 8:59 AM
> To: Rafa Borges; [EMAIL PROTECTED]
> Subject: Re: [PHP-WIN] Make a CD with Apache & PHP
>
>
> Yes, you can ma
ttp://host/
then index page is loaded
How do I set apache so that both will work?
Thanks in Advance and once again sorry for the Off Topic (Any one know
of a good apache mailing list??)
Mike
--
Michael Kelley
[EMAIL PROTECTED]
Programmer/Systems Analyst I
s and urldecode when reading from
the DB.
I hope this helps.
Greetinx,
Mike
Michael Rudel
- Web-Development, Systemadministration -
Besuchen Sie uns am 20. und 21. August 2001 auf der
online-marketing-düsseldorf in Halle 1 Stand
Any other - or opposite - opinion ?
Greetinx,
Mike
Michael Rudel
- Web-Development, Systemadministration -
Besuchen Sie uns am 20. und 21. August 2001 auf der
online-marketing-düsseldorf in Halle 1 Stand E 16
___
Suchtreffer AG
Bleicherst
take care of this, I use that (when I
remember) and then I take off the original recipient. But there are many
times when we don't do this and potential answers to future questions
are not documented .
Not a complaint just a suggestion
--
Michael Kelley
[EMAIL
SELECT * FROM asset WHERE hostname ='$hostname' and hostname != '';
Greetinx,
Mike
Michael Rudel
- Web-Development, Systemadministration -
Besuchen Sie uns am 20. und 21. August 2001 auf der
online-marketing-düsseldorf i
parsed so it should
> be connecting as a normal internet user. However, when looking at the page
> from a remote machine it just hangs. Any ideas why this is so?
>
> Adam
--
Michael Kelley
[EMAIL PROTECTED]
Programmer/Systems Analyst I
New Me
27;$value9', '$value10');
> One of elements has value 'xyz123' - I do not know which one.
>
> How can I extract this element from the array and have a new array with all other
>element, except extracted one.
>
> Any idea?
>
> Afan Pasalic
--
M
Hi Chris,
... you need to specify your smtp-server in the php.ini.
Hope this helps.
Greetinx,
Mike
Michael Rudel
- Web-Development, Systemadministration -
Besuchen Sie uns am 20. und 21. August 2001 auf der
online-marketing-düsseldorf in Halle 1 Stand E 16
Hi Hugh,
you could manually build your HTTP-Header (request). Then you
can add Posting-Data. Have a look @ fsockopen() and the
HTTP1.1 Specification.
Hope this helps.
Greetinx,
Mike
Michael Rudel
- Web-Development, Systemadministration -
Besuchen Sie uns am 20. und 21. August 2001 auf der
Hi Brian,
echo "mailto:[EMAIL PROTECTED]
internet: http://www.suchtreffer.de
___
> -Original Message-
> From: bryan [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 15, 2001 5:57 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-
Hi Jack,
... look at the generated html-code, you will read:
This is a test!
and this is not a joke!
But since html doesn't display \r\n you have to use
the php-function nl2br.
Greetinx,
Mike
Michael Rudel
- Web-Development, Systemadministration -
Besuchen Sie uns am 20. und 21. A
Yes, beside of the *!
Trial by Error >>8)=)
Greetinx,
Mike
Michael Rudel
- Web-Development, Systemadministration -
___
Suchtreffer AG
Bleicherstraße 20
D-78467 Konstanz
Germany
fon: +49-(0)7531-89207-17
fax: +49-(0)7531-8920
At 12:19 PM 12/13/2001 -0400, Mick wrote:
>I'm trying to dynamically place a 'querystring' link in the body of an
>e-mail message but it won't read past the & character in the string.
>Tried
>'urlencode(), addbackslash(), qoutemeta(), hex values, etc. etc. but
>nothing
>seems to work.
>I know it c
At 10:57 AM 12/13/2001 -0500, Asendorf, John wrote:
>OK, maybe I'm just off my rocker or have something set incorrectly or
>something, but...
>
>What's the deal with magic quotes?
>
>you turn it on, and it automatically performs the addslashes for data being
>entered into databases, right? But it
At 10:57 AM 12/13/2001 -0500, Asendorf, John wrote:
>OK, maybe I'm just off my rocker or have something set incorrectly or
>something, but...
>
>What's the deal with magic quotes?
Oh yeah, here is a nice post on PHPBuilder that explains this all very well:
http://www.phpbuilder.com/forum/archive
At 07:51 PM 12/13/2001 -0600, Todd Williamsen wrote:
>here is a another great IIS lockdown tool
>
>http://www.apache.org
LOL!
Good one. :)
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact
At 08:02 PM 12/13/2001 -0600, Todd Williamsen wrote:
[...]
>The problem is that abusers of the site will report games that they have not
>played and screws up the stats of the players that he supposedly played
>against.
>
>Now, the ultimate solution would be to have a way where when the winner
>re
At 08:31 PM 12/13/2001 -0600, Todd Williamsen wrote:
>I thought about that, but the problem is, what happens when the time expires
>and the loser doesn't report?
and
At 08:55 PM 12/13/2001 -0600, Todd Williamsen wrote:
>Since there is a ranking system, and if the game doesn't get reported by the
I'm trying to open and use a COM connection, as
follows:
$com = new COM("WinampCOM.Application");
Seems this does not work in PHP, although it works in
many other applications. The module, and its source,
is available from:
http://www.adcock8.freeserve.co.uk/winamp.htm
Any assistance would be
--- Cliff <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I would like to ask, what variables are submitted
> from a form with say...
> options 2 and 4 selected?
>
>
> 1
> 2
> 3
> 4
> 5
>
>
I am not 100% certain, but I believe that it would set
$what as an array, with $what[0] as '2', and $what[1]
as '
At 12:27 PM 12/14/2001 -0800, Flint Doungchak wrote:
>I was just wanting to see what people are experiencing with the ISAPI module
>for IIS 5.0 with PHP 4.1.0.
Sorry I don't have an answer to your question, but just a related question
of my own. I've seen lots of people refer to 4.1.0 as "final
At 03:58 AM 12/15/2001 +0100, Tommy Finsen wrote:
>I think I'll wait for a few iterations before I give it another try.
>Luckily I have the HW to run PHP in CGI :). IIS5 with PHP in CGI-mode is
>rock stable. Been running it for 10 months with NO downtime (except when
>upgrading).
Thanks for the i
At 06:07 PM 12/15/2001 +, Jeff Waldock wrote:
>For what it's worth, I have been running PHP ISAPI (versions 4.0.6 and
>earlier) on Win2k and WinNT4 (SP6) for quite a while - 12 months and approx
>2 years, respectively, and have had not a single problem - totally
>fault-free. I have to say tha
At 06:12 PM 12/15/2001 +0530, Bharath Bhushan Lohray wrote:
>Altough I have included (uncommented) certain modules from the php.ini, and
>restarted apache, I am not able to use the features of those modules.
>
>I receive an error that the function is not defined.
>
>Initially I saw dialog boxes wi
At 05:02 PM 12/18/2001 -0500, [EMAIL PROTECTED] wrote:
>I was wondering how I can stop the following message from posting when a
>user hits the back button when I am using sessions?
Look for this section in your php.ini:
; Set to {nocache,private,public} to determine HTTP caching aspects.
sessio
At 08:38 AM 12/20/2001 -0500, [EMAIL PROTECTED] wrote:
>I am using Sessions on a website. When a user hits the back button they get
>an error message "Page has Expired". Is there a way preventing this. I can
>currently using 4.0.6 if that helps at all.
You asked this exact same question two da
At 09:34 PM 12/20/2001 -0500, Thomas Orr wrote:
>I need help with a basic issue. I can't seem to get the mail() function to
>work with php4 on an xp machine running iis5. I'm new to php and really
[...]
>mail($recipient, $subject, $msg, $mailheaders); <--*THIS IS WHERE
>IT SCREWS UP*
W
At 09:17 PM 12/22/2001 +, Martin Halford wrote:
>Dear 'LaserJetter'
>
>I quite like HTML-Kit from:
>
>http://www.chami.com/html-kit/
>
>It's free, stable, has line numbering, php plug-in and above all else
>remembers file locations and has a good recent files look-up.
I second the recommendat
At 10:44 PM 12/22/2001 -0500, Andrew Saturn wrote:
>PHP Warning: Unable to load dynamic library './php_gd.dll' - One of the
>library
> files needed to run this application cannot be found.
[...]
>I used the default gd library, and it's uncommented in php.ini:
>
>extension=php_gd.dll
Did you f
At 07:34 PM 12/22/2001 -0800, Mihail Bota wrote:
>Andrew, I even checked a big HTML bible (one of the newest), nothing new,
>or I did not know. I looked over HTML tutorial sites, the same story,
>identical syntax, goodies for colors, shapes etc. but nothing related to
>this problem.
>I'll try the
I have a script running from the console, via php -q
script.php, and wish to echo to display a status every
so often, but that does not work anymore. I tried
using print in place of echo, and even tried flush.
Both to no avail. Would anyone have any ideas how to
output to the console, using o
At 07:37 PM 12/31/2001 -0600, Anthony Ritter wrote:
>..
>function tax (&$Salary)
> {
> $Salary= $Salary - (($Salary/100)*20);
> return $Salary;
> }
>$Salary=2500;
>echo $Salary;
>?>
>..
>
>The result in the textbook is 2000
At 08:51 PM 12/31/2001 -0600, Anthony Ritter wrote:
>...
>function tax (&$Salary)
> {
> $Salary= $Salary - (($Salary/100)*20);
> return $Salary;
> }
>$Salary=2500;
>echo (tax($Salary)); // This displays $2000
>echo $Salary; // This also di
At 09:27 AM 1/2/2002 +1100, Ignatius Teo wrote:
>Isn't passing by reference a "no-no" is terms of good programming? At least
>that's what I was told when I studied programming about 12 years ago?
>
>Ignatius
Not sure...do you recall the reasons that were given when you were told that?
--
PHP W
At 12:08 AM 1/2/2002 -0600, Michael Sims wrote:
>At 09:27 AM 1/2/2002 +1100, Ignatius Teo wrote:
>>Isn't passing by reference a "no-no" is terms of good programming? At least
>>that's what I was told when I studied programming about 12 years ago?
>>
&
Are there any functions which return the elapsed
system uptime, in integer format, preferebly
milliseconds or microseconds? Some people have
suggested using the first key from the microtime()
array, but that returns microseconds from Jan 1 '70,
not microseconds since system start.
__
At 03:04 PM 1/5/2002 -0800, Chris Hall wrote:
>Just a quicky --
>
>I have yet to see anyone define an array within a class, yet if it is
>possible, would i be able to access that array with
>$this->array["variable"];?
I've designed a class that has a method that RETURNS an array, but it
sounds l
At 06:20 PM 1/3/2002 -0500, Jack Cazes wrote:
>I have php 4.11 loaded and it works fine...I now want to create a
>database...so I use Winsqladm and create the database...however there is no
>mention of username and passworddo I have to then define and FSN in
>Windows ODBC administrator (even t
There are a number of servers available that run on Win systems.
many are "Open Source" or even freeware.
Alternatives to IIS 5.0 are Apache from http://www.apache.org and
Ominhttpd from http://www.omnicron.ab.ca/httpd/
Apache is the most widely used server. Omnihttpd is very easy to install
and
I have something in php, which goes through a line of
text, replacing all occurences of %longip($a) with the
long2ip/ip2long of whatever's in the perentheses. I
tried something similar with %ial($a,$b), to call
ial_search($a,$b) and replace the %ial() with the
result. I have it so the longip can
Ben Edwards wrote:
> I am using XP and have been trying to work out which web server to use with
> PHP & MySQL.
> First I tries IIS and it said I have an OCX missing.
> Then I looked at Apache and it said I need Service Pack 1, which if I
> install slows the whole machine down. This is a know
Leonardo javier belén wrote:
Hi all! I need some advice.
Its not automatically as I supposed it could be. Please! thanks all
for reading...
class Foo extends Bar {
function Foo(){
$this->Bar();
}
}
HTH,
Michael
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, vi
What is a CVS???
I'm having the same problem. Everything works fine on a Win2K server with
no patches. Run Windows update and apply all the patches then install PHP
and suddenly you start getting the CGI errors as described.
Please clarify what I/we need to install to fix this...
Cheers
Mike
No this is a little more complex than that... The scripting works fine then
randomly you'll get the CGI errors.
I find I get them when executing a script which echo's out frames. Each
frame is populated with another PHP script and when executed you end up with
the browser window framed correctly
At last found some info...
http://bugs.php.net/bug.php?id=9852
Looks like I might have to move to ASP.NET after all unless the PHP boys
pull their fingers out...
:(
Cheers
Mike
> "Mary Sweeney"
> I had a very nice little application I was working on. I selected options
> from an html page and
In my experience the only things you really need to look out for are:
1) file functions requiring different path details (and associated access
permissions - CHMOD).
2) line breaks in files/output.
2) extensions/changes to PHP exe other than the default can be a pain if
you're not the administrator
Better yet define the required dataset with SQL to speed the whole process
up:
"SELECT YEAR(your_date) FROM table_name GROUP BY your_date";
Cheers
Mike
> "Matt Hillebrand"
> array_unique()
>
> |-Original Message-
> |From: Per Christian [mailto:[EMAIL PROTECTED]
> |
> |Hi
> |
> |I'm build
COM functions.
Then use the command line app. Ghostscript (free from www.ghostscript.com)
to convert the Post Script to a PDF.
The advantage of this approach is you can create a PDF out of anything you
can select a printer for and print from via COM... Just a thought???
Cheers
Mike
--
Michael Po
Try "C:\php4\extensions"
i.e. add the dbl quotation marks.
Cheers
Mike
> "Anthony Ritter"
> Rich,
> On MS Win 98 / Apache / PHP 4
>
> If somebody out there using Win can check my php.ini file and advise me
what
> I'm doing wrong.
>
> I have uncommented:
> ..
> extension=php_gd.dll
>
it better to just:
>
> SELECT DISTINCT YEAR() FROM ;
>
>
>
> regds,
>
> -Original Message-
> From: Michael Power [mailto:[EMAIL PROTECTED]
>
> Better yet define the required dataset with SQL to speed the
> whole process
> up:
>
> "SELECT YEA
Did you enable the appropriate extension?
If so have to given the IUSR_XXX (PHP) user permission to access/execute?
Do phpinfo() to see if MSSQL is enabled...
Cheers
Mike
--
Michael Power
Software Developer
Concentrix Limited
___
Helping you strengthen your
--
Michael Power
Software Developer
Concentrix Limited
___
Helping you strengthen your customer relationships
To find out more about how we can help you visit our website
http://www.concentrix.co.uk
The Technology Centre, Epinal Way,
Loughborough, Leicestershire
You appear to have a twitch...
;)
Mike
> "Edward David"
>
> Hi,
>
> I am trying to create a form that has checkboxes displayed.
> If the box is checked then show below the checkbox input items related to
> the parent checkbox.
> If the user has not entered his name then do not display the submit
unset($com_object);
--
Michael Power
Software Developer
Concentrix Limited
___
Helping you strengthen your customer relationships
To find out more about how we can help you visit our website
http://www.concentrix.co.uk
The Technology Centre, Epinal Way
> "Rich Gray"
>
> I may be talking out of my proverbial but I believe unset() will just
remove
> the reference to the object it won't destroy the object itself which is
why
> I suggested $obj = null in my earlier message... however I'm probably
being
> pedantic as the next gc cycle will clean up ob
"CGI error". It
> sounds to me like bug of uninitialized variable or some buffer overrun
> problems (if it would be a problem in php.ini - at least it would not be
> random :).
> Do you know how to fix this problem?
> I'm using PHP4.3.1 in CGI mode. Btw, which version works bett
/www3/" in "php.ini" file. But
it doesn't work.Please tell me the reason.
thank you,
Michael Bao
doesn't
work.Please tell me the reason.
When some clients visited my web site, I want to keep their E_mail address in my
database. Please tell where I can get this kind of skills and materials.
thank you,
Michael
doesn't
work.Please tell me the reason.
When some clients visited my web site, I want to keep their E_mail address in my
database. Please tell where I can get this kind of skills and materials.
thank you,
Michael
correct it,
thank you,
Michael
I'm a total newbie at this stuff. But if you had a simple function to which
you wanted to pass a form input type text value too how would you do it?
I tried the following:
but all that does is pass the a string to the function. How do you
reference html elements not in the php script section
l: Their root level is (physically mapped):
e:\\webspaces\\root_of_domain_1
Hope this has been clear enough to show my problem.
Thanks in advance!
- Michael
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
y different users,
so I can't provide a global include dir (or each user could
modify/rename/kill modules of others).
I created a new article as of October 13, 2003 that's left unanswered.
Maybe my problem is more descriptive there.
- Michael
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I have been trying to unsubscribe and the thing just won't quit sending
me mail... somebody please remove me from the list...
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 07, 2004 10:11 AM
To: [EMAIL PROTECTED]
Subject: php-windows Digest 7
that were
collected and put into the hidden form fields will be submitted and you next page (the
PHP page) could INSERT the values into the database,
Michael
On Friday, January 12, 2001, at 07:30 PM, James Duncan wrote:
> Hi folks,
>
> I'm still new to HTML, Javascript and PH
nce its generated PHP (or any server side language) is out of the
picture, it then goes to the client-side stuff like you said. You can use PHP's
fopen() to grab the page and then add the form and hidden fields I was talking about.
By doing this, you are setting up the page to be handle
No, actually I think that using PHP to insert the FORM and then use Javascript to get
the #text node values would be easier. Parsing Table cells using RegExs is no fun.
Michael
On Saturday, January 13, 2001, at 01:06 PM, James Duncan wrote:
> But surely if I'm using fopen to insert
Send a url that points to the page you want to strip the info from. Or look into
another service or site that may give you the quotes in a raw text format. Also look
into the http://www.php.net/manual/en/function.strip-tags.php function in PHP.
Michael
On Saturday, January 13, 2001, at 03
HomeSite or ColdFusion Studio work great as well... plenty of colour coding
etc...
- Original Message -
From: "Matt Anderson" <[EMAIL PROTECTED]>
To: "James Brash" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Sunday, January 14, 2001 12:28 AM
Subject: Re: [PHP-WIN] PHP Editor
> I pers
You also have TextPad which is freeware...
michael
>
> yes, phpED is free
> - Original Message -
> From: "Bikes" <[EMAIL PROTECTED]>
> To: "'Alain Samoun '" <[EMAIL PROTECTED]>; "'Angus Mann '"
> <[EMAIL
at http://httpd.apache.org/ and use that as
the web server. After that go to the PHP manual and read about installing PHP on
Win32.
Michael
On Wednesday, January 17, 2001, at 10:15 AM, Stig Kronback wrote:
> I am currently working on a NT machine with a
> standalone MySql Database ins
Have you put the line at the end of the
form? It seems that any tags after this line are ignored (not sent
by browser?).
- Original Message -
From: "Jan Walter" <[EMAIL PROTECTED]>
To: "PHP Mailing list" <[EMAIL PROTECTED]>
Sent: Thursday, January 18, 2001 1:59 PM
Subject: [PHP-WIN] Pas
what does your FORM tag look like? (something like this?)
- Original Message -
From: "Jan Walter" <[EMAIL PROTECTED]>
To: "Michael Cartmel" <[EMAIL PROTECTED]>
Cc: "PHP Mailing list" <[EMAIL PROTECTED]>
Sent: Thursday, January 18, 20
Hi Romulo,
If you're only working (and all your clients, too) with M$, means M$-Win,
M$-IIS, M$-IE, so the best method is NTLM, but all Users must be registered
in your PDC as Users. Its very usable in Intranets.
Greetinx,
Mike
(Germany)
-Ursprüngliche Nachricht-
Von: Romulo Roberto P
Hi Emmanuel,
I think a possible way is to create a JavaScript that opens the
site. You can now enter the values in the Form-fields (JavaScript).
Then you Post it. Now you have your result page. Do with it what
you want (e.g. parse it ...).
Hope this helps.
Greetinx,
Mike
(Germany)
-Urspr
I had a similar problem... seems to be picky about the session.save_path in
php.ini. Changed it from c:\temp to c:/temp and it fixed it. Not sure what
the issue is there...
Cheers, -mic
- Original Message -
From: "Warwick Chapman (Budgee)" <[EMAIL PROTECTED]>
To: <[EMAIL PROT
Has anyone got exec/passthru/system to work under
Win2k?
smime.p7s
Hi Siggy,
sure: After Posting it, you should have an array
named $GuysName you can traverse now.
ÑJØ¥,
Mike
(Germany)
-Ursprüngliche Nachricht-
Von: phobo [mailto:[EMAIL PROTECTED]]
Gesendet: Mittwoch, 24. Januar 2001 02:35
An: [EMAIL PROTECTED]
Betreff: [PHP-WIN] Possible to make an
ctory that does not allow programs to be
executed.
EXECUTE clearly is set.
Hints?
Thanks!
Michael Gerholdt
--
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: [
Which is better Coke or Pepsi?
I'm kidding, but there was just a really long discussion on this a couple of weeks
ago. Go to http://phpbuilder.com and do a search on this topic, you'll find a lot.
Michael
On Monday, January 29, 2001, at 06:08 AM, Antonio Lopez wrote:
>
Have you tried addslashes () on the input lines before the insert?
Conover, Ryan wrote:
> I trying to insert some data into a MSSQL Server 7.0 database from Php. Some
> of the data has various characters ', > . How can I tell SQL Server to
> treat these characters as part of the input.
>
> Rya
If you're trying to store text in the database, try using column type 'text'
instead of 'blob'. Blob is used for storing binaries so that's what it's
expecting...
-mic
- Original Message -
From: "Ed Meyer" <[EMAIL PROTECTED]>
To: "PHP" <[EMAIL PROTECTED]>
Sent: Friday, February 1
System and exec seem to work under windows (cgi), they just don't hand back
the output. Has anyone got these functions working 100%?
-mic
- Original Message -
From: "Angus Mann" <[EMAIL PROTECTED]>
To: "Johan Huhtalo" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Sunday, Februar
Running 'cmd.exe' will hang the php script because it is waiting for cmd.exe
to do it's thing and finish (since it's a shell it will just sit there
waiting for input). Try a command like 'dir' or something that executes and
closes once it's finished...
-mic
- Original Message -
F
Hi Martin,
I think its faster to connect directly to the SQL-Server.
If you use ODBC, then the Sourcecode is equal for Access
and MS-SQL-Server.
Hope this helps.
Greetinx,
Michael Rudel
- Web-Development, Systemadministration
is it set on
the Web-Server ???
Hope this helps, at least a bit =8)
Greetinx,
Michael Rudel
- Web-Development, Systemadministration -
___
Suchtreffer AG
Bleicherstraße 20
D-78467 Konstanz
Germany
fon: +49-(0)7531-89207-17
fax: +49-(0)
It this really the case - that PWS is not supported?
I thought that though there were difficulties, folks were able to run PWS on
Windows ME. Wrong?
> I am new with PHP and I have a question about Web Servers. I am running
> Windows ME and PWS is not supported.
--
PHP Windows Mailing List (
Hi Jess,
I'm not sure, but I think it could be the cgi-mode ?!
(because of pointing to the php-interpreter php.exe)
Greetinx,
Mike
Michael Rudel
- Web-Development, Systemadministration -
___
Suchtreffer AG
Bleicherstraße 20
D-
econd array" );
function get_nested_array( $array, $nested_array )
{
while(list($key, $val) = each($array[$nested_array]))
{
$result_array[$key] = $val;
}
return ( $result_array );
}
Yes, there may be a better solution =8)
Greetinx,
Mike
M
101 - 200 of 257 matches
Mail list logo