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
~423 People Reached
Favorite Forums
Favorite Tags
php x 7
Member Avatar for bubai

i want to create functionality like mailmerage in the web. is that possible in php? if posible how i start? basically it works when get First name,Last name address in any where of the document it display there and when save, it also store in database.

Member Avatar for phpsnook
0
40
Member Avatar for bubai

i am using iframe. it works in internet explorer which show the content of word file but in mozila download the file. How i solve it in mozila firefox. Any one help?

Member Avatar for digital-ether
0
64
Member Avatar for bubai

Suppose i upload a word file and see it html view. How it is possible in php?

Member Avatar for invisal
0
74
Member Avatar for bubai

FPDF error: Some data has already been output, can't send PDF file. how can i solve it

Member Avatar for leelee
0
55
Member Avatar for bubai

<table width="100%" border="0" cellspacing="0" cellpadding="3"> <form action="temp.php" method="post" name="frmTemp"> <? $sql_count="select * from dmail_fields"; //echo $sql_count; $rec=mysql_query($sql_count); while($data=mysql_fetch_array($rec)) { ?> <tr> <td align="center"><input name="txtValue" type="text" class="textfield" id="txtValue" size="18" value="<? echo $data['field_name'];?>" readonly="ture" /></td> <td align="center"><input name="txtChange[]" type="text" class="textfield" size="18" /></td> </tr> <? } ?> <tr> <td width="50%" align="center">&nbsp;</td> <td width="50%" …

Member Avatar for Anonymusius
0
75
Member Avatar for bubai

I am creating a template using FCkeditor. When i dispaly it front end then the template is brake. I am showing the templale in this way <img scr="<? echo $data['Content'];?>" width="107" height="139" /> how it is properly displaying? Any one help? breaks means its display in a bigger form not …

Member Avatar for johny_d
0
68
Member Avatar for bubai
0
47