Hi!
Please help me.
"Warning: socket_set_timeout() is not supported in this PHP build in ."
Can I use function socket_set_timeout() on win32?
Or may it be something in php.ini...and if not is there another way to get
around it?
Thanks,
--
PHP Windows Mailing List (http://www.p
Hi!
Please help me.
"Warning: socket_set_timeout() is not supported in this PHP build in ."
Can I use function socket_set_timeout() on win32?
Or may it be something in php.ini...and if not is there another way to get
around it?
Thanks,
Greg
--
PHP Windows Mailing
e to setup in windows??
-Greg
pLANned Chaos
ave write/modify permissions for the
> webserver user.
>
>
> ==
>
> Kind Regards,
>
> Kyle Williamson
> Solent Educational Limited
>
> Tel: (023) 80 843189 Fax: (023) 80 848715
> http://www.solented.co.uk/
>
> -Original Message-
> From: Greg [ma
I'm using the fwrite function...
"Paul Dymecki" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> How are you writing to the filesystem?
> Paul
>
>
> >From: "Greg" <[EMAIL PROTECTED]>
> >Rep
ld be greatly appreciated.
Thanks,
Greg
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Can someone give me a short rundown of what I need to do to get started
running php on my windows server? I'm a CF'er by trade, but I have a
working set of code that I need to set up on a development server for
migration to CF.
ble definitions. This is not a problem in either CFM or ASP.
While it can be somewhat worked around by setting the PHP error level
reporting to flag uninitialized variables, it is a deficiency that is long
overdue to be corrected.
-- Greg Brunet
"Robert Klinkenberg" <[EMAIL PROTE
Tim:
AAARRRGGH! They got it half-right with case insensitive functions and now
they're going to mess up the part that's done right!?! It is quite annoying
that they aren't consistent, but I was thankful that at least the functions
were working "right".
-- Greg
&quo
the code - the tool handles it for me & that's as it should
be. Since I use HomeSite for editing my PHP code (& ASP too), I don't get
that benefit.
-- Greg
""Brinkman, Theodore"" <[EMAIL PROTECTED]> wrote in
message FE8510398BFE854F9653B5C32DBB652FD4F
things that MS does wrong, but this part at least
they've got very right.
-- Greg
"Bradley Miller" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Ok -- this too is not a flame, but just an opinion. I personally don't
> e
y is not a nicety for
professional developers - it's just something that makes the
compiler/interpreter language parsing code easier to write. Making it
case-insensitive would help eliminate errors which I would think that all
developers, both professional & hobby, would welcome.
-
""Greg Brunet"" <[EMAIL PROTECTED]> wrote in message
9deuq7$j9k$[EMAIL PROTECTED]">news:9deuq7$j9k$[EMAIL PROTECTED]...
> Tom:
>
> You've got a lot of good points through the whole message, so I won't
quote
> the whole thing.
Oops - I di
rather cross-language best practices (for the using programmers). I'd
like to hear why the folks on the other lists they want case-sensitive
functions & if the arguments are from a user perspective or a tool developer
one.
BTW: I checked the other lists you mentioned & saw your message f
position to
re-compile php.exe
regards
Greg O
--
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]
Hi,
Does anyone have an example of Inserting a record to a table in an Access
database where one of the fields is an Autonumber field, and most
importantly, retrieving the value of the newly inserted Autonumber field?
I'm looking for the equivilant of mysql_insert_id() for ODBC. Thanks.
have any ideas what might be my problem ?
Thanks in Advance
Greg Whitehead
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi All
though i would share my knowledge with you i found after pulling the whole
system apart and testing each module that the apache server 2.0.13 was
causing my grief and by installing the apache 1.13 was able to solve the
problem.
thanks for the responses i got
Greg Whitehead
"
Hi all
Could use some help in trying to get serverside includes under PHP going.
Examples of some code would be great :)
currently running apache1.3.27 and php4 on windows XP
Thanks in advance
Greg Whitehead
STRITLY CONFIDENTIAL
FROM:DR .GREG ossAI,
DEAR SIR,
I AM DR.GREG OSSAI Ossai AN ACCOUNTANT (FOREIGN PAYMENT DEPT) WITH THE FEDERAL
MINISTRY OF TRANSPORT LAGOS- NIGERIA.
WITH THE ASSISTANCE OF SOME SENIOR OFFICALS OF THE CENTRAL BANK OF NIGERIA,AND THE
MINISTRY OF FINANCE, WE WANT TO
would appreciate any help you could be.
Greg
--
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]
esting? Thanks.
Greg
-
Do you Yahoo!?
vote.yahoo.com - Register online to vote today!
Everytime I start apach I get this error
Any suggestions
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
here is the error from the apache error log.
PHP Warning: PHP Startup: Unable to load dynamic library
'c:\php\ext\php_pdf.dll' - The specified module could not be found.
in Unknown on line 0
"Greg Heller" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROT
I get the following error
message when I run my "helloworld.php" test script (and my phpBB site
stopped working):
"The specified procedure could not be found."
Anybody have a clue as to what the problem is?
When I reinstalled the 4.3.3 files into my install folder, ph
Hi Julien
You will probably find that if you use the procedural coding rather than
the object-oriented programming you code will work.
So instead of using:
$mysqli->set_charset("utf8");
use:
mysqli_set_charset("utf8");
Hope this helps
Greg
Julien Ricard - Condene
In theory, if you went to the trouble of finding the recipiants mx
record/smtp server, you could use their server to send mail to them, just as
a normal smtp server does. Even though you'd have to find the recip's info
(their smtp server) on your own, almost any smtp class should be able to
ha
ok folks, heres one for ya.
IIS 6 (Win 2003 Ent) New installation (no possible reminants of an old php
version, not that I haven't reverified)
PHP 5.1.2
Mysql 5.0.18
PHP dir (c:\php) added to path.
php.ini (from php.ini-dist) modified to for IIS (cgi.force_redirect = 0),
php/ext dir (extension_
change them?
Thanks in advance...
(and I would rather not change the directory name to C:\php5\, with all
that entails! :-) )
--
Regards,
GREG COCKS
GIS Analyst V
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]>
S. M. Stoller Corp
105 Technology Drive, Suite 190
Broomfield, CO 8
nt Variables' button
* Look into the 'System variables' pane
* Click on 'New' and enter 'PHPRC' as the variable name and the
directory where php.ini is located as the variable value (e.g.
C:\php)
* Press OK and restart your
I tried to use the approach at http://tinyurl.com/2zb4ck before I
gained enough knowledge to realise this solves a different (but similar) - it
seems - problem...
Thanks in advance...
--
Regards,
GREG COCKS
GIS Analyst V
gcocks |at| stoller.com
S. M. Stoller Corp
105 Technology Dr
TOO QUICK ON THE EMAIL - PLEASE IGNORE - APOLOGIES
(cheers Zeph)
Cheers:
GREG COCKS
Gcocks |at| stoller.com
-Original Message-
From: Greg Cocks
Sent: Thursday, January 10, 2008 11:04 PM
To: 'php-windows@lists.php.net'
Subject: Is th
ION as well... that is enough to do your head in if
you are not used to it, like I am not!
Any suggestions gratefully received!
Cheers
--
Regards,
GREG COCKS
GIS Analyst V
Gcocks|at|stoller.com
S. M. Stoller Corp
105 Technology Drive, Suite 190
Broomfield, CO 80021
www.stoller.c
quot;";
It prints the $logged just fine as "domain\user", no speech marks of course.
However the spilt won't work, I guess because of the double back slash - gives
the error:
Warning: split() [function.split]: REG_EESCAPE in ...
Told you I was a newbie! :-)
Regards,
GRE
Hello,
I have a page where some users set some
parameters from pulldowns on a page (in a form.)
Based on the user selection, the code builds some SQL (i.e., building
the WHERE part of the SQL string), and grabs some data out of a
PostgreSQL, and returns it to an array, $ary_query_result
Then:
ow to do the
"File... Save Page As..." method...
Thanks in advance!
--
Regards,
GREG COCKS
GIS Analyst V
gcocks | at | stoller.com mailto:[EMAIL PROTECTED]>
S. M. Stoller Corp
105 Technology Drive, Suite 190
Broomfield, CO 80021
www.stoller.com http://www.stoller.com/&g
eneration
method to 'make' the page as a PDF for them to download...
Thanks again... what a resource...
Regards,
GREG COCKS
gcocks | at | stoller.com <mailto:[EMAIL PROTECTED]>
From: Michael Southworth [mailto:[EMAIL PROTECTED]
Sent:
hinking it is HTML...
I know I have explained this simplistic and have a lot to learn about
all this... the newbie toe-dipping phenomena! :-)
Regards,
GREG COCKS
Gcocks | at | stoller.com
-Original Message-
From: TG [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 06, 2008 9:59 PM
To:
38 matches
Mail list logo