Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
building a page with php/mysql
Old 05-25-2010, 10:24 AM building a page with php/mysql
Junior Talker

Posts: 3
Trades: 0
Hi Guys
I am a newbie to this forum and I need some help on designing a page using php/mysql. here is a image how I want to set it up:



say like the customer info,services,billing,support to be all onto one index file.

I just need to know how to combine all of that into one page.

On the left side it would be the links where I input the information it writes to the datapage then displays all on one page on the index.
treichhart is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-25-2010, 10:32 AM Re: building a page with php/mysql
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,384
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
You cannot DESIGN pages with php, pages have a HTML layout which can be populated using PHP.

SO firstly you need a designer to create the layout then you need a programmer/developer to code the backend system.

OR you install a content management system and have a template made.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 05-25-2010, 11:10 AM Re: building a page with php/mysql
Junior Talker

Posts: 3
Trades: 0
ok I have pages already design in php with html format. I will go ahead and talk to my person who did my other pages since there is no help from here.
treichhart is offline
Reply With Quote
View Public Profile
 
Old 05-25-2010, 11:24 AM Re: building a page with php/mysql
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,384
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
So! If you have the design already. ...


What exactly are you asking for?
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 05-25-2010, 11:31 AM Re: building a page with php/mysql
Junior Talker

Posts: 3
Trades: 0
I dont have a design for this page but I have other pages setup.
treichhart is offline
Reply With Quote
View Public Profile
 
Old 05-25-2010, 11:42 AM Re: building a page with php/mysql
Phunk Rabbit's Avatar
Ultra Talker

Posts: 255
Name: John Nerush
Location: Milton Keynes, UK
Trades: 0
Sounds like you have a few files with the individual functions/processes i.e. customer-services.php, internet-services-info.php etc and you want them all combined into the one index page.

If this is the case you can do a few different things:

make one large index file using the different code from the files to make up the one index file.

or a better method,

include or require the files into the index file.

PHP Code:
<?php

//template/html

include '/includes/sidebar.php';

//more html

include '/includes/customer-info.php';
include 
'/includes/internet-services-info.php';
include 
'/includes/voip-services-info.php';
include 
'/includes/payment-info.php';
include 
'/includes/customer-notes.php';

//more html
?>
However from the face of it, it seems you dont have much experience with PHP and potencially HTML so it may be quite the challenge for you to get it running or to explain it.
Phunk Rabbit is offline
Reply With Quote
View Public Profile Visit Phunk Rabbit's homepage!
 
Reply     « Reply to building a page with php/mysql
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.45623 seconds with 12 queries