Jump to content

kirisutegomen

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Everything posted by kirisutegomen

  1. this happened to me all i had to do was add border-style:solid; to my css does that work for you?
  2. <?php ob_start(); for($i=1;$i<=3;$i++){ echo"Hello World $i<br/>"; ob_flush(); flush(); sleep(3); } ?>
  3. ok so what i want to do is row row page break row row page break row row page break any know how to do this?
  4. i think you have to use javascript to do that but i dont know how
  5. when i put 2 tables on a page they normally go like this: and i want them like this: anyone know how to do this?
  6. <?php $target_path = "./uploads/"; $target_path = $target_path . basename( $_FILES['uploadedfile']['name']); if(move_uploaded_file($_FILES['uploadedfile']['tmp_name'], $target_path)) { //more code here but it doesn't related to the errors ?> try that
×
×
  • 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.