|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
HTML with 2 PHP blocks ?
Hello...
I have a page at: http://www.figureskatersonline.com/newtanben/journalmain.php In that page are 2 php blocks called "journal.php" and "journal-archives.php" The left side of the table with the journal entries is journal.php and the archives section to the right is "journal-archives.php" When I click on the first archive link (7/01/02-7/31-02), I get the following error: --- Warning: Failed opening '$p' for inclusion (include_path='') in /home/figuresk/public_html/newtanben/journalmain.php on line 195 --- I'm not sure what this error means and how to fix it. Anyone able to help? Feel free to reply here or e-mail me privately. p.s. the links below (07/01/02-07/31/02) are not a concern of mine, as I manually input those links. So, my only problem is with the first link that reads "07/01/02 - 07/31/02" |
|
#2
|
|||
|
|||
|
RE: HTML with 2 PHP blocks ?
p.s....it's me again, the original requester.
I wanted to mention, WHAT I'M TRYING TO DO IS... make it so that when a visitor clicks on the top link, the page at http://www.figureskatersonline.com/newtanben/2002_07_01_journal-archives.php is displayed in its entirety in the "journal.php" block. Please feel free to IM or e-mail with any further questions LLPatte@msn.com aol im: LLPatte Thanks again for any help you can provide |
|
#3
|
|||
|
|||
|
RE: HTML with 2 PHP blocks ?
Well neither address exists, how 'bout showing us whats behind journalmain.php on line 195?
|
|
#4
|
|||
|
|||
|
RE: HTML with 2 PHP blocks ?
check your php.ini file, my first guess is that your include path is actually blank.
if you are a newbie, here is the explination: you might see: include_path = ; i will assume it is blank as above, it should include at least ".", telling php to check the current directory the script is running out of. for my windows computer this is. include_path = ".;C:php4pear" this represents the current directory, and the pear library directory. perhaps this helps. |
|
#5
|
|||
|
|||
|
RE: HTML with 2 PHP blocks ?
sorry guys! i had to move the site to a different location...but the good news is i got everything fixed!
thanks anyways and sorry for wasting yoru time! |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Coding > HTML with 2 PHP blocks ? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|