Search found 3 matches

by webfeetdesign
Tue Mar 06, 2012 4:30 am
Forum: PHP - Code
Topic: How do I export MySQL data to csv file using php?
Replies: 1
Views: 676

How do I export MySQL data to csv file using php?

Hi there, I'm a total newbie and made my first app using a great book. But the problem I'm having is that I need to be able to export my data from the database at the click of a button. I have a database that collects user details such as First name, Last name, Address1, Address2, Postcode etc... Ho...
by webfeetdesign
Wed Feb 29, 2012 9:15 am
Forum: PHP - Code
Topic: Split Form over 2 pages
Replies: 1
Views: 338

Split Form over 2 pages

Hi, I'm very new to PHP and wondering if the following can be done. I want to add an email signup form on my home page which will grab the email address of the viewer. I then want the viewer to be taken to another page where they have to fill in a bigger form with other fields (Name, surname address...
by webfeetdesign
Tue Aug 16, 2011 11:37 am
Forum: General Discussion
Topic: How do I make my website pages location independent?
Replies: 1
Views: 731

How do I make my website pages location independent?

Hi there, First off, i'm total newby at php. I know basic functions such as <?php include and thats about it really!!! My pages are set up the following way... 1. I have a /common folder which has the header.php and footer.php and any other 'common' pages I need. 2. I then have my index.php file whi...