Search Results

Search found 2 results on 1 pages for 'mrxexxed'.

Page 1/1 | 1 

  • Is WAMP installed to use mod_php?

    - by MrXexxed
    Really simple question, I'm completely confused about whether the 'default' state for php to run in is as a part of apache, until today I thought php was a separate program which apache communicated with. So is WAMP installed as mod_php?

    Read the article

  • How can I add a column to this union result?

    - by MrXexxed
    I have this query (which I removed some keys from for brevity's sake): SELECT id as in_id, out_id, recipient, sender, read_flag FROM received WHERE recipient=1 UNION ALL SELECT in_id, id AS out_id, recipient, sender, read_flag FROM sent WHERE sender=1 Which combines the results from two tables showing messages sent and received by a given user. What I'd like to do is add a column/flag to the result to distinguish which table the row belongs to so when I display them I can show a relevant icon for sent or received messages. How would I add this?

    Read the article

1