Hello, from California. PHP question.

This is a discussion on "Hello, from California. PHP question." within the Introduce Yourself section. This forum, and the thread "Hello, from California. PHP question. are both part of the Community category.



Go Back   Webforumz.com > Community > Introduce Yourself

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 13th, 2007, 21:07
New Member
Join Date: Aug 2007
Location: Southern California
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Hello, from California. PHP question.

I have been designing website for about a year now. Right now i'm learning Php, and i'm stumped. Here's the question:

When attempting to access my php bible database I get Sorry, can't find Book "bible.php".

http://www.statementoffaith.org/bible.php

I believe 7 lines down "Where the script lives on the disk" is wrong. Though this is the path online where the Bible folder is that holds the bible books. Also, I noticed the individual book info inside the Bible folder does not contain file extensions. Is this common? Thanks.

//This stuff probably needs changed. ALL OF THESE VALUES SHOULD END IN A '/', EXCEPT IN VERY RARE CIRCUMSTANCES.
$config["URI_prefix"] = "http://pawlowskifamily.net/bible/"; //Where the script lives on the web.
$config["script_suffix"] = "bible.php/"; //The name of the main script. (It may seem strange that this should end in a '/', but that is indeed the case.)
$config["local_prefix"] = "/htdocs/bible/"; //Where the script lives on the disk.
$config["bible_midfix"] = "/statementoffaith.org/bible/"; //The directory that the bible data is in. ($config["local_prefix"] . $config["bible_midfix"])
$config["themes_midfix"] = "themes/"; //The directory that the bible data is in. ($config["local_prefix"] . $config["bible_midfix"])
Reply With Quote

  #2 (permalink)  
Old Aug 13th, 2007, 22:19
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JacobHaug Send a message via MSN to JacobHaug
Re: Hello, from California. PHP question.

Hi, welcome to Webforumz! For the best response to your question you should post it in the appropriate forum. In this case that would be the PHP forum!
Reply With Quote
  #3 (permalink)  
Old Aug 13th, 2007, 22:35
sannbe's Avatar
SuperMember

SuperMember
Join Date: Dec 2006
Location: San Francisco
Age: 57
Posts: 1,567
Blog Entries: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Hello, from California. PHP question.

Hi Ya, sketchfly. Jacob is right. Our php speciallist tend to stay close the their own forum...I think it is a safety issue....Welcome and enjoy.
Last Blog Entry: More Sara Blogging (Nov 29th, 2007)
Reply With Quote
Reply

Thread Tools

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 On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Hi from California! gsdguy Introduce Yourself 5 Jan 23rd, 2008 19:50
Hi from California SanitationJournal Introduce Yourself 4 Jan 22nd, 2008 07:43
Hi from So. California ibmom1957 Introduce Yourself 13 Sep 22nd, 2007 21:41
Greetings from Southern California channing Introduce Yourself 9 Jul 12th, 2007 22:18
Hello from Bakersfield, California c-double Introduce Yourself 1 Apr 12th, 2006 15:38


All times are GMT. The time now is 20:15.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

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 42 43