Jump to content

kevonini

Members
  • Posts

    24
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

kevonini's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Need some direction to the right resource for this. Have a scheduling app done with php and mysql and want an email to be sent each time a user sets up an appointment. The site will be live so will just using the mail() function in php be enough?
  2. It's ok..I edited the php.ini file and I am ok.
  3. My sessions were not working when I put them live recently. I used the ini_set("display_errors", "1"); error_reporting(-1); code to find out the error and was given this "Notice: A session had already been started - ignoring session_start()" Since the hosting company seems to autoload sessions...how do I go about setting my session variables now as they are not being passed through the site?
  4. Can anyone recommend a good open-source chat script that can be easily integrated into a site?
  5. The assignment is a PHP assignment to do a site. I have done my php pages and connected to a mySQL database to get login information and store data retrieved from forms on the site. How would I give the teacher the pages along with the database so that she can access everything?
  6. I have an assignment done in php with a MySQL backend, how would I make the MySQL database accessible to my lecturer as I need to submit the assignment on a CD.
  7. Thanks ..that did the trick
  8. inside the text file the data is being shown beside each other
  9. That seemed to be it but now the newline feature is not working...would I need to modify something in the .ini file fwrite($handle, $name."\n");
  10. It's been a while since I've dealt with text files and currently I am unable to write the contents of a variable to a text file, only the literal is being written. Should I be de-referencing or is this even possible? Also the problem is compounded by the fact that i also want to write the contents of a class display function into the text file.
  11. I must confess...I made a REAL newbie error that wasn't PHP related at all - my form was missing the POST method so that section of code received nothing
  12. Will certainly look into it... a quick question though - how wud i copy the database i am working with to make other people have access to it, where is it stored?(stupid i know but i'm really flustered now)
  13. Think i'm going to call this one a loss and change the requirements for the query... this is a small issue and it's taking up too much time....Thanks much for all the assistance....I learnt quite a lot!
  14. I did that already that's how I know it's still the sql syntax.
  15. Warnings figured out and after the abstraction it comes back to the same issue....something wrong with the syntax of my query...
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.