Search results

  1. freecrm

    MySQL Help, can somebody move this thread if it does not belong here

    It depends on what you are trying to achieve. A full installation requires all 3 parts (MySQL, Apache, PHP) but for testing purposes, there is a simple "lite" version that you can install which covers it all. This isn't a full version but it does allow local testing with a good set of...
  2. freecrm

    Code snippet examples

    My issue with this - as you know yourself - is that they don't! In addition, may questions don't really want help understanding what they are writing, they want it done for them! I have recently been posting back and forth for a user (who shall remain nameless) on a thread that is now about...
  3. freecrm

    Ageing A Photo in Photoshop CS3

    An easier way to adjust the colour would be to add an adjustment layer and play with the colour on that - this does the same as adding a new layer but simpler. In addition, I believe that there is a sepia filter in PS CS3 which will do this job for you. I like the rest though! :)
  4. freecrm

    Code snippet examples

    I wouldn't have thought adding this as an additional category here would be too much of a problem. Admin - is this something worth checking out?
  5. freecrm

    Code snippet examples

    Is it me or do the same questions get asked again and again?? I thought a forum with code examples might be beneficial so users can just pick out what they need - rather than googling which some users find very tricky ;). Or would it be better just to have a sticky in this forum...
  6. freecrm

    Password one way encryption.

    duh.. user error.. in the comparison I used "textcrypt" instead of "testcrypt" !!! Replaced it and it works fine. Admin - Please close this thread
  7. freecrm

    Unique php page

    Are you using global variables?
  8. freecrm

    HELP! Adding data on my database tables...

    To be honest, I don't really understand the question. :)
  9. freecrm

    Help Please

    Scoochi2 has already covered the basics. As an examples, you would have a MySQL back-end database, sitting on a Linux Server with PHP server-side processing script to create the UI. This setup is commonly called LAMP (Linux, Apache, MySQL, PHP) and is both free and very powerful.
  10. freecrm

    Old school, innit?

    If you don't want to use stylesheets (which are much preferred), you'll have to revert back to tables :( <table> <tr> <td width="290">&nbsp;</td> <td height ="600">&nbsp;</td> </tr> <tr> <td>&nbsp;</td> <td width="330" height="100">I love bubbles! They are pretty!</td> </tr> </table> I tend...
  11. freecrm

    Password one way encryption.

    OK - finally got back to this one. I have done a quick test script to test the process but the result is always "not equal", even though it echo's the same. <?php $pass1 = "password"; echo $pass1."<br>"; $passcrypt = crypt($pass1,$pass1); echo $passcrypt."<br>"; ?> <form action=""...
  12. freecrm

    Unique php page

    You need to inspect the code more carefully on page 1 of this post. In order for a variable to be printed within the message, you need to break the code up with stops. i.e. $message= ' some normal html text without any single quotes but can include double quotes'.$variable.' more normal...
  13. freecrm

    Please help me!

    There are some quick AMP basic setups so you can view .php files locally (MySQL, Apache, PHP). Just google "php local setup"
  14. freecrm

    Update Form not submitting

    Don't you just love DW!!! Its fine when you only use the pre-set functions but as soon as you put in anything different, DW stops working for an "unspecified" reason. This might make you think you've screwed your code up, or worse... Dreamweaver - but its OK - Its just DW playing games...
  15. freecrm

    Unique php page

    Again, I refer to my post on page 1. It might be worthwhile to let us know what the error is.
  16. freecrm

    [REQ][50 Credits per issue]Beta Testers wanted

    This bug was technically spotted by xPlozion on page 1 (quotes and double quotes being used in forms) although he didn't specify which pages and this page wasn't mentioned. I will give 50 creds for this but I will say that any bugs that have been spotted before don't really deserve credits! ;)
  17. freecrm

    [REQ][50 Credits per issue]Beta Testers wanted

    Re: Beta Testers wanted - 50 creds per issue. Anyone who registers is set as an "Administrator" and you effectively have your own blanks account, within which you can set up your own users. Your account, users or records are not visisble to other account users. Equally, as an administrator...
  18. freecrm

    Banner

    Centralising always looks a bit noobish IMHO - try left justifying and then running a slightly darker band through the lettering. On the right of the JAGF, you could try leaving a space and then adding non-sensical symbols to even out the width with the test below.
  19. freecrm

    [REQ][50 Credits per issue]Beta Testers wanted

    Re: Beta Testers wanted - 50 creds per issue. Cool - thats a good thing!!
  20. freecrm

    User Page

    Hmm - yet another no answer to all your efforts - this is why I don't try half the time!! lol
Top