Home
My Faqts
Contributors
About
Help
Knowledge Base Contributions
Below is a list of the
knowledge base
entries that
Dave Martindale
has contributed to:
can I combine a set of records into 1 record with the unique field being concatenated?
does anyone know where I can find example code for a store locator using the users post/zip code?
does anyone know how I can work out the x,y coordinates on a map from a given postcode?
How can I send an email through ASP if CDO and CDONTS isn't installed. I've heard of something called aspmail, how does it work?
I am reading the contents of a directory into an array. How can I read them into the array in alphabetical order?
Can I copy a mysql TABLE from one db to another?
Is there a way to get the time stamp from a file using PHP?
How can I select 3 different random elements from a single dimension array using rand?
A search for 'charlie brown' using two fields returns results for 'charlie brown','charlie' and 'brown' but how can I prioritise these results?
Can I use PHP to write a search script which searches through meta tags in html pages and if so how?
Is there any way I can search through a website for a word using PHP without having to use a database
How can I tell if the users browser has Java VM enabled?
Does anyone know how I can delete an element from an array cookie?
I know how to set a cookie using but I am not sure what to do after that, how can I identify a user through a number of scripts using cookies?
Can I pass a multi-dimensional array from one script to another?
I want to create an array that I can access from a various number of PHP scripts, is there any way I can do this without using the post and get form methods?
How can I create variables that are available in all scripts?
How can I create an array to access from various scripts without passing it using GET or POST?