Already purchased the new Motorola Droid? We want to hear from you! Tell us what you think about it and Google's Android 2.0 software.

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested PHP Solutions: 151 - 175 of 6401
 
What is the syntax for a GET parameter in a URL for a parameter that is a checkbox where i want it to be checked. when it's a post, the form tag is: <input name="P1" type="checkbox"  value...
Hi, I use the instruction  header("Location:index.php"). When i test locally under Win XP everything is good. But when i test it online with a server using linux I have the following ...
I have an app that is placing some text on an image using freetype fonts.   I often dont have any control over the quality or completeness of fonts used so I would like to take words like Dará...
Hi Experts, I Hope this is the right area to ask this question. I am creating a "sign up for a newsletter" form. Inside this form I have a validation JS function  to check to see if the ...
I am a semi-newbie to PHP and MySQL. I need to search a table to see if a certain record exists.  I do not need to know the data in the record.  I am trying to figure out if I need to colle...
Hi All, I have a few scripts whereby once a form is submitted (and info uploaded and stored in the db), it redirects to another page. The problem is, that once I uploaded it to my client...
How to crop and resize the image submitted by the user, through the form using PHP, on the fly?
I just installed mysql 5.0 and newest phpmyadmin and get: PHPMyAdmin #1045 - Access denied for user 'root'@'localhost' (using password: YES) From a command line i did mysql -u root -p and...
I have done $path = "./"; $r= opendir($path); $numfiles=0; while ($fichier = readdir($r)){  if (strpos($fichier,".")>0) {             $dossier$numfiles]=substr($fichier,strpos($fichier,"...
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...
I'm making an admin form for an events calendar, that's going to be a part of a Finnish-Danish website, and I've run into problems with writing into the XML any events, that include Scandinavi...
I am looking for php code that will enable me to hide/show a text box based on the users previous drop down list response.   (1)  I want the "additional" text box to ONLY display if the use...
      $result2 = "SELECT SUM((xs + s + m + l + ll) * price) AS pototal FROM poitem WHERE poid = '" . $_GET['poid'] . "'" or    die("your code sucks " . mysql_error());     $row2 = mysql_query(...
Hi ...    I am trying to perform the following function. When a user comes to the site, I want to check to ensure they are using the HTTPS socket. If they are not, they are redirected to...
Warning: mssql_query() [function.mssql-query]: message: The name "test" is not permitted in this context. Valid expressions are constants, constant expressions, and (in some contexts) variable...
Is there any PHP function being able to replace all the vowels with accents with simple vowels?? I mean a funcion being able to replace áéíóú with aeiou, àèìòù with aeiou... etc.
Hello group, It seems try/catch error handling is not designed to handle MySQL errors and mostly is designed only for dealing with objects. The reason I'm asking is becuse following cod...
I'm in the process of dealing with a PHP-based app that uses smarty templates, and I'm trying to figure out how to apply a str_replace() function to one of the variables that I'm encountering ...
I want to connect to our LDAP server and pass an e-mail address and password to LDAP and then I want LDAP to tell me if the query returned any data. If it did that would mean the authenticatio...
I need a php script to unrar and rar files directly from my web host. It would be nice to have included the password and split function. Thank you.
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,  I'm having an error in PHP running on Apache running on windows. The error message is: PHP Fatal error:  Can't use function return value in write context ...... in filename on li...
Hi e's, If I have a string like this one: $string = "one    two  3    4 five six  seven"; And if I want remove unnecessary spaces, for get a string like this one: $string = "one two 3 4 f...
I need to turn off PHP error notices using the htaccess file. How is this done? I've done it loads of times but I just can't seem to remember.
Hi, I would like to know if anyone has successfully used either of these 2 to access GMAIL via IMAP: Gmail Lite: http://gmail-lite.sourceforge.net/wordpress/ Roundcube: http://roundcube...