Re: [PHP-DB] WAMP

2006-03-15 Thread Philip Pryce
apache triad 2 is good,
http://apache2triad.net/
very well tested. but its rather large when you download it.
hope it helps.

--
~Philip Pryce


Re: [PHP-DB] Where did my Hard Returns go?

2006-03-01 Thread Philip Pryce
You can't assign a value to a function!
that is actually incorrect, the list(); function assigns a value to a
functions vars.

--
~Philip Pryce


Re: [PHP-DB] Mail Function

2006-03-01 Thread Philip Pryce
You can have

'blah'.}
else {
.'blah'

because that is what you currently have.


Re: [PHP-DB] Mail Function

2006-03-01 Thread Philip Pryce
opps sorry for the typos
you cant have


[PHP-DB] PDF data extract

2006-02-24 Thread Philip Pryce
i want to extract all the xml data that is at the bottom of all pdf's (it
will be only ones i create so i know that information will be there)
the xml is like this
 dc:title
rdf:Alt
   rdf:li xml:lang=x-default{*TITLE*}/rdf:li
/rdf:Alt
 /dc:title
 dc:creator
rdf:Seq
   rdf:li{*AUTHOR*}/rdf:li
/rdf:Seq
 /dc:creator
thats an extract of it, the text in the {**} is the information i want to
extract i belive this can be done with regexp's, how ever if theres a fast
way i would like to know
this information on the pdf can be found in the last couple of lines of a
.pdf document, to see this open it up in notepad and scroll to the bottom
any help would be nice thanks
--
~Philip Pryce