[PHP-WIN] No input file specified

2003-06-03 Thread PHP User
I have installed php and configured it per the install manual. I associated .php extensions to run php scripts via the php interpreter and ran the test.php script successfully. I then configured my Netscape 3.63 server mime-types to support php as magnus-internal/shellcgi Then I enabled php extensi

[PHP-WIN] PHP 5??

2003-06-03 Thread Bryan Thoreson
Does anyone know what the roadmap for PHP 5 is? I'm trying to patiently wait for the ability to create a ssl network stream, and my understanding is that will come when PHP 5 is released, or is there another way to do this in the Windows platform. Bryan ~~

Re: [PHP-WIN] querying an online excel file from htm

2003-06-03 Thread Leon
Work around the problem Save the xls file as a csv rather (then it is easy) Cheers - Original Message - From: "Brian 'Bex' Huff" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 03, 2003 2:53 PM Subject: [PHP-WIN] querying an online excel file from htm > -BEGIN P

[PHP-WIN] querying an online excel file from htm

2003-06-03 Thread Brian 'Bex' Huff
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hmmm... this can be done using Apache POI and the HSSF (horrible spreadsheet format) projects: http://jakarta.apache.org/poi/ http://www.xml.com/lpt/a/2003/01/22/cocoon-excel.html but you need to know Java. You could make a command-line program that pro

[PHP-WIN] Re: Save As html problems

2003-06-03 Thread Radovan Radic
Solution is adding session_cache_limiter('private'); before session_start(); altough i dont know why :) "Radovan Radic" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi guys, > > I have problems with Save As option from Internet Explorer. Pages are > generated by PHP, basically usi

[PHP-WIN] Re: Problem on Date Function

2003-06-03 Thread George Nicolae
$date1="2003-06-02"; $date2=date("Y-m-d",strtotime($date1)-3*24*60*60); echo $date2; -- Best regards, George Nicolae IT Manager ___ PaginiWeb.com - Professional Web Design www.PaginiWeb.com "Jack" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Dear all > Here i

[PHP-WIN] Problem on Date Function

2003-06-03 Thread Jack
Dear all Here is the situation : Our automation system will generate a large number of pdf file to a specific folder every day. The name format for all these pdf file is ".20030602.pdf". is the name of the file, 20030602 is last working date. what i want to do is: 1. create a sub-folder

php-windows Digest 3 Jun 2003 08:53:17 -0000 Issue 1759

2003-06-03 Thread php-windows-digest-help
php-windows Digest 3 Jun 2003 08:53:17 - Issue 1759 Topics (messages 20163 through 20168): THANK YOU ALL!! 20163 by: Stephen Rivas Jr Best way to upgrade? 20164 by: Rod Martin 20167 by: Per Lundberg HELP ME PLZ 20165 by: Gustavo Andrade 20168 by: Hen

SV: [PHP-WIN] HELP ME PLZ

2003-06-03 Thread Henrik Hornemann
Try something like: if ($extensao != '.rep') {... hth Henrik Hornemann > -Oprindelig meddelelse- > Fra: Gustavo Andrade [mailto:[EMAIL PROTECTED] > Sendt: 29. maj 2003 00:35 > Til: [EMAIL PROTECTED] > Emne: [PHP-WIN] HELP ME PLZ > > > I HAVE THIS FOLLOWING CODE THAT WORKS PERFECTLY, IT

Re: [PHP-WIN] Best way to upgrade?

2003-06-03 Thread Per Lundberg
On Mon, 2003-06-02 at 23:18, Rod Martin wrote: > Is there a simple way to transfer > the changes I have made to the php.ini file into the new version? How > can I do this and minimize the chance of creating some long-term > downtime because I forgot to do something in the .ini that I (1) > figu

[PHP-WIN] querying an online excel file from htm

2003-06-03 Thread ZN
Hi everyone, I have the following IT-problem: I want to read some fields from an Excel file (located on FTP-Server) and to view the result in html. My .xls file has two colons: "Product's Name" and "Price" And I would like to be able after giving as input QM "Quantity of Money" to my html

[PHP-WIN] HELP ME PLZ

2003-06-03 Thread Gustavo Andrade
I HAVE THIS FOLLOWING CODE THAT WORKS PERFECTLY, IT IS A SMALL UPLOAD SYSTEM. (IM FROM BRAZIL) O arquivo foi transferido!"; }else{ echo "O arquivo não foi transferido!"; echo "Nome, caminho ou extensão de arquivo Inválido"; } ?> into the $extensao=substr($arquivo_name, -4); i get the value of the

[PHP-WIN] Best way to upgrade?

2003-06-03 Thread Rod Martin
We have PHP 4.2.1 installed on an IIS server. I want to upgrade it to 4.3.0. I downloaded 4.3.0 and am looking at the install text files and had to pose the question -- What is the best way to update a PHP install? Do I really need to install from scratch? Is there a simple way to transfer the

[PHP-WIN] THANK YOU ALL!!

2003-06-03 Thread Stephen Rivas Jr
I was able to get a lot of help from this group and fortunately made my deadline. amazingly, i think the system actually works and i've never worked with PHP before so this is my first try... Please, scrutinize my work! I would like to know how to work this all better! http://www.throttlehead.com

php-windows Digest 2 Jun 2003 19:06:54 -0000 Issue 1758

2003-06-03 Thread php-windows-digest-help
php-windows Digest 2 Jun 2003 19:06:54 - Issue 1758 Topics (messages 20152 through 20162): Re: OT - Dreamweaver MX help needed 20152 by: George Pitcher Re: Installation problems... 20153 by: Cristian MARIN 20155 by: Per Lundberg Re: php.ini directory 20154 b

[PHP-WIN] Re: IIS and include: including content from external server

2003-06-03 Thread Christoph Grottolo
[EMAIL PROTECTED] (Rod Martin) wrote: >Setup: >PHP 4.2.1 > >I'm trying to share content between an intranet and internet server. I >am trying to INCLUDE a content html file from another server into my >template html but I cannot INCLUDE anything from an external URL. Upgrade PHP to 4.3.2. Re

[PHP-WIN] Re: Get value of tag

2003-06-03 Thread sven
maybe a regular expression does it for you? $str ="[code=vb]"; preg_match("/\[code=([a-z]+)\]/", $str, $reg); echo $reg[1]; i assumed that your value is only lower alpha and at least one char, can simlpy be modified. ciao SVEN. "Jeremy Whitlock" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[

[PHP-WIN] Get value of tag

2003-06-03 Thread Jeremy Whitlock
PHP-List, I'm working on a module and I need to be able to get the value of: [code=vb] where the results would be "vb". Can someone help? Thanks, Jeremy Whitlock --- MCP/MCSA IT Manager for Star Precision, Inc. Phone: (970) 535-4795 Metro: (303) 926-0559 Fax: (970) 535-0780

[PHP-WIN] Re: Read all the webmonkey tutorials, still need guidance

2003-06-03 Thread sven
does a var $_GET['rider_name'] exist? maybe registe_globals is turned off in php.ini? ciao. "Stephen Rivas Jr" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > I have read and re read all of the webmonkey Installation of Apache/PHP4 and > finally got the phpinfo() function worki

[PHP-WIN] ms exchange public folders

2003-06-03 Thread sven
hi, is there a solution to access public folders of an ms exchange 2000 server? i got a folder with lots of contacts and want to access them via php. by now i am able to reach my exchange information store and see my storage group via ldap. but there are no public folders in the folder hierarchie

[PHP-WIN] IIS and include: including content from external server

2003-06-03 Thread Rod Martin
Setup: Windows NT 4.0 PHP 4.2.1 IIS 4.0 I'm trying to share content between an intranet and internet server. I am trying to INCLUDE a content html file from another server into my template html but I cannot INCLUDE anything from an external URL. Includes work fine internally. I get this error: