No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
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 :)
[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, …
Hello , Use HTML dom to retrieve data from the cell. Refer below URL. [url]http://www.w3schools.com/htmldom/default.asp[/url] Thanks, Ranjeet :)
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 …
[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 …
The End.
ranjeetp