Recent content by Dasaru

  1. D

    How to use PHP srand() function?

    I can't figure this out... $seed = "143287"; srand($seed); var_dump($rand); No matter what I do, it always returns NULL. I went on php.net and it says it doesn't return any value... The examples are overcomplicated as always for a beginner like myself. I even read other people's code and still...
  2. D

    Serious Composing in Classical Style?

    I want to learn how to compose classical music seriously. It is a life goal of mine. As it currently stands, I do not have a job and cannot afford professional musical lessons. What I need is a serious website dedicated to teaching advanced music theory. But the problem I'm having is all the...
  3. D

    PHP passing POST number variables?

    Is there a way to pass numerical variables using the POST method in php? I did a search and it turns out that the name attribute has to start with a letter. Essentially, I displayed a phone number MySql table using html and I would like to delete each record by referring to the id number. I...
  4. D

    PHP passing POST number variables?

    Is there a way to pass numerical variables using the POST method in php? I did a search and it turns out that the name attribute has to start with a letter. Essentially, I displayed a phone number MySql table using html and I would like to delete each record by referring to the id number. I...
  5. D

    PHP passing POST number variables?

    Is there a way to pass numerical variables using the POST method in php? I did a search and it turns out that the name attribute has to start with a letter. Essentially, I displayed a phone number MySql table using html and I would like to delete each record by referring to the id number. I...
Back
Top