Directory-Owners.com - Directory owners resources,forum, templates, mods, addons, links and directory.
 
Go Back   Directory Owners Forum > Directories > Starting A Directory
User Name
Password

Starting A Directory Starting a directory? Are you looking for a directory script? This section is to give you all the help you need when starting a directory.

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 12-10-2006, 04:21 PM
AndrewP's Avatar
AndrewP AndrewP is offline
Junior Member
 

Join Date: Aug 2006
Posts: 81
Downloads: 0
Templates/Mods Contributions: 0
Rep Power: 4
AndrewP is on a distinguished road
Default Is it possible to Embed a Directory into a HTML Site?

Is it at all possible to embed a PHP directory into a HTML based website? This would be great for me if it was possible
__________________
Ami Directory
http://www.amidirectory.com

Submission to 100 PR5+ Directories for $24.95
http://www.directoryproject.net
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 12-10-2006, 04:28 PM
index-it's Avatar
index-it index-it is offline
Junior Member
 

Join Date: Oct 2006
Location: seattle, wa
Posts: 77
Downloads: 0
Templates/Mods Contributions: 0
Rep Power: 3
index-it is on a distinguished road
Default

I know that it can be done I just do not know how to it, I do not use php for building directories. But I have seen some directories that do.
__________________
Get your pages indexed faster through this internet web directory index-it.net
Web Blogs Directory
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 12-10-2006, 05:50 PM
lowster11's Avatar
lowster11 lowster11 is offline
Member
 

Join Date: Oct 2006
Location: Sacramento
Posts: 227
Downloads: 8
Templates/Mods Contributions: 0
My Mood:
Rep Power: 6
lowster11 will become famous soon enough
Default

I've never heard of it being done myself, but I do know that there are html directory scripts. It may be possible though just by changing all of the [] to <> and the .php to .html?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 12-10-2006, 06:57 PM
unispace unispace is offline
Junior Member
 

Join Date: Oct 2006
Posts: 98
Downloads: 0
Templates/Mods Contributions: 0
Rep Power: 3
unispace is on a distinguished road
Default

HTML and PHP are serve two different functions. HTML is for layout and PHP is a programming language.

For php to run you need a web server running php (and mysql for a database driven directory - almost all of them). Once you know you have both of these technologies installed on the server/hosting account then you can run a php directory. For the webserver to know to use php, the file using it has to have a .php extension and the php code has to be wrapped in php tags (i.e. <?php and ?>).

Your php/html page (index.php) may look like this:

Code:
<html>
<head>
....
</head>
<Body>
<?php some php code ?>
</body>
</html>
From that you can sort of see how HTML helps format the output of the php code. Any php page will have HTML on it. Almost all webpages are HTML pages, but some use programming languages to add functionality like this website.

If you wanted you could run your directory in a folder on your site like this: yoursite.com/directory/.

I hope that makes sense, post any questions if you have them.
__________________
Directory Insider - eBusiness Solutions
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 12-10-2006, 11:56 PM
TC's Avatar
TC TC is offline
Directory-Owners.com
 
Join Date: Jun 2006
Location: Los Angeles, CA
Posts: 3,720
Downloads: 19
Templates/Mods Contributions: 267
Rep Power: 10
TC will become famous soon enough
Default

Thank for the post! Rep added!

-MGS-
__________________
Directory Owners Forum - Don't waste your time, money or effort on a worthless directory or directory script!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 12-11-2006, 12:33 PM
AndrewP's Avatar
AndrewP AndrewP is offline
Junior Member
 

Join Date: Aug 2006
Posts: 81
Downloads: 0
Templates/Mods Contributions: 0
Rep Power: 4
AndrewP is on a distinguished road
Default

Quote:
Originally Posted by unispace

If you wanted you could run your directory in a folder on your site like this: yoursite.com/directory/.
Thanks thats exactly what I want to do but I have already designed the html pages and would not know how to produce the directory so it fits to the same template as the rest of the site.

As you can probably tell i'm not a HTML or PHP expert, all the stuff I know is self taught

Rep added to all the good responses so far!
__________________
Ami Directory
http://www.amidirectory.com

Submission to 100 PR5+ Directories for $24.95
http://www.directoryproject.net
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 12-12-2006, 11:12 AM
unispace unispace is offline
Junior Member
 

Join Date: Oct 2006
Posts: 98
Downloads: 0
Templates/Mods Contributions: 0
Rep Power: 3
unispace is on a distinguished road
Default

If you don't know any HTML it is quite easy to learn if you have the time, should be able to do it in maximum a few hours. PHP has a steep learning curve as well so in a couple of days you probably could put together your template for a directory.

If your not interested in coding the template yourself, there are many web programmers out there including me that would be more than willing to do for you, for a small fee of course.

Good luck with your soon to be new directory.
__________________
Directory Insider - eBusiness Solutions
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 12-12-2006, 11:30 AM
TC's Avatar
TC TC is offline
Directory-Owners.com
 
Join Date: Jun 2006
Location: Los Angeles, CA
Posts: 3,720
Downloads: 19
Templates/Mods Contributions: 267
Rep Power: 10
TC will become famous soon enough
Default

Yes, Very easy to leanr, Just set some time each day and you can do it in a few weeks and then you wil be able to understand how to place it within HTML

-MGS-
__________________
Directory Owners Forum - Don't waste your time, money or effort on a worthless directory or directory script!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 12-13-2006, 12:25 PM
AndrewP's Avatar
AndrewP AndrewP is offline
Junior Member
 

Join Date: Aug 2006
Posts: 81
Downloads: 0
Templates/Mods Contributions: 0
Rep Power: 4
AndrewP is on a distinguished road
Default

I have purchased my directory script from PHPLD and now just need to download it and then get to work. I do know quite a bit of HTML as I usually use Notepad to design and create web pages.

I have just started using Dreamweaver which I think is great. Would it be possible to edit my directory script in Dreamweaver quite easily?

I have thought about getting it done for me by a programmer but the costs are in excess of $300 which is not something I am too keen to pay just to get up and running. I know you have to spend money to make money sometimes but it is Christmas
__________________
Ami Directory
http://www.amidirectory.com

Submission to 100 PR5+ Directories for $24.95
http://www.directoryproject.net
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 12-13-2006, 12:30 PM
TC's Avatar
TC TC is offline
Directory-Owners.com
 
Join Date: Jun 2006
Location: Los Angeles, CA
Posts: 3,720
Downloads: 19
Templates/Mods Contributions: 267
Rep Power: 10
TC will become famous soon enough
Default

Quote:
Dreamweaver
One of the best, The cost is a little high but well worth it!

-MGS-
__________________
Directory Owners Forum - Don't waste your time, money or effort on a worthless directory or directory script!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Interview with John Scott owner of V7N Directory TC Interviews 10 01-27-2007 12:09 PM
Chris Hoffman @ Alive Directory TC Interviews 7 01-22-2007 08:06 AM
Interview with the owner of Umdum Directory TC Interviews 12 11-11-2006 08:11 AM
Interview with Fabio Cuffaro owner of Massive Links Directory TC Interviews 27 10-30-2006 02:38 AM
Interview with Bruce Stone owner of WoW Directory TC Interviews 4 10-20-2006 03:02 AM


All times are GMT -7. The time now is 03:41 PM.


Search Engine Friendly URLs by vBSEO 3.0.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41