[PHP] Problem with Javascript:...submit()

2005-10-12 Thread Johan Grobler
while ($row = mysql_fetch_array($sql_result)) { echo" ".$row['LITERATURE_title']." - ".$row['res_fname']." ".$row['res_lname']." ... Everything works as long as $row['LITERATURE_title'] is one word, see this variable contains the names of books, and if the books name is "Heaven" for instance it

Re: [PHP] code generation

2005-08-04 Thread Johan Grobler
les exit; } // show the site... > Andrew Darrow > Kronos1 Productions > www.pudlz.com > > > - Original Message - > From: "Johan Grobler" <[EMAIL PROTECTED]> > To: > Sent: Wednesday, August 03, 2005 11:04 PM > Subject: [PHP] code generation > >

[PHP] code generation

2005-08-03 Thread Johan Grobler
is there a way to limit the time a website is available in php?, if you want to have a database driven website but you would only like it to be active for 6 months for instance, i'm doing a project at univirsity and this is part of the specs, but i cant think of a good way how to do it... --