Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 25
Search took 0.07 seconds.
Search: Posts Made By: robertfyffe
Forum: General web building 11-25-2010, 03:36 PM
Replies: 2
Views: 872
Posted By robertfyffe
Some advice on best system to use

Hi Everyone,

Need some advice on a new project. I have a client looking for an art website. Part of the brief is the following:

He wants to put the onus on the artists to upload images and...
Forum: Java and JSP 11-12-2010, 04:52 PM
Replies: 1
Views: 1,449
Posted By robertfyffe
Google Map Markers

Hi everyone.

I have set it up that user enters the Latitude and Longitude for a particular property which a maker is then added to a google map. See here:
...
Forum: MySQL 11-01-2010, 06:08 PM
Replies: 1
Views: 470
Posted By robertfyffe
Got it sorted. If anyone is interested this...

Got it sorted.

If anyone is interested this is a way to add a filter facility to a wordpress posts page using custom field values.


$filterbedrooms = $_REQUEST['bedrooms'];
$filtertype =...
Forum: MySQL 11-01-2010, 03:07 PM
Replies: 1
Views: 470
Posted By robertfyffe
Mutiple Queries

Hi Everyone,

I am trying to create a search with multiple inputs. This is what I have so far:


function procFilter(){

define("COMMENTDBHOST", ""); //database host - should not need to...
Forum: MySQL 10-26-2010, 05:05 PM
Replies: 1
Views: 661
Posted By robertfyffe
Should I use a Login system?

Hi Guys,

Im in the middle of working on this event booking system. Do you recommend I have a login system?

It wasn't part of my initial plan but I think it will allow me to better manage the...
Forum: MySQL 10-25-2010, 12:01 AM
Replies: 18
Views: 2,903
Posted By robertfyffe
Hi Bubikol, Been reading up on relational...

Hi Bubikol,

Been reading up on relational databases like you said and It has definitely helped a lot.

There are a few additional processes I would like now for this system so I have been...
Forum: MySQL 10-22-2010, 04:57 PM
Replies: 18
Views: 2,903
Posted By robertfyffe
I'm not wanting anyone to do it for me, just help...

I'm not wanting anyone to do it for me, just help me out. I've been trying different things the past few days.

I understand now about the events DB and that it is a separate part that records will...
Forum: MySQL 10-22-2010, 11:05 AM
Replies: 18
Views: 2,903
Posted By robertfyffe
Any help anyone?

Any help anyone?
Forum: MySQL 10-21-2010, 11:47 AM
Replies: 18
Views: 2,903
Posted By robertfyffe
Ok Having trouble getting this to work. ...

Ok Having trouble getting this to work.


//database connection constants
define("COMMENTDBHOST", "localhost"); //database host - should not need to change this
...
Forum: MySQL 10-21-2010, 11:43 AM
Replies: 18
Views: 2,903
Posted By robertfyffe
Try again now. I know how to add to Database but...

Try again now. I know how to add to Database but its getting all the values from form ready to do that I am now struggling with.

Thanks
Robert
Forum: MySQL 10-21-2010, 10:44 AM
Replies: 18
Views: 2,903
Posted By robertfyffe
Ok I think I'm getting there I have one last...

Ok I think I'm getting there I have one last problem.

This is my actual booking page:

http://hotelstaging.organicdigital.co.uk/?m=20101022&cat=4

The rows in the table are generated...
Forum: MySQL 10-20-2010, 02:02 PM
Replies: 18
Views: 2,903
Posted By robertfyffe
Ok, Could you give me an example select...

Ok,

Could you give me an example select statement to retrieve a users bookings details from these 4 tables?

Thanks
Robert
Forum: MySQL 10-20-2010, 11:18 AM
Replies: 18
Views: 2,903
Posted By robertfyffe
Thanks for all your replies. To answer some of...

Thanks for all your replies. To answer some of your questions.


"are there ticket_types allso (many ticket types per event), then you need another table: ticket_types"

There are different...
Forum: MySQL 10-19-2010, 05:19 PM
Replies: 18
Views: 2,903
Posted By robertfyffe
Thanks for your help btw. So do I set the id...

Thanks for your help btw.

So do I set the id fields in each table to auto increment every time a booking is made therefore they will have the same number in each?

Here is my 3 SQL statements so...
Forum: MySQL 10-19-2010, 04:31 PM
Replies: 18
Views: 2,903
Posted By robertfyffe
Ok, I was thinking I might have to insert...

Ok,

I was thinking I might have to insert the values into a couple of tables.

How would I relate all tickets booked to a user? Im assuming this would be done but the "user_id" field?

...
Forum: MySQL 10-19-2010, 12:21 PM
Replies: 18
Views: 2,903
Posted By robertfyffe
Multiple Values

Hi Everyone,

Need some help on how best to store values.

I have a Database that stores the following fields submitted from a event booking form:

Booking ID, Name, Telephone, Email, Event...
Forum: PHP 10-09-2010, 02:04 AM
Replies: 3
Views: 1,655
Posted By robertfyffe
Any more advice for me?

Any more advice for me?
Forum: PHP 10-08-2010, 09:52 AM
Replies: 3
Views: 1,655
Posted By robertfyffe
Ok this is how I would like to work. User selects...

Ok this is how I would like to work. User selects an event and then all the ticket types for that event will be listed along with price and quanitity available.

So they select a ticket by choosing...
Forum: PHP 10-08-2010, 12:41 AM
Replies: 3
Views: 1,655
Posted By robertfyffe
OOP Project Structure

Hi everyone,

I have just started learning OOP and I am looking for some help/advice.

To help learn I am going to create an event booking system. I have the most of this working using standard...
Forum: PHP 10-05-2010, 12:57 PM
Replies: 5
Views: 806
Posted By robertfyffe
Typing error just. Fine in my Actual Code.

Typing error just. Fine in my Actual Code.
Forum: PHP 10-05-2010, 12:00 AM
Replies: 5
Views: 806
Posted By robertfyffe
Yeah I know, But I thought I could try some OOP...

Yeah I know, But I thought I could try some OOP and create a class to handle the bookings or is it not suitable for this?
Forum: PHP 10-04-2010, 08:28 PM
Replies: 5
Views: 806
Posted By robertfyffe
Best use of Array Data

Hi,

I have a form with 3 selects. I am storing the values chosen in 3 arrays and getting this from the form like so:

$quantity = $_GET('no-of-tickets');

$quantity now contains an array with...
Forum: PHP 10-03-2010, 10:08 PM
Replies: 1
Views: 576
Posted By robertfyffe
Should I insert data into an Array?

Hi,

As I am only really getting into PHP I need some help understanding how best to do something.

I have a table like so:
...
Forum: PHP 10-03-2010, 01:10 PM
Replies: 2
Views: 493
Posted By robertfyffe
Thanks for your help. Ok so basically since...

Thanks for your help.

Ok so basically since I have the values from all 3 selects I can put in a conditional statement to only print/display the one that is not '0'?

How could I relate the...
Forum: PHP 10-03-2010, 12:13 AM
Replies: 2
Views: 493
Posted By robertfyffe
Struggling with Form Values

Hi Everyone,

I am new to this forum and I am looking for some help on forms.

I have a table with a form in it, which looks like so:
...
Showing results 1 to 25 of 25

 
Forum Jump

All times are GMT +1. The time now is 07:20 AM.