Search results

  1. freecrm

    Ajax (MySQL) return value to form text area

    This may be simple, it may not... This is the process 1) Simple form 2) Dynamically generated (php) select menu with javascript onchange behaviour 3) onchange behaviour sends value currently in menu to a php page 2 4) page 2 creates mysql_result from query based on $GET value from main...
  2. freecrm

    MySQL Server down

    Hi I have posted here 3 times - the last without comment. My MySQL DB has been out of service since 17th March!!! The last time I posted, I asked that admin did not close the thread - they did. What do I have to do to get an answer? And yes I have read the Corey thread - all I want is some...
  3. freecrm

    Multi-line form <select> option?

    This isn't as simple as the title suggests. I know you can have multiple options, as successive lines BUT... I have a dynamically generated menu from a longtext database field. I don't want the menu to extend beyond the limit of my wrapper, so I set style="width:650px;". However, this...
  4. freecrm

    MySQL Server still... still...stilll down!!!!

    OMG - My MySQL server went down on the 17th March. Since then I have posted a few queries here in the hope that someone would know what is going on. I have read the entire Corey thread about the move, but I was under the impression that cossacks was done?? I thought I was on Cossacks and not...
  5. freecrm

    MySQL still down

    OK - I was told that there were some server upgrades, but my MySQL database has now been down since 17th March and still I wait. I have only been given a link to a page saying there were upgrades, but this can't be right... surely? In my phpmyadmin page, the DB has vanished. I have now lost...
  6. freecrm

    Database vanished???

    I have had a site here for about 2 years and noticed some issues going on over the past week or so. This morning, I log into phpmyadmin and find that my database has vanished? All my data... gone.. what gives? Is this another server upgrade?
  7. freecrm

    Small css problem

    Hope this is simple lol. I have a fairly standard layout with fixed width #wrapper and auto padding left and right. I am trying to get a status bar div to sit over a header image (z-index 2000), but it is stuck relative to the right of the browser edge.. not the wrapper. In effect, when the...
  8. freecrm

    Page css opinions??

    Not so much a site review, more just a page! http://www.freecrm.x10hosting.com/css2/csstest.html This isn't based on a template and has been tested in IE7 and FF only. IE6 users should wake up now, its 2010! The way I have angled it it to use the lime green as an accent color for anything...
  9. freecrm

    php alert system?

    I already have a fairly successful site running a free CRM system; however, many users are asking that it alerts them of pre-set events. I have a start time and duration (epoch values). Do I have to create a cron job running every few minutes or is there another way? I have no idea how to...
  10. freecrm

    a:active long URL problem

    Hi all.. It's been a while since I've posted, but I have an interesting problem. Very simply, I have a menu menu, ul, li, span etc etc. and want to add an a:active attribute to the css. BUT - many of the URL's are dynamic and include variable data for $_GET requests. How do I strip out the...
  11. freecrm

    MySQL Export to csv

    Hi all I'm trying to code a data export function but having one simple problem. mysql_connect and select db has been done in seperate connection file First off, I've created a recordset called $RScontacts. $out = ''; // Get all fields names from table. $fields =...
  12. freecrm

    wtf????

    Warning: Unknown: write failed: No space left on device (28) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in Unknown on line 0 This has just come up on all my pages - all of which have...
  13. freecrm

    csv data import

    I've just had a user issue relating to my data import function. The function imports from a csv file. As part of the data prep, I have $logo = str_replace('"', '', $data[3]); to get rid of the double quotes. This users issue was that some of his data has single quotes, which was...
  14. freecrm

    beginners guide to .css styling

    CSS stands for Cascading Style Sheets and can control your website appearance. A mixture of css and <div>'s or (divisions) is an industry recognised way to control the layout of your web page or site. Many users will be familiar with table layouts. Many WYSIWYG (What You See Is What You...
  15. freecrm

    Cossacks/ Forum downtime

    Is it me, or is the Cossacks server and forums slowly grinding to a halt. In May last year, I switched from zymic, because X10 was more reliable. But now? I get up to 50% downtime on the cossacks server at peak times and this forums needs a rename to "snail forum". I'm now starting to...
  16. freecrm

    Reciprocal Links Welcome

    Hi All If you want a quality reciprocal link, just visit http://www.freecrm.x10hosting.com/rellinks.php Thank you.
  17. freecrm

    Site Functionality Review

    www.freecrm.x10hosting.com This site has been in development since May of last year and is now pretty comprehensive with a good number of active users. The styling detail has already been through a number of reviews, but I would now appreciate reviews on the site functionality itself and...
  18. freecrm

    Loading checkbox[] values

    I'm very puzzled. I created a page at work to do mass mailshots... that works. On X10, for my own site, a version of the same page doesn't work..:nuts: I attach the full page code, but in principle, it does this. Pre-Loads recordset (e-mails) based on $_POST values from same page...
  19. freecrm

    Mail Header check

    This may be a very daft question, but it appears as though some of the people wanting to register on my site (www.freecrm.x10hosting.com) are not validating their application. On submitting initial info, it sends (php mail) info to the e-mail submitted in the form. On checking my failed...
  20. freecrm

    php Upload Function help please

    My Site is a customer relationship management system, fully written from scratch. Within it is a function to import existing contact details (.csv file) into the DB. However, this relies on the file_get_contents from a URL, which means that a user has to have their .csv uploaded to a...
Top