Jump to content

etnastyles

Members
  • Posts

    51
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

etnastyles's Achievements

Member

Member (2/5)

0

Reputation

  1. In a radio button group 1 button is always checked maybe if you need a unchecked logic just use check boxes - they are about the same anyway...
  2. dont forget to put a exit() after your location function header('Location: logout.php?accountDeleted'); exit();
  3. I did a quick Google have heard about mail chimp - they have a repo of templates which should work in most email clients as they sell this product... https://github.com/mailchimp/Email-Blueprints/tree/master/templates
  4. this might not have anything to do with your script it might be worth checking and increasing your max upload limit and i would increase the script timeout limit too - do this in your php.ini
  5. yeah this seems easy enough - this will just be a normal text field which you can use jquery and masked input to create the rule of [0-9]:[0-9] which is cool and if i was you for the database type i would set it as a varchar this would except numbers and characters too.. hope this helpsss
  6. I have to some how get data from my sql data to a clients sql db server. They suggested using xml which is great i can output the required fields as xml but how then do i push this so it goes into the clients sql db.. We cant just do a db insert this has been ruled out. Im happy using xml just have no idea how to push it at a particular host / sql db any ideas or suggestions would be really welcome..
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.