Forum: PHP Aug 10th, 2006 |
| Replies: 6 Views: 8,168 start here: http://www.fpdf.org/en/tutorial/index.php |
Forum: PHP Aug 9th, 2006 |
| Replies: 6 Views: 8,168 and what if your hosting provider doesn't support this commercial library?
fpdf works on every php host and is free... I tried the same some years before and skipped pdf-lib because I needed to... |
Forum: PHP Aug 9th, 2006 |
| Replies: 6 Views: 8,168 Hello,
check FPDF (www.fpdf.org) and the extension FPDI (fpdi.setasign.de)
this way it's possible to create dynamic pdf file while using php4 only |
Forum: PHP Feb 14th, 2006 |
| Replies: 1 Views: 4,066 This function is usefull for peoples with a link directory where the links are stored inside a (MySQL) database. The PHP script is easy to use to find out if a reciprocal link still exists on the... |
Forum: PHP Feb 7th, 2006 |
| Replies: 1 Views: 1,574 check this example query:
$categories = mysql_query("SELECT prodGroup, product_categ.naam, product_categ.id FROM productdetails, product_categ WHERE categorie = product_categ.id GROUP BY... |
Forum: PHP Feb 7th, 2006 |
| Replies: 1 Views: 6,969 Hello, first place the the insert statemen at the top of your script. use an echo in front of the insert statement to debug if the values are filled.
Olaf |
Forum: PHP Feb 7th, 2006 |
| Replies: 3 Views: 2,446 I think you'r are including a complete webpage. Remember it's not valid to have several html, head and body elements.
just check the source of you category.php file
greetz Olaf |