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.
|
|
|
|
|
![]() |
||
Hello, from California. PHP question.
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
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"]) |
|
|
|
||||
|
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)
|
![]() |
| Thread Tools | |
|
|
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 |