Search results

  1. J

    <?=$test?> not working but <?php echo $test?> does?

    I just installed a WAMP server with PHP 5.3 and for some reason it doesn't parse everything as I'm used to and I can't seem to find why. Is this related to php.ini or apache configuration?
  2. J

    If I wanted to put up birthdays on my site... using PHP and MySQL, how would I do it?

    It's unclear whether you want to just show it to the person in question. But if that's your goal, you'll need a way of identifying the person. To show it to anyone, you would simply do a select on your database to find people whose birthday is today (check MySQL's manual).
  3. J

    Trouble with multiple PHP/SQL queries?

    motorID had to be part of your form on page 2.
Back
Top