Home
My Faqts
Contributors
About
Help
Knowledge Base Contributions
Below is a list of the
knowledge base
entries that
Dave Kingdon
has contributed to:
How can I use PHP mail with the crontab command in Redhat Linux 7 to send mail on a specified date?
How to run execute files on client machines?
I have images on my site that when a thumnail is clicked the larger image appears In a pop-up. Is there a better way to do this in PHP instead of html
I try to display a word document which is stored in a blob field in a mysql db-I get the document always with binary code pieces-how can I avoid this?
How can I use plain txt files instead of a database for a backend of a site, ie managing news posts, uploading files, message boards etc...
Can someone show me how to extract information from another site and put it on my webpage... Thanks
Is it possible to make a yahoo-like site without MySQL or any other db, but plain text? Something like Links 2.0 in Perl.
Does Php have anything similiar to Perl's $string = <<END_OF_DATA ...(some text over multiple lines)... END_OF_DATA?