Search results

  1. I

    Center Text in HTML problem?

    I am a relatively new programmer and I have stumbled upon a problem I just can't get my head round. I know how to center text with text-align or margin:auto etc... but the problem I am having is that my text is the result of a php query (echo $somethingorother). My HTML is centering the PHP...
  2. I

    Adding 1 day to date value, php?

    I have the value 2011/02/26 as the result of a variable. I can add one day by taking the 26 bit off, adding 1 and then sticking it back on to get 2011/02/27. But it will keep going to 2011/02/32 for example. How do I get php to recognise the value as a date, and then add one day?
  3. I

    Image Uploading in PHP?

    Hi all, I am trying to upload an image on my website, and have written the code for it to be uploaded to my server. However, I want the image upload to be part of a form that uploads an event listing for my site. I can't work out how to give the image an id that links it with the event that it...
Back
Top