Jump to content

Betty_S

Members
  • Posts

    21
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Betty_S's Achievements

Member

Member (2/5)

0

Reputation

  1. Hi, I'm using php function mail() to send emails. However, I can only text. Can I send HTML mail which inclids <a> links, <img> imgs, and font styles? Thanks.
  2. Hi, How to tell PHP to send a specific e-mail at a specific time (newsletter) Tanks.
  3. Hi, I'm trying to use apc.add() but PHP doesn't recognize it Why is that? Thanks.
  4. Hi, My site is a bit slow and I wonder if I can explicitly cache A file (image) into client's cache (temporary files). Is that possible? Thanks.
  5. ??? ??? When I tried to write: $shell = new COM("WScript.Shell") or die("This thing requires WindowsScripting Host"); I get this: Class 'COM' not found in /var/www/vhosts/rt-design.co.il/httpdocs/templates/rt-design/index.php on line 2 Basically, I want to prevent my site from being cached. I tried .htaccess, php header and even JavaScript but nothing works! Whats the the deal with the COM?! Shouldn't that be a basic object?! Please help me. ???
  6. how do delete all of the user's Temporary Internet Files?
  7. Hi, I got this error massage: Duplicate entry '135' for key 1 SQL= INSERT INTO mos_comprofiler ( `id`,`user_id`,`approved`… VALUES ( '135','135','1','1','… It’s ok with me if ‘id’=’id_user’, How can I remove this “no-duplicate” constrict ion? Thanks.
  8. Hi How can define a combination of rows as unique? I'm using mysql and need to prevent duplicate row inserting. I don't want to define one column as unique but a combination of 3 columns. How can I do that? thanks
  9. Hallo everyone! I wont to add php/html code which can do that: Let the user choose and upload a file (an image), save the file on the server and store its location into a mysql table. If you have an example code or a link that would be super! I know how to handle the html part but I have no idea whatsoever what to do with the path I get from the user! Please help me. Thanks.
  10. Hi Is there a command that helps to understand what the function does? Let's say that I know only the name of the function, Who can I know what argument that function expects and what it does? Thanks :D
  11. Hi everyone How can I expose the object's method and properties? Is there a php command or keyword which expose the object's method and properties? For example: print_r arr[0]; will print on the screen all of the array (the index or keys and the content). I'm look for somting simler that prints on the screen all of the object's method and properties. So, who can I print all of the object's 'tree' of functions and variables? Thanks
  12. Hi, I know the both of the above are kinds of arrays which have been retrieved from the database. Why is there 2 different ways to approach it and what's better? Thanks.
  13. mysql transaction in php, how? Hi everyone, I want to perform a series action on the DB (insert, update, delete). I know that I can put the in a transaction so I can be sure that either al actions succeed or all failed. How can I do that in php? 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.