Re: [PHP] Scheduling PHP on Windows

2004-03-22 Thread imran asghar
hi, I do this task on window thru schedule task as, First I create BATCH file File.bat:: @ECHO OFF c:\php\php -q c:\dailyscript\script.php then I added this file.bat path into schedule Task for specify time interval imran - Original Message - From: [EMAIL PROTECTED

[PHP] array data

2004-02-10 Thread Imran Asghar
Hi, Is not working, is it correct way File1.php ? $colors = array('red','blue','green','yellow'); ? form action=file2.php method=post input type=hidden type name=colors value=?=$colors? /fomr File2.php ? echo $colors[0]; echo $colors[1]; echo $colors[2];

[PHP] How can i run DOS command from browser

2003-11-07 Thread imran
Hi, Any one know that how can me run a script from command line after receving the input from FORM thru browser thnx

Re: [PHP] How to get the server information

2003-11-04 Thread imran
Hi, ? echo $OS; echo br; echo $SERVER_SOFTWARE ; ? bye - Original Message - From: K. Praveen Kumar [EMAIL PROTECTED] To: [EMAIL PROTECTED]; Praveen Kumar [EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 2:33 PM Subject: [PHP] How to get the server information Dear All,

[PHP] Mail Delivery Acknowledgement

2003-11-03 Thread imran
Thank you for contacting me Your e-mail has been forwarded to the appropriate person Mr. Imran Asghar. We welcome all comments and suggestions. Due to the high volume of e-mails received, not all e-mails are responded to directly. All e-mails that are responded to are handled in the order

[PHP] Mail Delivery Acknowledgement

2003-11-03 Thread imran
Thank you for contacting me Your e-mail has been forwarded to the appropriate person Mr. Imran Asghar. We welcome all comments and suggestions. Due to the high volume of e-mails received, not all e-mails are responded to directly. All e-mails that are responded to are handled in the order

[PHP] Mail Delivery Acknowledgement

2003-11-03 Thread imran
Thank you for contacting me Your e-mail has been forwarded to the appropriate person Mr. Imran Asghar. We welcome all comments and suggestions. Due to the high volume of e-mails received, not all e-mails are responded to directly. All e-mails that are responded to are handled in the order

Re: [PHP] Oracle - Win32

2003-10-11 Thread imran
-Edit the php.ini file GET THE DLLs: The Dlls for mssql and others (oracle, sybase, etc.) are NOT included in the installation (Install Shield Wizard) in the root folder. Get the other package for windows systems (NO Install shield!). Just plain files. After unzipping the file, look for the

Re: [PHP] snippet

2003-08-14 Thread imran
hi It is a Ternary Operator, Often you can avoid large if/else statements in your code by using the ternary operator. For example: echo You have $i . ($i==1 ? message : messages). in your box.\n; Note: ? : operator has this syntax expr ? expr : expr; imran - Original Message

[PHP] Search Engine

2003-08-01 Thread imran
Hi, Does anyone know any free search engine for web application imee

[PHP] mnoGoSearch

2003-07-30 Thread imran
hi Anyone tell that abt mnoGoSearch function can config on WNT server. imran

[PHP] CGI Timeout

2003-07-29 Thread imran
Hi, i facing a error during uploading a big size file (abt 200 MB). i incred = upload file size in php.ini and also incred connection time in IIS (web = server), but i getting again this below written error msg. any one known abt this... CGI Timeout The specified CGI application exceeded the

[PHP] CGI timeout problem

2003-07-29 Thread imran
hello, I wrote a very simple upload script and it perfectly works for small files. But if the file is too huge (I tried with 8Mbytes), my browser displays: The page cannot be displayed ... Cannot find server or DNS Error Internet Explorer instead of uploading the file and submitting the form