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 #27.9K
~994 People Reached
Favorite Forums
Favorite Tags

7 Posted Topics

Member Avatar for michael123
Member Avatar for Tina66

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; } } …

Member Avatar for srikanth1243
0
60
Member Avatar for ashneet

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.

Member Avatar for fsn812
0
178
Member Avatar for Member #36984
Member Avatar for NilovSerge

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 …

Member Avatar for srikanth1243
0
111
Member Avatar for TimmyRaa

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.

Member Avatar for srikanth1243
0
117
Member Avatar for Juls

I think there is no function like mysql_numrows, Its mysql_num_rows

Member Avatar for srikanth1243
0
103

The End.