Search:

Type: Posts; User: JTGreeno

Search: Search took 0.32 seconds.

  1. Replies
    6
    Views
    32,839

    Thank you!...

    Thank you, both preg_replace() and urlencode() worked.

    I appreciate the help!
  2. Replies
    6
    Views
    32,839

    FYI, I echoed the results of each operation I...

    FYI, I echoed the results of each operation I tried (see original post), and this far have not found a method that works.

    I had high-hopes for one of these:


    echo str_replace('\\"','"',$enStr)...
  3. Replies
    6
    Views
    32,839

    The problem is not pulling a field that contains...

    The problem is not pulling a field that contains quotes; the problem is that if the field contains quotes, I need to escape them (that is change " to &_quot; and change ' to &_#39; {without the...
  4. Thread: File Upload

    by JTGreeno
    Replies
    2
    Views
    1,766

    Hi BobDog... The link you posted here...

    Hi BobDog...

    The link you posted here (http://codewalkers.com/seecode/192.html ) is reported as dead; can you provide an update?
  5. Replies
    6
    Views
    32,839

    How to replace double & single quotes?

    I need to pass a string in a function call, and there is a possibility that the string may contain double quotes ("), single quotes (') or both.

    I want to replace " with &_quot; and ' with &_#39;...
  6. Replies
    2
    Views
    3,778

    Your solution sounds good...

    I have a few follow-up questions:

    Your "Message" database then contains the full code for each message, so the personalization is not lost (is that correct?) -- If so, can you include in each...
  7. Replies
    2
    Views
    3,778

    Does this need a CRON or something else?

    I have a process to batch the sending of mail messages.

    I use a form to input selection criteria, and other variable information, and on SUBMIT, that form calls another php file that does the...
  8. Thread: Mail Merge

    by JTGreeno
    Replies
    1
    Views
    1,654

    Mail Merge

    UPDATE: 18-Jan-2009: FYI, I solved this by writing my own functions. The 3rd party addins seemed like overkill, so I built my own with just a few files:
    - one mySQL table,
    - one form to display...
  9. Replies
    1
    Views
    1,251

    Cryptic Error Messages

    Too bad the mysql_error() didn't post a more meaningful/relevant error message -- it would have saved me some time.:rolleyes:

    Cheers!
    --JTG
  10. Replies
    6
    Views
    4,890

    [QUOTE=martymaven;37976]I can access the data...

    [QUOTE=martymaven;37976]I can access the data with the username and password I set up, and I gave that user all priveleges to the database. Is there something else I've missed?[QUOTE]

    Try adding...
  11. Replies
    1
    Views
    1,251

    mySQL UPDATE or REPLACE error

    FYI, This has been resolved. The query contained a reserved key word ($From), and once I renamed that variable, the query worked OK.
    The offending variable if highlighted in this color.
    ...
  12. Thread: File Upload

    by JTGreeno
    Replies
    2
    Views
    1,766

    File Upload

    I am trying to create a php form that enables a single file upload to a specified folder in my site. I found a number of general references that I used to create a form and a script. For example,...
Results 1 to 12 of 12