0
votes
1answer
54 views

Leading zeros in an extracted Excel file from database using PEAR

In the admin section of my website there is a button that extracts an Excel file with data from my database. In reality, it is an Excel file that is created upon clicking the button using PEAR. I use ...
0
votes
1answer
57 views

Excel extraction from database using PEAR: column with enumeration

There is a a section of my website that allows to extract an Excel file using data from a database. In order to accomplish this task, I am using the PEAR library. The Excel table that is generated ...
2
votes
1answer
118 views

addHTMLImage not working

I am working on a project that sends out HTML emails to people after a forum is filled out, I have gotten the HTML portion of the code to work but for some reason cannot get the banner image to appear ...
0
votes
1answer
154 views

Hostgator Shared Server Hangs After Submitting Pear Mail Script

Apparently my hostgator shared hosting server hangs after the script below runs. Although the script returns a message successfully sent, it isn't sent. The SMTP settings are verified working as I ...
1
vote
1answer
308 views

phpexcel conditional formatting Icon Sets

I have spent the last few days trying to look up how to use the built in icon sets instead of changing the background color for my conditional formatting. I am looking to use the green tick and red ...
1
vote
1answer
78 views

Order of child blocks in HTML_Template_IT - does it matter?

I am working on simple php based survey generator. All it does is gets questionnaire from DB and creates appropriate form on the page. For templating I'm using PEAR HTML_Template_IT (1.3) and I have ...
3
votes
2answers
1k views

PEAR Mail SMTP/ MIME and HTML formatting

I am trying to setup PEAR to send SMTP emails, which has worked correctly. However, I need to send the messages via SMTP but I need the emails to be sent in HTML format - is this possible. I can see ...
0
votes
1answer
93 views

Does anyone know of a good PHP Pear Structures_DataGrid alternative for tabular output?

I've been searching around for hours looking at PEAR Structures_DataGrid with HTML_Table rendering, but it looks like the maintenance on Structures_DataGrid is not being kept up and MDB2 is getting ...
0
votes
1answer
130 views

How do you get multiple args in a PEAR BBCODE Parser?

Currently I am parsing my text using the PHP5 PEAR BBCode parser. Now I am looking into my img tag and realise I don't know how to specify 3 args. This is the format of the input: [img src="" ...
0
votes
1answer
902 views

Moodle HTML Quickform select options not loading correctly

I have 2 select lists ausers - List all available users susers - Displays selected users I use moodles global $SESSION variable to store the users selection items and then I load the ...
1
vote
1answer
158 views

html quickform usage tips and tricks

I am using html quickforms. I want to do have 2 forms like <form1> </form> <form2> </form> 2 forms in single page. how do i do this in a page using quickforms. i use code ...
0
votes
1answer
787 views

Formatting tables generated with PHP/PEAR Structures_DataGrid & HTML_Table

I've been working through some examples in a book using pear for the first time... so far it seems pretty cool, but I'm having a small problem where I need to tweak the formatting of one particular ...
1
vote
2answers
788 views

php email html link, but just showing up as html code

I'm trying to e-mail a html table, that has links within it. But when I receive the e-mail, it just shows me the html code itself. I'm using PHP pear to send the email. I try constructing a string ...
2
votes
2answers
1k views

PEAR MAIL HTML email not well formatted in Hotmail/Yahoo/GMail

I'm using PEAR to send HTML emails from my website. My email are sent, but they are not formatted according to the CSS when viewed in Hotmail/Yahoo/GMail. When I view them in Windows Live MAil, they ...
3
votes
5answers
2k views

How to show a comparison of 2 html text blocks

I need to take two text blocks with html tags and render a comparison - merge the two text blocks and then highlight what was added or removed from one version to the next. I have used the PEAR ...