Jump to content

ober

Staff Alumni
  • Posts

    5,327
  • Joined

  • Last visited

Everything posted by ober

  1. Steven King is my all time favorite author.
  2. Can you post some code?  And please do not use all caps in your thread title in the future.
  3. I think you want $_SERVER['HTTP_REFERER'].
  4. My former co-worker said "I wonder if we can do this on the intranet site"... so I prototyped a conversion from Access to MS-SQL with PHP and it bloomed from there.  I've done sites for my own customer's and built up a complete internal website for the company I used to work for. I didn't have any books and anything I needed to look up came from php.net.
  5. I appreciate you understanding!  Thanks!
  6. You should be able to use the img tag, but I'd appreciate you leaving images out of your signature.  It bloats threads unnecessarily.
  7. Alright, we're going to need a little more information. 1) Can you modify the php.ini file? 2) What is the size of the file you're trying to upload? 3) What steps have you taken? 4) Can you show us your code for the form and the processing of the upload? 5) If the smaller files still work, are you printing out any debug code for the bigger files?
  8. Keep in mind that PHP is completely unaware of different frames within the same page.  All content within a page will use the same session, however whether different parts get updated at different times is up to you and how the user has requested the update.
  9. There are a few ways to do this, but the way I normally do it is to allow nulls in your columns, other than the ID column.  Then you just run update statements on the parts of the table that you're updating. So on the first page, you insert the record with only the parts from the first form.  On the next 3 forms, all you do is run an UPDATE statement with only the new fields. Does that make sense?
  10. *Bumped to continue discussion from other thread*
  11. I don't suppose that would really help the situation, except for maybe Tom's point.
  12. Yes and I agree with wildteen's points.  I will discuss this further with Eric when we both get a chance.
  13. I don't think that's a good idea.  There are other ways to optomize a website.  And if you've done things like minimizing graphics, optomizing graphics, and using CSS layouts to minimize layout coding, then I'd look at your host to see if they have a slow connection.
  14. Alright... once again the Global Mod permissions were messed up.  It should be fixed now.
  15. Good question... I'll look into it.
  16. I don't really think that is very practical for a community of this size.  You may want to contact some of the SMF developers that are members here to see if they can help you build something for yourself.
  17. I'm not quite sure why that would be happening or why you would have had to re-register after the switch.  No one else had that issue and if you would have contacted us, we probably could have modified your account.
  18. I don't disagree... but whatever.  I was posting that more for shock value than anything... I suppose the sarcasm didn't quite make it through on the post. 
  19. That's my understanding as well.
  20. The book thing has been done to perfection here: http://www.caduceus.org/ You cannot top it.  You cannot beat it.  Resistence is futile.  Try to come up with something more origional.
  21. Not to bring this up AGAIN... but I thought some of you might find this interesting: http://www.getwebkit.org/alpha.html
  22. Open the images in any photo editor (Photoshop, Corel Photo, Picasa, MSPaint, etc).  All these programs have a "resize", "optomize", or some other similar option that will allow you to modify the pictures in regards to size and disk space.
  23. if it's a W3C standard, all DNS servers should be able to find it.
  24. The PM system will be re-enabled soon.  But if you have emailed the requesting party, I think they know how to check their email.  They don't need a reminder to do so.
  25. AndyB, see my post above yours, especially the edit. akitchin, thanks for the comment... I want to do more... phpfreak just won't let me ;)
×
×
  • 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.