Search results

  1. kbjradmin

    1000 credits to create this php script

    something like this? http://forums.devshed.com/scripts-94/php-mysql-based-survey-system-available-for-free-download-143047.html
  2. kbjradmin

    PHP Script Trouble

    what do you mean? in case it helps, here are the files i used. resume.php (the actual page): <?php $id = 2; # unique page id number include('resumeconfig.php;'); include('config.php'); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
  3. kbjradmin

    PHP Script Trouble

    i didn't echo the results, i used return; but i will try it with echo in the function. edit: nope, didn't work.
  4. kbjradmin

    PHP Script Trouble

    ok, so i tried putting this in the actual page: <?php echo resumeCategory("test"); ?> but it still won't show up, and on top of that, everything below that point in the source code doesn't show up either. i know this isn't just the resumeCategory() function because i tried the resumeEdu()...
  5. kbjradmin

    PHP Script Trouble

    two reasons; one, so it will be easier to change in the future, and two, because i want to get better at my PHP.
  6. kbjradmin

    PHP Script Trouble

    i have a php script designed to build the code for an HTML format résumé. however, every time i run this script, the $resumeCode variable (where i'm storing the HTML) turns up empty. i tried dumping the value of the variable and it returned NULL. here is the script: <?php // sets category...
  7. kbjradmin

    [350] Logo Needed for MP3 based site.

    what about something like this?
  8. kbjradmin

    Form Generator Website - Help Wanted

    i'm not saying i can't do it, it's just a somewhat large job and think it would be easier with more than one person.
  9. kbjradmin

    Form Generator Website - Help Wanted

    writing a mailing script isn't that difficult, i've done it quite a few time for various websites. i want to write a script that writes scripts (that way people who don't know how can still use them).
  10. kbjradmin

    [1500¢] Javascript Image Slideshow

    this is for someone else, so let me ask them and get back to you.
  11. kbjradmin

    [1500¢] Javascript Image Slideshow

    all well, too bad. :( anyone else? :dunno:
  12. kbjradmin

    [1500¢] Javascript Image Slideshow

    i changed my mind, i want it to be like that timeline, but instead of one continuing image, i want multiple images. do you think you can do that? edit: i still want some physics, though, like scrolling faster and slower.
  13. kbjradmin

    [1500¢] Javascript Image Slideshow

    yes, but with more realistic physics (continue moving some after letting go, move faster with faster drag, slower with slower drag).
  14. kbjradmin

    Form Generator Website - Help Wanted

    I am planning to create a form/mailing script generating site. I know that's not much of a description, but i'm lazy. ;) If anyone thinks they may be interested in helping in the construction of such a site, post here or send me a pm.
  15. kbjradmin

    [1500¢] Javascript Image Slideshow

    I need a manual image slideshow that will change images on a mouse click-and-drag (somewhat like the iPhone interface with the drag to change screens [except not mac-like!]). If anyone thinks they can do this in an easy-to-configure way, I will pay 1500¢ for this. If you have any questions...
  16. kbjradmin

    Hide file path

    thank you, will be very useful. i gave rep. :biggrin:
  17. kbjradmin

    unix script - run in same shell

    i still need help here people... :dunno: i got the second one, but the first one i still need help on.
  18. kbjradmin

    Forbidden page problem after updating..

    first, unless you absolutely have to (which you generally don't), you shouldn't use iframes, they are a horrible invention and should be removed from HTML all together. second, i don't know how easy that will be. if you're trying to take a page from your account, you would need to authenticate...
  19. kbjradmin

    Forbidden page problem after updating..

    like tittat said, check the file permissions, and if you don't have permission to access the files in the way you want, use CHMOD.
  20. kbjradmin

    i want to make user registration

    well, have fun with that... :nuts:
Top