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.

~27.0K People Reached
Favorite Forums
Favorite Tags
Member Avatar for baloch123

Hi I want to greet user when they type their name in the textbox. e.g WHEN THEY TYPED IN THEIR NAME A LITTLE POP UP, OR A LINE APPEARED IN AREA THAT SAID “Hi XXXXX, nice to meet you!” Here is the sample code. <div class="form-group"> <label class="col-xs-3 control-label">What is …

Member Avatar for baloch123
0
272
Member Avatar for baloch123

Hi Hope,everyone is doing good out there. I need some help regarding which strategy to use for one of my projects. Here are the project details I want to generate PDF forms, by gathering data from user.There are different questions to ask and based on each answer,we will ask next …

Member Avatar for baloch123
0
735
Member Avatar for baloch123

Hi I have dropdown list of domain names.Which is populated by mysql query(1st query). And when dropdown value is selected that value is used in another mysql query(2nd query). I've a submit button,when it is clicked.It is working perfectly. But i want to remove submit button and i need a …

Member Avatar for diafol
0
18K
Member Avatar for baloch123

I am unable to apply this style to Cell A16. I want to make horizontal boarder around cells. $objPHPExcel->getActiveSheet()->getStyle('A16')->getBorders()->getHorizontal()->setBorderStyle(PHPExcel_Style_Border::BORDER_THICK);

0
90
Member Avatar for baloch123

Hi Everyone I want to convert Excel File to PDF using PHP. Can anyone guide me in this matter? I have tried PHPExcel by using tcpdf,mpdf,docpdf libraries but they didn't produce good layout. Do you have any other suggestion? Waiting for your reply.

Member Avatar for jazleeen
0
7K
Member Avatar for baloch123

Hello I have excel file having few cells merged for Title. e.g B1:F1 are merged cells,i want to align text of these merged cells to center.keeping the cells merged. I have use this code but it didn't work $objPHPExcel->getActiveSheet()->mergeCells('B1:F1'); $objPHPExcel->getActiveSheet()->getStyle('B1:F1')->getAlignment() ->setHorizontal(PHPExcel_Style_Alignment::HORIZONTAL_CENTER);

0
81
Member Avatar for baloch123

Hi Everyone I'm priningt PDF from Excel file using PHPExcel. How can i show gridlines for cells(A16:A32)?

Member Avatar for baloch123
0
89
Member Avatar for baloch123

Hello I want to display random images stored in folder.and their name stored in mysql. Please Help me. Thanks

Member Avatar for pritaeas
0
101