Recent content by ?????l???

  1. ?

    Is there any extension or upgrade to HTML 5 for Kompozer?

    It seems that Kompozer is a little behind with the times. Is there any sort of extension I could download so that it uses HTML 5 instead of 4?
  2. ?

    What's wrong with this PHP code?

    My short code is in a text file here: http:// xemde.zxq.net/ code.txt (eliminate the spaces - for some reason Yahoo is making all my questions disappear, and I think it's because of links). It's a search script. Everything is working fine, except it won't echo back the results when it finds...
  3. ?

    PHP ~ how to make a variable equal another variable and some text?

    Just a quick question, it seems simple but I just want to be sure. What's the correct syntax for something like this? $text1 = "morning"; $text2 = "good " + $text1; Is that right...? text2 is now good morning right? Excellent. Thank you. :)
  4. ?

    PHP: How to display the last 10 entries in MySQL table?

    So, if I have a table with 2 fields, id and name, and the id field is just an auto-incremented integer, and name is a name inputted into the table, how can you display the newest 10 or so entries (the ones with the highest id value)? ***example table named Entries*** id______________name...
Back
Top