Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested PHP Solutions: 151 - 175 of 5520
 
Hello When i uplode image (>650kb) to server by upload form, for me show error " Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 7776 bytes) in C:\Inetpub\vho...
I want to attach background image to my mail. I am using phpmailer classes to send the mails. I can send mails with headers + image attachment  ... but not the image background attached mail ....
Our web host has the open_basedir setting enabled so that the local value is '/usr/local/psa/home/vhosts/our_domain.com/httpdocs:/tmp'. I want to add a folder '/usr/local/psa/home/vhosts/our_d...
How do I use cURL to simulate pressing the Submit button on a form? The form has my username and password hardcoded into it. So the cURL script does not need to send that data; it just need...
hi, I have a web site and I need a routine in php or javascript (or whatever) to perform a check if the macromedia flash player is installed on the computer (specially flash mx) if not inst...
I need a data-structure that stores key-value pairs and supports access by key, as well as addition and removal of elements. I also need to be able to iterate over it. A Hashtable or a Vector ...
Hi, I like to know if there is a function or method anyone would know in PHP that converts epoch time to human readable time. Thanks
Guys, I googled the web all over, but nothing works. Here is my situation: setting up website at first on my machine Winxp php + apache getting this Warning: mail(): "sendmail_fro...
Hello Experts 1.  What would be the best way to put a mysql query into a php array? Here is my sample mysql query Thanks
Hello Expert: When I open my web browser and enter in http://local/phpMyAdmin/index.php.  I get the authentication dialog box asking for my user name and passord.  I type in root and then t...
I have a string like "3/15/2006" I need to find the number of days from that date until now using php.
Hi, I have a textarea box that a user can fill in. If this text box contains more than 100 characters (or whatever value I want) the user is told via an error message that the number of cha...
I'm writing a mailing/discussion list application in PHP.  I have outgoing mail working, and I'm capturing bounce messages.  Now I need to figure out how to process those bounce messages, so I...
Ive got a select box that I get an array of items to fill it like: Apples Oranges Peaches Pears What I want to do is when the user changes the select box to the appropriate fruit it wi...
I am trying to import a csv file into phpMyAdmin, but it doesn't seem to work.  I'm not sure if I am just doing it incorrectly or what, but whever I try it I get the following error: Invali...
I use the following PHP class to remove all whitespace and comments from my JavaScript.  It also provides encryption but I do NOT want the encryption, just the fluff stripper. Can you pleas...
I can use setcookie(), but I just fail to use getcookie()....so what is the function for getting a cookie?
I understand that PHP GD library does not support convesion from a PDF file to a raster format. Does anyone have a suggestion for a PHP script or Linux script (callable from PHP) that can d...
I am running Rhel5 and have PHP515 installed in /opt/sugarcrm/php. I downloaded libmcrypt and mcrypt from sourceforge: mcrypt-2.6.7.tar.tar libmcrypt-2.5.8.tar.tar I believe I have all...
I do not understand this PHP error: Catchable fatal error: Object of class JavaScriptPacker could not be converted to string on line 825 I use PHP5
Hi We are using php to create a csv file and then automatically ftp to a server for processing (its a selection of products for using with the google service froogle) We are a bit stuck...
Trying to read in TSV Unicode file and then insert the data into a MySQL database.  This example is in Mandarin, but we'll be dealing with Turkish, Arabic, Japanese... the whole works. Reading...
Hello, I have a client that needs the back button disabled. I'm using windows and IE, but want to accomodate as many browsers and OSs as possible. I'm currently using a JavaScript solution,...
I am trying to modify a template. I want to add a link to an image that is generated by PHP. Currently the code is:   <dl class="gallery"><dd><a href="http://www.sky2five.com/jpegged/index....
Hello, In a php file, i have several check boxes:   <form action='doForm.php'>    <input type='checkbox' name='compName' value='ABC'> <input type='checkbox' name='compName' value='BBC'> <...