Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~579 People Reached
Favorite Forums

5 Posted Topics

Member Avatar for InsaneVr6

Hello, Your code on line 22: [icode]<form method=POST action=\ "$_SERVER[PHP_SELF]\">[/icode] Updated code : [icode] <form method=POST action=\"$_SERVER[PHP_SELF]\">[/icode] --- Just remove space between 'action=\ ' and ' " '. Thanks Ranjeet :)

Member Avatar for InsaneVr6
0
194
Member Avatar for sleign

[QUOTE=durai_krisna;929116]Dear sleign, I just look out your code. you done a mistake in [B]<input type="radio" value="<?php $getPageName['pageName'];?>" name="<?php $getPageName['pageName'];?>">[/B] this code. you assign the value and name using echo. like <input type="radio" value="<?php echo $getPageName['pageName'];?>" name="<?php echo $getPageName['pageName'];?>"> it will run. and use this $title = $_POST[$getPageName['pageName']]; try it. Regards, …

Member Avatar for sajif
0
180
Member Avatar for franciskp

Hello , Use HTML dom to retrieve data from the cell. Refer below URL. [url]http://www.w3schools.com/htmldom/default.asp[/url] Thanks, Ranjeet :)

Member Avatar for ranjeetp
0
64
Member Avatar for ranjeetp

Hello All , I have integrate eWay payment gateway, My need is I have to insert payment history which is monthly in the database and display that history in the my account section. But I don't know how to do it?. I know In paypal there is IPN for this …

Member Avatar for chrishea
0
73
Member Avatar for xuexue

[QUOTE=xuexue;923261]hi guys, need help, the fopen () command does not run on my program, i don't think what's the problem, please help me [code] <?php $ourFileName = "C:\server\htdocs\samples\php\sample.txt"; $fh = fopen($ourFileName, 'r') or die("Can't open file"); fclose($fh); ?> [/code][/QUOTE] Hi !!!! Use following code to open the file [code=php]<?php $filename …

Member Avatar for ranjeetp
0
68

The End.