Search found 2 matches

by ammar
Wed Mar 02, 2005 2:46 am
Forum: PHP - Code
Topic: A question regarding search and replace
Replies: 2
Views: 219

A question regarding search and replace

Hi there,

I would like to be able to perform a substring search for lets say 'xyz', and then replace its first occurence with 'abc1', second with 'abc2'.. and so on. Is this possible somehow?

Regards

Ammar
by ammar
Sat Feb 19, 2005 6:57 am
Forum: PHP - Code
Topic: Setting "print layout" through php?
Replies: 1
Views: 271

Setting "print layout" through php?

Hi, I was wondering if its possible to change how a document would print. I'm trying to build an e-shopping application, and i want certain text to always appear at the bottom of the page (maybe in the footer?), however the list of purchased items is sometimes larger, and sometimes smaller, so how d...