| Date: | 2003-08-02 11:15 |
| Subject: | plPHP beta |
| Security: | Public |
Command Prompt has released the beta version of their PostgreSQL plPHP (procedural language...using PHP).
You can view examples and download the code here.
post a comment
| Date: | 2003-08-02 19:33 |
| Subject: | |
| Security: | Public |
Hey all, I recently found this community while in search of some php help. I have a site that is sort of run on php. It's basically just me using include files and such, but here's the problem. I'm now getting this error when I go to one of my other pages:
Warning: main(): stream does not support seeking in /home/keiyuki/public_html/fics/banner.php on line 10
Now, I don't get this on index.php page but it's everywhere else. And the weird part is I haven't touched the site in about a month and it worked back then. So why would I be getting an error all of a sudden, and is there any way to fix this? I'd hate to have to reformat everything to html again. I'm not very good at php anyways, but I love how easy the .inc files makes my updating.
Any information at all would be most greatly appreciated. Thank you for your time.
EDIT: Sorry, here's the coding for line 10
<*?PHP
include("http://slashfics.keiyuki.net/fics/links.inc");
?*>
All the "errors" are on my include files. (minus the * of course)
2 comments | post a comment