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
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for trivikrama

Hi all, I have to design a form where User can fill some details. After he submits the form it should be viewed for final confirmation. If everything is fine, then there should be two options. Save as PDF and Send mail. if save as pdf -> the submitted page …

Member Avatar for trivikrama
0
268
Member Avatar for wetube

Hello everyone, I have a problem with this code php: [CODE]<?php $sql = mysql_query("select * from news left join categories on news.category_id = categories.id group by category order by categories.id "); while($row=mysql_fetch_array($sql)){ ?>[/CODE] html: [CODE]<div class="title" align="center"> <?=$row['category']?> </div> <div class="headlines"> <span style="float:left;"><?=$row['subject']?></span> <span style="float:right;"> <?=$row['date']?> </span> </div>[/CODE] the problem …

Member Avatar for pritaeas
0
81
Member Avatar for Ismatus3

Hello every body , I just need to put an horizontal image on the top of my page from the right side to the left side , how could i modify this code to get the result : [CODE]<img style="width: 2000px; height: 80px;" alt="txt" src="images/image2865%20%28copie%29.png">[/CODE] , thank you fro your …

Member Avatar for Ismatus3
0
95
Member Avatar for wetube

hello guys, please give me any idea about solving this problem. I have two tables categories: id .... category .... parent ________________________________ 1 .... general .... 0 2 .... news .... 0 news: id .... headline .... category_id ________________________________ 1 .... headline1 .... 1 2 .... headline2 .... 2 3 …

Member Avatar for diafol
0
113
Member Avatar for jacob21

I m using substr in while loop. Using substr I am getting strike in Text; If I omit substr then I get perfect result. I have to substr function; Is there any another alternate function. [CODE] if($countrecords>=0) { while($row1=mysql_fetch_array($result1)) { ?> <div style="border-top:1px dashed #cccccc; padding-top:10px;"> <div style="font:bold 11px verdana; …

Member Avatar for wetube
0
1K