i have php4 up and running, but whenever i POST an html form to a php page i
always get a 404 error message, even though the php page is present.
Can anyone help?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
are running your script on your computer your form action should
be
> like this
> http://localhost/file.php>
> else
> if you are testing your script on the net may be your host have a
directory
> that named cgi-bin
> your php files should be placed there!
> thanks
> -
Has anyone used fatcow hosting? www.fatcow.com? Their package is pretty
attractive...anyone have any dealings?
Thanks,
Rick
--
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 adminis
After reading your mail I thought I would give it a go...works great! Very
easy to use, Nice system.
What are you having problems with?
This development box is WinME, apache 1.3.14 with php 4.0.4pl1 as a module.
- Original Message -
From: "Clint Tredway" <[EMAIL PROTECTED]>
To: <[EMAIL P
Sure, you can send it as a header after 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]>
To: "Michael Kelley" <
Thats an interesting post for the php WINDOWS list.
Rick
-Original Message-
From: R'twick Niceorgaw [mailto:[EMAIL PROTECTED]]
Sent: Saturday, December 08, 2001 9:39 AM
To: 'G Schneider'; [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] my MySQL hacked?
move to a unix box never trust IIS/W2k
ly, I can't find
something similar on Win32. It's pretty boring this way. Does anyone know
how to do it?
Richard
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I thought about it, but in Windows 2000 and NT, you can't use ansi.sys from
Win32 executables, only from Dos16 exe's.
Richard
"Alan McFarlane" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Try 'echo'ing an
I have PHP3 running under windows NT 4 with IIS 4. I currently have about
20 sites hosted on the box. I was only able to get PHP to run as CGI, as
the ISAPI version kept crashing. Also, it doesn't accept most
headers...like I can't do PHP authentication, which i would have liked. I
believe you
>Hi,
> I work with Winows98 , and I want to make my system
> a really server.I have two questions :
> 1}What component I should install on my system to
> make it a really server ? IIS3 ? or IIS4 ?
> 2)Where can I get this component (IIS3 or IIS4
> for Windows98) ?
I don't think IIS co
I don't know ANYTHING about ANY of this stuff...but where I come from (C)
you would use 2 equal signs (==) to match values. Dunno if that applies
here, but usually when you use 1 equal sign, you are assigning values.
Rick
-Original Message-
From: Conover, Ryan [mailto:[EMAIL PROTECTED]]
How are these functions controlled? Like, if I install this dll, will
anyone with a site on my server be able to use these functions? Are there
any restrictions as to how they can be used?
Thanks,
Rick
-Original Message-
From: David Harrison [mailto:[EMAIL PROTECTED]]
Sent: Sunday, Feb
machine to
take advantage of the extension?
Thanks,
Rick
-Original Message-
From: David Harrison [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 12, 2001 9:26 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] IIS Manipulation
Richard,
I didn't test it but I would imagine that as long
Does anyone do any configuring of a DNS server with php? If so, what server
do you use?
I am currently using bind 4.x on my NT 4 server with IIS. To add a new
domain, you create a new .host file with the appropriate records in it (a,
mx, etc) and then add that .host file to the named.boot file.
What error do you get??
Can you copy us the error message, and maybe a snipplet of code???
Richy
==
Richard Black
Systems Programmer, DataVisibility Ltd - http://www.datavisibility.com
Tel: 0141 435 3504
Email: [EMAIL PROTECTED]
-Original Message
Do you have the php_gd.dll extension?? And if so, is it listed as an
extension which is listed in your php.ini file???
-Original Message-
From: Matt Babineau [mailto:[EMAIL PROTECTED]]
Sent: 24 April 2002 17:02
To: 'Php-Win (E-mail)'
Subject: [PHP-WIN] Image generation question
I have b
==
Richard Black
Systems Programmer, DataVisibility Ltd - http://www.datavisibility.com
Tel: 0141 435 3504
Email: [EMAIL PROTECTED]
-Original Message-
From: Matt Babineau [mailto:[EMAIL PROTECTED]]
Sent: 24 April 2002 17:14
To: 'Richard Black'; 'Php-Win (E
feel free... No prizes though, just for fun...
======
Richard Black
Systems Programmer, DataVisibility Ltd - http://www.datavisibility.com
Tel: 0141 435 3504
Email: [EMAIL PROTECTED]
-Original Message-
From: arthur franco [mailto:[EMAIL PROTECTED]]
Sent: 21
The header for outputting a Flash movie is:
Content-type: application/x-shockwave-flash
HTH,
Richy
==
Richard Black
Systems Programmer, DataVisibility Ltd - http://www.datavisibility.com
Tel: 0141 435 3504
Email: [EMAIL PROTECTED]
-Original Message
Hello,
I recently installed PHP on my win 2000 server and it appeared to be working
great .. but I have recently detected one problem. It's not seeing
querystring variable info and instatiating variables inside the script that
correspond to the querystring
Any ideas .. Please help.
Ri
_SERVER["REMOTE_ADDR"]
======
Richard Black
Systems Programmer, DataVisibility Ltd - http://www.datavisibility.com
Tel: 0141 435 3504
Email: [EMAIL PROTECTED]
-Original Message-
From: James Meers [mailto:[EMAIL PROTECTED]]
Sent: 28 August
address of the remote user, the client who requested the page
If you're using a version of PHP < 4.2.0 then you get the same value
from $HTTP_SERVER_VARS["REMOTE_ADDR"]
HTH,
Richy
======
Richard Black
Systems Programmer, DataVisibility Ltd -
script take so long. Without knowing what it does, or seeing the
code, it's kinda hard to say what you can do to optimize it...
HTH,
Richy
==
Richard Black
Senior Developer, DataVisibility Ltd - http://www.datavisibility.com
Tel: 0141 951 3481
Email: [
Try making it listen to all ip addresses instead of simply the network
ip.
Listen 0.0.0.0:80
Richard
On Tuesday, September 24, 2002, at 12:05 am, M.B. wrote:
> By the way, does anyone of you knows how to make a lot of changes in
> Apache?
>
> I need to configurate it for a ne
You can use the Microsoft ODBC Text driver to access flat files and perform
SQL Queries on it - can be REALLY slow on big files though (no indexes) :(
Alternatively - write a script that pulls the flat file into a proper
database table :)
Hope this helps
--
Richard Allsebrook
Applications and
its doing it. this is what my form looks like.
Your Name:
Your e-mail:
Your comments:
and my out put it this
any ideas why I can't access my query variables??
Richard West
[EMAIL PROTECTED]
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.ph
Hey, was wondering if someone could help me out. I am trying to append a
string of text to the start of a file. I know you can easily append
information to the end of a file easily when you open the file by setting
the mode to "a". The only way I can think of doing this is by making a temp
copy of
For my money (its free - you can't beet HTML-Kit
http: http://www.chami.com/html-kit/start/
Make sure you download the PHP specific plugins too...
Hope this helps
--
Richard Allsebrook
Applications and Web Development
"Mgr. Brian Kabela" <[EMAIL PROTECTED]>
I have no complaints using the nusphere technology platform distribution
Get it from -> http://nusphere.com under their free downloads section
"Muhammad Imran" <[EMAIL PROTECTED]> wrote in message
001201c28ae6$1ac626a0$[EMAIL PROTECTED]">news:001201c28ae6$1ac626a0$[EMAIL PROTECTED]...
Can any one
">news:01c13867$86adab40$6501a8c0@wordwrap...
> Have you set up your Apache config file correctly? When you say you are
> 'lost', what exactly is happening now? Is Apache serving html files
> correctly? What error are you getting when you try phpinfo?
>
> Tony
>
&g
I now have to add to my problems, Apache is now using port 80 and is
conflicting with
my default website. Is there anyway to change this because I cant use the
default website.
Richard.
"Richard Powys" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAI
these had to be set-up, obviously the Manuals
expect you to know how to use IIS before you install PHP.
Cheers
R.
"Richard Powys-Lybbe" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
> I am a newbie to PHP and have bought
I had the same problem.
I change my \ to / and I dont appear to get these error messages anymore.
However that doesnt mean that its all working.
HTH.
"Roman Spanner" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I have install PHP 4.0.6 as per the install.
be released.
--
Richard Morris
[EMAIL PROTECTED]
"Claus Bloch" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I get an error :: Could not find/open font . My the font is locating at
the
> same dir as the file/string that call it
Yea ok, I think I'll pass on that one, but thanks!
<[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Thank you for your time and interest. Have you heard about the program on
ABC's 20/20, about a 15 year old boy who made over $70,000 on the Internet?
>
> The mother of a 15 year old
Hi,
Any suggestions where I might find out about the Notes PHP extension??? I
been looking for ages, and as far as I can see its almost developed but
nobody seems to know much more about it.
Where can I get hold of it???
Richy
-Original Message-
From: Frank M. Kromann [SMTP:[EMAIL
t be.
I am not quite sure what the actual problems are of these three. I would
really like to use 4.0.6 for the true colour, but it seems that I am running
into severe problems. If anyone could shed some light on these problems, I
would really appreciate it.
--
Richard Morris
[EMAIL PROTECTE
ource code version of it?
best regards and a lot of thanks in advance
-Richard
--
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 y'all
Thought I would share a buglet with you.
In PHP 4, we now have the 'heredoc' syntax, a la Perl.
Unfortunately, there is a slight bug with it. If you follow the
statement-ending semi-colon with anything other than the 'return' character
(even white space), you'll get a parse error at the
I've not had any problems with it on Windows 98 at home. On WinNT (4.0, serv. pack 6 I
think) it doesn't work.
For me at least. (PHP 4.0.4pl1)
Richy
-Original Message-
From: LaserJetter [SMTP:[EMAIL PROTECTED]]
Sent: 30 December 2001 20:36
To: [EMAIL PROTECTED]
Subject:
e 0 in SQLPrimaryKeys
I don't really know what the modifier and owner parameters should do, and
suspect thats where the problem lies. I tried them as "", "%" and " ".
Running PHP 4.0.4 on NT 4.0 Workstation, with Access 97
Richy.
==
You can run the script from the command line, using php.exe. Wrapping this
inside a .bat file you can schedule this task to run periodically, using
the Windows Task Scheduler.
HTH
Richy
==
Richard Black
Systems Programmer, DataVisibility Ltd - http
HP Version 4.2.3 CGI on IIS and the phpinfo()
is here:
http://68.16.76.41/powerplatinum/test.php
We've read the manual, searched the archives, made changes to php.ini and still our
new installation is not working :(
Any suggestions?
Regards,
Richard Creech,
[EMAIL PROTECTED]
Phone 250.7
ension_dir = "c:\php\extensions" and
"extension=php_domxml.dll".
I have searched the archives and seen this problem reported many times
but have not seen a resolution posted
Can anyone help?
Richard
Hi there,
The following problem occurs when using a query who triggers its information
from a view in MSSQL 2000.
The errormessage that is returned:
message: Unicode data in a Unicode-only collation or ntext data cannot be
sent to clients using DB-Library (such as ISQL) or ODBC version 3.7 or
ear
.x
or is this a bug perhaps?
Cheers
Richard
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Can you download the source code for the windows PHP extensions - and if so
where?
Cheers
Richard
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi
Does anyone know what server security authentication types (pg_connect())
the supplied php_pgsql.dll supports?
Many thanks
Richard
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I have a couple of problems with newish MySQL database.
I am running WinXP-Pro, MySQL V 4.0.12-nt, Apache etc. I previously got
this all working, but today (after a break of a couple of weeks) I can't get
"phpMyAdmin-2.5.0-rc1" to work.
I have configured {config.inc.php} exactly as per documenta
7;] = 'PMA_pdf_pages';
$cfg['Servers'][$i]['column_info'] = 'PMA_column_info';
$cfg['Servers'][$i]['history'] = 'PMA_history';
http://127.0.0.1/ is configured in Apache to be development directory on C:
(ie. C:\...\...\development)
The {phpmyadmin} directory is thus
C:\...\...\development\phpmyadmin
Apache is working, PHP is working and MySQL is working. phpMyAdmin is
working too, with the exception of this feature.
On phpMyAdmin screens, I see:-
"Error
The additional Features for working with linked Tables have been
deactivated. To find out why click here."
Any ideas on the cause of the problem?
PS: I get the same results running phpMyAdmin in Netscape.
Thanks in advance,
Richard
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I see that the -b option in PHP 4.3.X doesn't appear to work. What is the
way to start PHP as a standalone application listening for fastcgi on a
specific port? Any help would be greatly appreciated.
Thanks
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.
Unfortunately that only applies for PHP 4.2 and not 4.3.X which contains
support for FastCGI but does not document how to run it standalone.
Rich Stupek
The Internet is here! Where are you?
"Frank M. Kromann" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Take a look at http://car
,
Richard Hsiao
--
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]
I am using php4.0.4pl1 with apache 3.0.12 on Windows 98. It is set as PHP as
a module in Apache using LoadModule php4_module c:/php/sapi/php4apache.dll.
It works just fine as far as I can tell except when I try to use a .htaccess
file it does not seem to read the file. The file I what it to read l
the following:
>
>
> AllowOverride AuthConfig
>
>
> At least in my case, the default Apache behavior was to ignore the use of
> .htaccess files in all directories unless specifically changed.
>
> -david
>
>
> ""Richard Kurth"" <[EMAI
I am using the newest ver of PHP and newest ver of apache on win98
just installed new php and apache yesterday set php up as a module
What is causing this error
It worked fine until I added the new ver of php and apache
Warning: 1 is not a valid File-Handle resource in
c:/httpd/htdocs/autose
No fgetcsv allows three fgetcsv (int fp, int length [, string delimiter])
and as I sead it worked fine untel I upgraded php and apache.
> I know that fget() only allows for 2 parameters. That is fget(value,value)
> Is it possible that the same applies to fgetcsv()? Because I used to
> get the sa
Vaibhav Sibal wrote:
> I wanted to ask whether there is a way whereby a script can read
> filenames from a particular directory on the server and enter those
> filenames with the complete path into the MySQL database? I am trying
> to do this, because I am developing an application where a supervis
Vaibhav Sibal wrote:
> Hi,
> I am not able to insert data into my mysql database using php even if
> i use a simple code as follows :
> $link=mysql_connect("localhost","username","password");
> mysql_select_db("test_db");
> $query="INSERT INTO 'login' ('uname','access') VALUES ('try','super')";
>
Newbie question, sorry but I've searched everywhere and can't seem to find the
answer...
Session variables...should be able to define in one page, call the next page
and have it available there as well right?
I can print out the session varialble in the page it was created, no problem
Then I c
se appended
; to URLs. If you want XHTML conformity, remove the form entry.
; Note that all valid entries require a "=", even if no value follows.
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset="
- Original Message -
From: "Mike&q
On Sun, April 17, 2005 1:05 pm, Proudly Pinoy said:
> I've read from php.net/setcookie and codecomments.com that using localhost
> won't work with cookies and neither are IP addresses. So how do I test
> cookies on local system?
Works for me.
Maybe doesn't work with specific broken browsers or so
ini, still the short $variable is not working when I echo it.
Is there something else I need to do or configure.
Thanks
---
AFOLABI, O. Richard(0803 284 8974)
Executive Director
Info
ail:
Done
---
AFOLABI, O. Richard(0803 284 8974)
Executive Director
InfoTech Corps, Katsina State, Nigeria.
[EMAIL PROTECTED]
http://projects.takingitglobal.org/infoTech
-
Start your day with Yahoo! - make it your home page
pment
Professional PHP4 Multimedia Programming
Sams Teach Yourself PHP, MySQL and Apache in 24 Hours
by Julie C. Meloni
---
AFOLABI, O. Richard(0803 284 8974)
Executive Director
Inf
Teach Yourself PHP, MySQL and Apache in 24 Hours
> by Julie C. Meloni
I've not seen this one, but her other books are good, particularly for
beginners.
Hope that helps,
Larry
-------
AFO
Richard Afolabi has invited you to join hi5. By joining hi5, you will be
connected to Richard and all of Richard's friends.
hi5 is the place where friends meet. You can use hi5 for the following purposes:
* Find old friends
* Meet new people
* Browse photos
Join Richard, meet Richard'
On Thu, March 15, 2007 9:15 am, Seak, Teng-Fong wrote:
> Stut wrote:
>> Seak, Teng-Fong wrote:
>>> But after I've spent some time reading the log files, I've
>>> finally
>>> found out how the hackers managed to achieve worm infiltration.
>>>
>>> Actually, they're using an URL like this:
>>>
On Mon, April 16, 2007 9:21 am, Leo Jokinen wrote:
> Also, phpinfo() won't say nothing that module ibm_db2 is in use
Did you re-start Apache?
Actually, Windows being Windows, just re-boot the dang thing...
You should be used to that. :-)
Is the php.ini file named in phpinfo() the one you are edi
On Tue, April 17, 2007 1:21 am, Leo Jokinen wrote:
> Problem solved:
> I restarted my computer and after that apache loaded ibm_db2
> extension.
>
> My conclusion:
> 1. When you add some extensions to php.ini, you need to restart
> windows
> in order to get those extensions available through apache
On Wed, April 25, 2007 4:45 am, Zoltán Németh wrote:
> 2007. 04. 25, szerda keltezéssel 11.33-kor Henning Eiben ezt Ãrta:
>> Hi,
>>
>> I wrote a small sample-application once using PHP (with propel and
>> smarty) and once using Java (JBoss, EJB3, JSP & Servlets). Both apps
>> are
>> being served
this isn't PDO.
Is there anyone capable of getting the Microsoft driver PDO aware?
Any help/suggestions would be appreciated.
Regards,
Richard Quadling.
--
-
Richard Quadling
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
"Standing on the shoulder
2009/4/14 Alvaro Carrasco :
> Hi Richard,
>
> Sorry about not sending to the list, I found this post while browsing the
> internet and i'm not subscribed to the php-windows list.
>
>> Hi.
>>
>> I'm trying to find an ORM tool to allow me to talk to Microso
ily take one of those native DB adapters and make them work with
> the sql server for PHP driver.
> Andi
>
>> -Original Message-
>> From: David Sceppa [mailto:david.sce...@microsoft.com]
>> Sent: Sunday, April 19, 2009 5:18 PM
>> To: Richard Quadling
>&g
being
filtered or redirected to a file.
I've been told about the posix_isatty() function, but as Windows is
not POSIX, I'm looking for a windows mechanism.
I've tried stream_get_meta_data(STDOUT), but it doesn't provide
anything different when used with > or with |.
Any oth
t (20 builds per extension, 40 if debug builds are also
performed), but something like this was available a long time ago
(http://web.archive.org/web/20071029164203/http://pecl4win.php.net/)
Regards,
Richard Quadling.
--
-
Richard Quadling
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND0
2009/4/29 Richard Quadling :
> Hi.
>
> What are the plans for providing pre-built Win32 PECL extensions.
>
> I've been waiting for http://pecl4win.php.net to become active again.
>
> I understand that each extension has to be built MANY times (VC6/VC9,
> ts/nts, PHP5.
2009/4/29 Jared Williams :
>
>
>> -Original Message-----
>> From: Richard Quadling [mailto:rquadl...@googlemail.com]
>> Sent: 29 April 2009 11:33
>> To: PHP internals; php-windows
>> Subject: [PHP-DEV] Re: Win32 PECL pre-built binaries.
>&g
And then more if there are different external libraries,
though I would hope that a version of a PECL extension would only run
with a single version of an external library. I don't know if the
dependencies are maintained in any easy way.
Compare that with PHP's handful of builds.
4win from the PHP manual and referred to the "build it yourself"
> documentation. If the documentation is wrong/outdated then please report a
> bug.
>
> Regards,
> Philip
>
>
Looking forward to play with the old extensions.
--
-
Richard Quadling
Zend Certified Engi
me in configuring my httpd server for php files
>>>
>>>
>> Error 404 is a standard web error. It does not come from php. When you look
>> through Windows Explorer is the test.php file in the same folder as
>> index.html? Something that may be helpful is to look at the Apache log. From
>> your email it would appear to be located at C:\Program Files\Apache Software
>> Foundation\Apache2.2\logs. There should be an error.log (but you may not see
>> the log part of the filename) and an access.log.
>>
>> First check to make sure that the test.php file is in the correct folder
>> and then check the log files.
>>
>> Thanks,
>> James
>>
>>
>
>
> --
> Thanks
>
> Nagrik
>
favicon.ico http://en.wikipedia.org/wiki/Favicon.ico
crossdomain.xml http://en.wikipedia.org/wiki/Cross-site_request_forgery
--
-
Richard Quadling
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
"Standing on the shoulders of some very clever giants!"
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ort->ExportOptions->FormatType = 31; // 31 = PDF, 36 = XLS, 14 = DOC
// Assign the parameters to the report.
$m_Stuff = new Variant();
$o_CrPeriodsParam =
$o_CrReport->ParameterFields->GetItemByName('PeriodIDs', $m_Stuff);
$o_CrPeriodsParam->ClearCurrentValueAndRange();
for
rReport->ExportOptions->DiskFileName = $s_ExportedReport;
>> $o_CrReport->ExportOptions->PDFExportAllPages = True;
>> $o_CrReport->ExportOptions->DestinationType = 1; // Export to File
>> $o_CrReport->ExportOptions->FormatType = 31; // 31 = PDF, 36 = XLS, 14 =
r. In our case, Timeware didn't bomb
out, but nothing was printed.
As soon as we gave permissions to the printer for the Timeware
service, all was well.
Now with regards to IIS, I'm not too sure.
What I have half worked out ...
http://docs.php.net/manual/en/ini.core.php#ini.fastcgi.i
seems that the fcntl() function can accept
O_NONBLOCK. This does not seem to be present on win32.
The doc for fopen() does not mention 'n' as being available (probably
for this reason).
Regards,
Richard.
--
-
Richard Quadling
Zend Certified Engineer : http://zend.com/zce.php
-5.3.0RC3-dev.zip .
cd ..\..
cd Release_TS
zip.exe -9 -q php-debug-pack-5.3.0RC3-dev-Win32-VC9-x86.zip *.pdb
cd ..\..
No, "x64" folder.
The zips are created but not pecl package.
Regards,
Richard
--
-
Richard Quadling
Zend Certified Engineer : http://zen
Because MailEnable doesn't support special Key processing.
>
> Any Suggestion ?
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
An option (you may or may not want to take) is to upgrade to a lat
; Does someone have any experience in that matter ?
>
> Thank you very much !
>
>
If it is permissions, TEMPORARILY, allow IIS to interact with the
desktop. Hopefully you can RDP to the server as the console and see
what error message pops up (if any).
As PHP and excel run on the se
2009/5/19 Faubry, Samuel :
>> From: Richard Quadling
>> 2009/5/18 Faubry, Samuel :
>> > Hi,
>> >
>> > I am interfacing PHP and Excel to build a web-based
>> reporting tool. I am running IIS6.0 with PHP 5.2.5 on Windows
>> Server 2003, with Offi
gt;
> Replace species_name with the correct column name.
>
> Without resorting to some sort of client side scripting I am not sure you
> could select multiple letters to search on with simple HTML links.
>
> Cheers,
> James
>
>
> --
> PHP Windows Mailing List (ht
2009/5/25 Faubry, Samuel :
> Hi Richard,
>
> Sorry for not replying earlier, I've had other duties to take over.
>
> Can you tell me from where you took the excerpts of documentation you
> sent me in your last e-mail ? Because they are consistent with the
> behaviour I
osed to happen automatically if
com.autoregister_typelib is set, but as the documentation mentions,
the auto-registration is library dependent.
Regards,
Richard.
--
-
Richard Quadling
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
"Standing on the shoulders of some very clever giants!"
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
http://www.jose.it-berater.org/
2009/5/27 Richard Quadling :
> 2009/5/25 Faubry, Samuel :
>> Hi Richard,
>>
>> Sorry for not replying earlier, I've had other duties to take over.
>>
>> Can you tell me from where you took the excerpts of documentation you
&g
ail dot com
>>>
>>>
>>>
>>> --
>>>
>>> Sent from Seattle, WA, United States
>>
>>
>>
>> --
>> PHP Windows Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>>
>>
>
>
>
> --
>
> Sent from Seattle, WA, United States
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--
-
Richard Quadling
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
"Standing on the shoulders of some very clever giants!"
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
't tie up.
You can't mix a V4 extension into a V5 installation, or a nts and ts
extension, etc.
I would recommend turning off all the extensions and making sure the
basic PHP installation is operational. Then turn each extension on one
at a time until you see the error.
Alternatively,
e the .BAT.
If not put it at the end.
That should do the trick.
--
-
Richard Quadling
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
"Standing on the shoulders of some very clever giants!"
I need a car : http://snipurl.com/l4pih
ZOPA : http://uk.zopa.com/member/RQuad
2009/7/2 Richard Quadling :
> 2009/7/2 Ravi Joshi :
>> Hi,
>> I have downloaded ZendServer-CE-4.0.3-Windows_x86.exe(49.6 MB) and
>> installed it in C:\Program Files\Zend derectory .Whenever i want to run any
>> php script i have to put my php script in C:\Progra
2009/7/2 Richard Quadling :
> 2009/7/2 Richard Quadling :
>> 2009/7/2 Ravi Joshi :
>>> Hi,
>>> I have downloaded ZendServer-CE-4.0.3-Windows_x86.exe(49.6 MB) and
>>> installed it in C:\Program Files\Zend derectory .Whenever i want to run any
>>>
t editor with colour syntax highlighting for
PHP (EditPadPro - http://www.editpadpro.com)
If you are looking for an integrated debugging environment, then maybe
Zend is your bag.
--
-
Richard Quadling
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
"St
asier and you're done.
If this setting up process takes more than 2 minutes, then you're
doing it wrong.
No need to reboot, but any open command prompts would need to be
cycled to gain the new environment variable settings.
Regards,
Richard.
[1] http://wiki.tcl.tk/1785
[2] http://en.
1 - 100 of 244 matches
Mail list logo