Jump to content

hardyvoje

New Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Contact Methods

  • Website URL
    http://www.omnetwork.net

Profile Information

  • Gender
    Male
  • Location
    Serbia

hardyvoje's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. hmm... using JS seems good idea for me Has anyone snippet for such or similar thing?
  2. It seems to me same... thanks anyway But if someone has some great idea :) how to solve this, you're welcome!
  3. You should use combination of JavaScript (fos client side) and PHP/MySQL for Server side I know how to make it with Flash, because don't use JavaScript... But, anyway you'll need PHP to check things with database, and some client-side script to trigger PHP when user change data in field. ok? if you're using Dreamweaver, check Behaviors panel, there should be some JavaScript behavior for HTML Form fields.
  4. Hello, Another thing that i have to ask, I''m developing automatic tutorial submission tool using PHP (of course :) ) (project is stable beta: http://www.omnetwork.net/ta ) I have passed field info with $_POST and $_SESSION and then integrated it to HTML of next form (goal is to enable users to enter info about Tutorial at one page and then just to click - next, next, next and to submit it to 20+ tut indexes....) like this: [code]<input id="siteurl" name="siteurl" type="text" size="50" maxlength="50" value="<?php echo $row['url']; ?>" />[/code] But is there way to pass info to file form object? I've tried: [code]<input name="thumbnail" type="file" size="25"  value=<? php echo $row['avatar']; ?> />?[/code] but nothing, File object left empty. Thanks in advance!
  5. Hello, Is there possibility to execute code from $string? I would like to store some PHP code in database, and them to include it somehow in page. This code should be modified dinamycly and then executed? is that possible? Thanks!
×
×
  • 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.