Jump to content

Jessica

Staff Alumni
  • Posts

    8,968
  • Joined

  • Last visited

  • Days Won

    41

Everything posted by Jessica

  1. How on earth is that logical? I use 4 different browsers every day on 5 different devices.
  2. Why are you only letting people login from the same browser they registered with?
  3. Before each return add a die("test 1"); but change the number.
  4. Put the images in an array and shuffle it, then store it in the session.
  5. You're not even checking if the mail call was successful.
  6. You should have a function for getting and setting friendships, so the code would only have to be in one place. If you do it in mysql (which you can't anyway, not possible), your insert would fail, giving you LESS information than your few conditionals will.
  7. Uhm. First of all you don't need the .'' in there. Add your ".html" string to the end. Look at the manual for string concatenation and parsing.
  8. Psycho's post showed it. <?php $var; ?>
  9. Noz. Figure out whichez partz you have a problemz with.
  10. We will help you with code YOU write, or you can hire someone to do it for you. What have you done so far? Cause so far you're saying "help me out" but it's looking like "do it for me".
  11. You'll need to write a script using something like PHP. If you need someone to do it for you, post in Freelance.
  12. Did you lock yourself out with too many failed attempts?
  13. The unix timestamp will not go back or forward when the clocks change. Did you look at the time function?
  14. Variables do not get parsed inside single quoted strings. Either use double quotes and escape your existing double quotes, or use concatenation.
  15. You need to increment $i, and then use modulus. if($i%3==0){ // new row }Edit: Actually, what? Your title says every 5 states, your example shows 3, but really it looks like you just need to do a new column every state.
×
×
  • 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.