Recent content by jhuu01

  1. J

    can anyone tell me what's wrong with my delete code in php?

    my question is how come everytime i select delete, another table is added? there are no errors thats why im confused. here's my code: <?php $username = "user"; $password = "pass"; $hostname = "localhost"; $db = mysql_connect($hostname, $username, $password) or die...
  2. J

    can anyone tell me what's wrong with my delete code in php?

    my question is how come everytime i select delete, another table is added? there are no errors thats why im confused. here's my code: <?php $username = "user"; $password = "pass"; $hostname = "localhost"; $db = mysql_connect($hostname, $username, $password) or die...
  3. J

    is this syntax right in php?

    just a quick question., is this syntax right? <a href = "act1.php ? id = $id">
  4. J

    is this syntax right in php?

    just a quick question., is this syntax right? <a href = "act1.php ? id = $id">
  5. J

    can you make make php code more versatile?

    currently i've been studying php for 2days. im working on something that can create 3 rows and 3 column that shuffle images. i want to make it moe versatile meaning if i add one more array, one more row will be also added and shuffle will still work. i know this easy for you guys but im still...
Back
Top