Search found 23 matches

by sujithfem
Tue Apr 22, 2008 6:38 am
Forum: PHP - Code
Topic: Problem while execute the Query
Replies: 3
Views: 154

Re: Problem while execute the Query

yes thanks a lot for your reply
works fine after change the following Code
$Condition = '`' . $FieldName. '`' . ' VARCHAR(20)';
by sujithfem
Tue Apr 22, 2008 6:37 am
Forum: PHP - Code
Topic: Problem while execute the Query
Replies: 3
Views: 154

Re: Problem while execute the Query

yes thanks a lot for your reply
works fine after change the following Code
$Condition = '`' . $FieldName. '`' . ' VARCHAR(20)';
by sujithfem
Tue Apr 22, 2008 4:31 am
Forum: PHP - Code
Topic: Problem while execute the Query
Replies: 3
Views: 154

Problem while execute the Query

Hi, I have a problem especially executing the query, I hope the problem due to special Character, i am using the ADOB for DB , Language is PHP, i have enclosed the function which make me hazard ……. [syntax=php]  define('QRY_ALTER_CATEGORY', 'ALTER TABLE Category ADD %s');    function ChangeCategory(...
by sujithfem
Fri Aug 11, 2006 4:34 am
Forum: PHP - Code
Topic: PHP User defined function
Replies: 8
Views: 886

Ok I want custom function for my php software ,i think it like shell scripts in unix ..it's ok ,thanks for your reply
by sujithfem
Fri Aug 11, 2006 3:44 am
Forum: PHP - Code
Topic: PHP User defined function
Replies: 8
Views: 886

For example:
we have write different function in PHP.
I want to add this function in PHP lib. like (str_replace..)
by sujithfem
Fri Aug 11, 2006 3:27 am
Forum: PHP - Code
Topic: PHP User defined function
Replies: 8
Views: 886

PHP User defined function

hi

is there any way to inlude the userdefined function in to PHP predefined lib function ,please let me know the same ,advance thanks for valuable solution...

regards

Sujith
by sujithfem
Fri Aug 11, 2006 3:22 am
Forum: PHP - Code
Topic: PHP CODE Validator /Software
Replies: 10
Views: 805

thanks for your reply and i got the solution ,the following url refer the php code per

http://www.softwareverify.com/productsPHP.html

regards

sujith
by sujithfem
Thu Aug 10, 2006 2:24 am
Forum: PHP - Code
Topic: PHP CODE Validator /Software
Replies: 10
Views: 805

Re: PHP CODE Validator /Software

sujithfem wrote:Hi

I want one Application which is use to Validate the PHP code and etc ,please let me know the application/software

thank you

regards
Sujith G
by sujithfem
Thu Aug 10, 2006 2:10 am
Forum: PHP - Code
Topic: PHP CODE Validator /Software
Replies: 10
Views: 805

I want special application that use to check the perfomance the PHP function /class.do you anything if so please let me know the same
by sujithfem
Thu Aug 10, 2006 1:52 am
Forum: PHP - Code
Topic: PHP CODE Validator /Software
Replies: 10
Views: 805

No,I meant Check the PHP Code standard and Performance of the Code ........
by sujithfem
Thu Aug 10, 2006 1:24 am
Forum: PHP - Code
Topic: PHP CODE Validator /Software
Replies: 10
Views: 805

PHP CODE Validator /Software

Hi

I want one Application which is use to Validate the PHP code and etc ,please let me know the application/software

thank you

regards
Sujith G
by sujithfem
Tue Aug 08, 2006 2:02 am
Forum: PHP - Code
Topic: File Read
Replies: 3
Views: 199

I got but i need 2nd and 3rd column of the specified text file please let me know the solution for the same <?php $lines = file('test.txt'); foreach ($lines as $line_num => $line) { echo $line."</br>\n"; } ?> Test.text Run no. Ref. doc. Reference Pers.no. 1000003074 1000498611 1250047681/0...
by sujithfem
Tue Aug 08, 2006 1:26 am
Forum: PHP - Code
Topic: File Read
Replies: 3
Views: 199

File Read

hi I wanna code which is use to display the following only ,Ref doc , Reference ,the datas are in text file like Run no. Ref. doc. Reference Pers.no. 1000003074 1000498611 1250047681/000 20012163 1000003074 1000498611 1250047681/000 20012163 1000003074 1000498612 1250047780/000 20012260 1000003074 1...
by sujithfem
Tue Aug 08, 2006 12:23 am
Forum: Javascript
Topic: Client Side Date
Replies: 2
Views: 619

Thank You Very Much
by sujithfem
Tue Aug 08, 2006 12:02 am
Forum: Javascript
Topic: Client Side Date
Replies: 2
Views: 619

Client Side Date

Hi,
I wanna get local date, I mean client system date, is it possible by PHP, let me know the solution for the same, thank you