Forum: PHP Jul 6th, 2009 |
| Replies: 3 Views: 331 I decided to go with Sphider due to some time constraints on this project. Its open source and seems pretty easy to install and use. Thanks for all the help though! |
Forum: PHP Jul 5th, 2009 |
| Replies: 3 Views: 331 I am wanting to make a search for a website, and I have a plan on how to do it but I am not sure on how to go about indexing the site. My idea is to run a script through the pages that parses... |
Forum: PHP Dec 2nd, 2008 |
| Replies: 1 Views: 475 This appears to be an article that links to another couple articles explaining the process. Looks like a tedious process.
... |
Forum: PHP Dec 2nd, 2008 |
| Replies: 3 Views: 523 When you are submitting the form are you deliberately not filling out a form to check if the error comes through, or are you filling the form out all the way and have an echo message in your mail... |
Forum: PHP Jul 24th, 2008 |
| Replies: 6 Views: 598 Im sorry for wasting your time guys. I figured out the problem. I was trying to run the html off of a dreamweaver site file that had no PHP testing server specified, lol. Thanks for your help though... |
Forum: PHP Jul 24th, 2008 |
| Replies: 6 Views: 598 Can anyone else take a look at this for me? |
Forum: PHP Jul 23rd, 2008 |
| Replies: 6 Views: 598 This script works fine on its own just not in the iframe...
<?
$dbhost = 'localhost';
$dbusername = 'xylude';
$dbpassword = '';
$database_name = 'allprodata'; |
Forum: PHP Jul 23rd, 2008 |
| Replies: 6 Views: 598 Is there something special i need to do to get this to work? I made a script that builds a neat little table with pictures from the sql database, and want it to go into an iframe. When i run the code... |
Forum: PHP May 5th, 2008 |
| Replies: 13 Views: 1,232 Haha, that did it! Thanks very much for the help! |
Forum: PHP May 5th, 2008 |
| Replies: 13 Views: 1,232 Here is the entire source for the page in question.
<?php
$dbhost = 'localhost';
$dbusername = 'xylude'; |
Forum: PHP May 4th, 2008 |
| Replies: 13 Views: 1,232 Initially that was what I did the first time around, the only problem is that the echo statment echos under my tables and I cannot see it. I just put the echo statement in the else function and... |
Forum: PHP May 4th, 2008 |
| Replies: 13 Views: 1,232 After creating yet another test page, this time with 3 simple html tables, it also does not work. I am now convinced that it is the tables that is botching my code. |
Forum: PHP May 4th, 2008 |
| Replies: 13 Views: 1,232 The PHP is on the page, not on a separate file. It also returns no errors, but that may be because it returns them underneath the CSS tables if it does. |
Forum: PHP May 4th, 2008 |
| Replies: 13 Views: 1,232 It is running at the top of the document. I withheld all of the sql connection code because its a pain to hand copy it all ( i'm running the code on a separate machine than the one connected to the... |
Forum: PHP May 4th, 2008 |
| Replies: 13 Views: 1,232 There is nothing like that before the header function. As I said, the same exact code works on one page, but not on the one with the CSS layout. I am also using Dreamweaver CS3 if that helps. |
Forum: PHP May 4th, 2008 |
| Replies: 13 Views: 1,232 I wrote a script in PHP that works fine on its own, but when inserted into a document containing CSS does not work properly. I am a newb with the PHP programming, and what I am trying to do is create... |