No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
You can use this script. Once run this code you can get the words. If you have any doubts in code let me know. <? $arr=array("asjfhjdshfj","put","yet","up","type","kdfjhkfdh","sdjkhgjdfhgj","jashdfjsgf","sjdfjsdgf"); $i="qwertyuiop"; $k=""; $p=0; $g=0; $s=array(); while($p<=count($arr)) { for($o=0;$o<strlen($arr[$p]);$o++) { for($j=0;$j<strlen($i);$j++) { $l=$arr[$p]; if($l[$o]==$i[$j]) { $k.=$i[$j]; $g++; } if($g==strlen($arr[$p])) { $s[]=$k; $k=""; $g=0; } } …
You can use html to pdf converter see the link [url]http://www.rustyparts.com/pdf.php[/url] First read your php file and then write that to an html file then convert this html to pdf file using above specified link program.
I can help you. Please let me know how to approach.
You have to use adodb interface to connect to postgresql db. use this: $con=&ADONewConnection('postgres');//postgres is default super user for postgresql db. $con->PConnect(server name,username of u'r DB,password,database name);//connect to DB with specified username you can also use Connect in place of PConnect $con->Execute(query);//This will gives you the result set object. OR …
You can calculate them in the while loop itself , and store that result value in variable give that to table by creating one more column. If you want to check the rows use the check for $position variable.
I think there is no function like mysql_numrows, Its mysql_num_rows
The End.
srikanth1243