Recent content by Dj Stubbs

  1. D

    In HTML, how can you redirect in a new tab?

    I can also use java or php
  2. D

    In php, how can you make it so all the contents of a string have a link to Text/($user)?

    If a .txt has "jo jack bill" i want it so there are three links. one to Text/jo.txt, Text/jack.txt and Text/bill.txt
  3. D

    In php, how do you add text contents to an array?

    hi.txt = "hi hello" I want it to make it so $x[0] = "hi" and $x[1] = "hello", but right now $x[0] = "h"
  4. D

    How can you write to a file after pushing a html with any script?

    like php, asp, java
  5. D

    In php, how do you figure out the number of items in a numeric array?

    If the array was $hello = array("hi", "hello"): I want $a = 2
  6. D

    In php, how do you figure out the number of items in a numeric array?

    If the array was $hello = array("hi", "hello"): I want $a = 2
Back
Top