Search results

  1. T

    mysql_fetch_array() Error

    First, I never figured out what I did wrong the other day with my simple web application: the simple guest book. I removed the form where users add guest book entries. I'm using myPhpAdmin to add new rows to the table for testing purposes. Once I figure out what's going on then I will...
  2. T

    MySQL Problems

    I made a premature guestbook for my site using PHP and MySQL. For some reason when I use the SELECT statement ... my first guestbook entry doesn't show, but all subsequent entries show. My site is: http://tearsfall.pcriot.com My guestbook is: http://tearsfall.pcriot.com/guestbook.php I'm...
  3. T

    PHP mail function

    I've created a registration script in PHP with MySQL. I'm wondering ... is there any possibility that I can get the mail() function enabled on my account so that I can have people to validate their accounts? If not, how can I resolve this to where I can get people to validate their accounts...
  4. T

    PHP & MySQL Problem

    I'm using PHP to insert data into MySQL and I'm running into bit of a problem. My script executes just fine, but when it comes to my query ... the query doesn't insert information into my database: Here's my site: http://tearsfall.pcriot.com here's my database table (within my forums...
Top