[PHP] Help Need in PHP File Upload

2002-12-10 Thread ppf
Hi: I need to upload a file during form submittion, I had done all the coding on my local Linux box It work fine over here. When i moved the code to my Client machine File upload is not working well. Server side code first check where file upload is successful by

[PHP] need help on Installation over Linux/apache/mysql

2002-12-04 Thread ppf
Hi : I tried to Install Apache1.3x/PHP4.0x/Mysql on Linux 6.1 I followed exact steps described in http://www.e-gineer.com/instructions/install-php4x-for-apache1xx-on-linux.phtml Apache/mysql installed and tested successfully, but when I tried to install php with mysql option it shows that

[PHP] Padding problem with \ and

2002-11-13 Thread ppf
Hi all: Iam trying to generate a string which contain real path to a perticular folder to copy the uploaded file I might move this application to client machine, so i decised to generate the string dynamically when i try to concatnate the realpath() value and the destination path like this

[PHP] Need Help in escaping and\

2002-11-13 Thread ppf
Hi All: I am trying to generate the directory path dynamically to save the Uploaded file. when i try to concatnate the string with\ it generate an error, Hope you guys can help me in this here is the code $real_Path=realpath(../../index.php); $real_path=$real_path.\DefaultFld\SubFld\; Here is

[PHP] Need Help in installation of PHP, appache and MySQL on Linux

2002-11-11 Thread ppf
Hi All: I got php/mysql/appache on my windows machine, it works fine Now i have to install appache/php/mysql on Linux 6.1 red hat. I had searched the php.net for intallation document, but it didn't have much detailed description. I am new to Linux also, if u guys know some URL or doc pls let me

[PHP] To Move Recordset back to initial position

2002-11-06 Thread ppf
Hi All: I am having a problem in MySQL records,If i used the record set once and later on if i want to use the same record set in some oteher place in the same page its behive like an empty recordset, I want to know is there any method to (recordset.moveFirst or some thing) move the cursor towards

[PHP] Check box with same name

2002-11-01 Thread ppf
Hi all: I am having a problem in accessing form data from multiple check box of same name with different values, like this input type=checkbox name=searchStr value=Where Where/td

[PHP] date validation problem!

2002-10-31 Thread ppf
Hi all: I am having some problem with date validation I am trying to validate the date in a form Field I had provided a text field for date, so have to expect all the different possible entry, When i tried with checkdate() method it needs the parametes in (int month,int date, int year). It make

[PHP] explode didn't work well

2002-10-31 Thread ppf
Hi all: I had tried to split the string into an array of string using explode but the result isn't displaying anything I tried the example from document its its not showing anything, pls point out where i went wrong ** $pizaa=piece1 piece2 piece3 piece4 piece5 piece6; $pieces

[PHP] How to find future date?

2002-10-30 Thread ppf
Hi All: I like to know is there any metrhod to find future date ( for example 15 days from the today [sys date]). Basically i am looking for a method equivalent to datediff or dateadd in asp. I hope PHP will have some thing corresponding to this, I will really appricate u r help, thanks in

Re: [PHP] How to find future date?

2002-10-30 Thread ppf
Thank you all both mktime and strtotime () will achive the goal, thank again Prad --- 1LT John W. Holmes [EMAIL PROTECTED] wrote: Take a look at mktime() www.php.net/mktime ---John Holmes... - Original Message - From: ppf [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent