Search results

  1. diabolo

    Post JS Array to PHP

    # dpGetSelected( ) returns Array Gets a list of Dates currently selected by this datePicker. This will be an empty array if no dates are currently selected or NULL if there is no datePicker associated with the matched element. Example: Will alert an empty array (as nothing is selected yet)...
  2. diabolo

    Post JS Array to PHP

    I don't get Step 4 where you have to split the string back to an array in PHP, they don't say how.
  3. diabolo

    Post JS Array to PHP

    I've googled this up already, but everything is very confusing for me. (I totally fail at JS) I have an array in JS, and I need to get it to PHP to process and dump the information into the database.
  4. diabolo

    JS jQuery datepicker Help Needed

    thank you descalzo I did check the script, but I over looked the year. I just changed it to 'Y' and it works now
  5. diabolo

    JS jQuery datepicker Help Needed

    okay guys, so I found out how to do it. but now another problem arises. I have a PHP script stuck into the JS code, im not sure if that is already the problem, but the PHP code draws dates out from the db. <script type="text/javascript" charset="utf-8"> jQuery(function() {...
  6. diabolo

    Adobe Soundbooth CS4 Crashing

    well you can always contact Adobe Support, if you have a valid license. and is your laptop able to handle the minimum requirements for Adobe Soundbooth?
  7. diabolo

    Are Donations ALLOWED?

    make a minimum donation amount (1 dollar) and if they donate again, just add it to their pool, with the same number for example: Guy 1 donates 20USD (067) Guy 2 donates 10USD (089) Guy 1 donates 05USD (067) so in the end really Guy 1 donates 25USD (067) Guy 2 donates 10USD (089) the...
  8. diabolo

    Are Donations ALLOWED?

    one thing i see is calling it donations. its not really a donation if you are offering something. I think I remember a site having a problem with calling something like this a donation before. But other than that I don;t see a problem
  9. diabolo

    how to add download linke

    I would suggest looking into a CMS, becuase if I understood correctly `you don't have a site `you need a registration system `you need users to download files and restrict downloading to only registered users a CMS can do all of that! now which CMS to chose, its basically up to you. I don't...
  10. diabolo

    JS jQuery datepicker Help Needed

    well im using this script right here: http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/ and I have a multiMonth(http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/datePickerMultiMonth3.html) plugin and multiple select...
  11. diabolo

    Email setup through cPanel

    once logged in you can access you mail from http://www.yoursite.com:2095/webmail/x3/?login=1
  12. diabolo

    Help With Creating a CMS

    I am wondering if you want to create an entire CMS from scratch or are do you just want to mod an existing CMS to suit your needs?
  13. diabolo

    Fixing the CSS Overide

    thank you! I actually used .group .content table.jCalendar { width: 170px; } but you gave me the basis for it
  14. diabolo

    Fixing the CSS Overide

    1.jpg this has the .group .content table {width:620px; } enabled and I need for it to be like this 2.jpg
  15. diabolo

    CSS Error =[

    * { margin: 0 auto; } that should center the body
  16. diabolo

    Weird MYSQL_FETCH_ARRAY error

    well im actually using mysql_pconnect but thanks anyways Edit: its alright guys. I was right about my hunch. It was because I had included the config.php file twice, which I needed to do. So I just moved the connect.php out of config.php and into header.php. a mod can close this now.
  17. diabolo

    Weird MYSQL_FETCH_ARRAY error

    These are only parts and not the whole code. Header <?php if (!defined('ROOT')) die; require_once ROOT.'config.php'; require_once ROOT.'sources/language/setlanguage.php'; require_once ROOT.'sources/functions/home.php'; require_once ROOT.'sources/functions/gallery.php'; require_once...
  18. diabolo

    Weird MYSQL_FETCH_ARRAY error

    I followed what garrettroyce said, and it gave me this error: No Database Selected. Let me explain something first: It works on the user end. But in the admin end I get a problem. The admin header includes the user header, but it just has a little extra code for the administrative actions. So...
  19. diabolo

    What do you think?

    `I like how the different bg moves differently (clouds move, but palm tree dont') `transparent `one thing is your rotating logo, i don't fit in with the sleekness of the site Im in a bit of a rush here, soo I'll post more later.
  20. diabolo

    Updating a logo (1000+, paypal as well)

    i'll go for it, once I get back home. looks simple enough. =]
Top