Jump to content

IrishKnights

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

About IrishKnights

  • Birthday 12/29/1970

Contact Methods

  • Website URL
    http://www.irishknights.co.za/

Profile Information

  • Gender
    Male
  • Location
    Cape Town

IrishKnights's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Warning: Cannot modify header information - headers already sent by (output started at /home/irishknights.co.za/public_html/ss/private/db.info.inc.php:6) in /home/irishknights.co.za/public_html/ss/private/addtopic_func.php on line 11 This is the error I get which is: header("Location: addtopic.php"); and line 6 is: ?>
  2. <? include_once("db.info.inc.php"); mysql_connect($dbhost,$dbuser,$dbpass); @mysql_select_db($dbname) or die( "Unable to select database"); $query="INSERT INTO search (topic, memo) VALUES('$topic', '$notes')"; mysql_query($query); mysql_close(); header("Location: addtopic.php"); exit; ?> What is wrong with this code, it doesn't goto the header.
  3. I am making a order form, want say 50 textboxes, but 45 of them invisible, when they tab to the end it must name 1 visible, and each time they go to that 1, another must become visible. How do I make then invisible and visible
  4. I am making a order form, want say 50 textboxes, but 45 of them invisible, when they tab to the end it must name 1 visible, and each time they go to that 1, another must become visible. How do I make then invisible and visible
  5. Thanks, it works great http://www.charmaines.co.za/slideshow.php?epath=photos/001/&image=0 http://www.charmaines.co.za/slideshow.php?epath=photos/002/&image=0
  6. It is not myown code, I got it somewhere as free source code, can't remember where, I have tried emailing the person that created it, but with no reply, could you help me correct it, I am very much a beginner and have very little knowledge of what it should look like.
  7. the command line would be slideshow.php?epath=photos/002/&image=0 when I load the page nothing shows on the screen, it remains blank. I added the epath variable and now it doesn't work help please [attachment deleted by admin]
×
×
  • 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.