Advertisement

250 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: 76 - 100 of 3633
 
Hi I am trying to find all cities within a certain radius of a zipcode. Example: User enters "90210" with a radius of 20 miles and it returns all zip codes/towns within 20 miles. I hav...
Currently working on grabbing a future timestamp and subtracting it from the current time to display a live on refresh countdown timer. It should display days, hours, minutes, seconds until th...
I want to know how we can POP up an image on mouse over on a text link or on image. Like http://www.ckwi.com/it_is.php I have tried with JAVA Script but the pop up position is fix for all ...
Hi Experts I am trying to update a single Mysql table with values from a large dynamically created form. The form is long but very simple containing only the following fields: id - Nume...
I have a string like "3/15/2006" I need to find the number of days from that date until now using php.
I have a website developed in DreamweaverMX using PHP/MySQL.  I am testing it locally on a WindowsXP platform with an Apache webserver. When I output something from a PHP script to a web pa...
Hi, I found a script online that is supposed to send HTML emails with embedded images.  I have a few problems with it though. 1.  It sends the image as an attachment in Outlook 2003?  I ...
Hi, I am sending xml using cURL and today I ran into SOAP requirement for the first time. rather then implement something like nuSOAP and save myself some time. Is there any way to add the SOA...
Hi all, i need to be able to count the number of files (.jpg) in a folder and use that number as a variable. the reason being is that i will be constantly uploading photos to this websit...
Our company has a db on a Windows box running IIS/MSSQL.  There's a table full of site names & addresses that gets updated regularly.  We have another system on a LAMP settup that's on a diffe...
I'm creating an application that needs to have certain preferences / initialization settings globally available to functions, etc.  When using the code below, the variables declared outside th...
Hi Experts Using the PHPMailer code below, I got the email with messages but not the attachment. Any suggestions? Thanks <?php require("class.phpmailer.php"); // Instantiate your new ...
How to crop and resize the image submitted by the user, through the form using PHP, on the fly?
i have some code that checks for website addresses in a block of text.  if it finds an website address, it wraps <a></a> tags around the address like this: <a onclick="javascript:window.ope...
If anyone can offer some help on this: How it currently works: I post an image on any website/forum, this image is located on my site. Through .htaccess I redirect the image to a .php file...
If I want PHP to submit GET variables it's easy. <?php $User_ID=1; header("Location: http://www.example.com/activateuser.php?UserID=".$User_ID); ?> but I need to use POST variables. I ...
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...
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, anyone can tell me some function how to retrieve picture from mysql table (blob field) and show it on the web page. thanks.
Hi, I have this line in my PHP code that displays a decimal number, but sometimes there is like 10 decimal places. I need to shorten it to display only 2 decimal places. For example, now...
Hi How can I clear the POST data after processing them?  So that when the users press the REFRESH button, the data isn't resend? Ramses (x_terminat_or_3)
Dear All, I am using a PHP script to upload images to a server and insert the location and filename into a MySQL DB. However, I would like the files to be renamed if possible. Ideally the f...
I have some PHP files encoded by Zend Encode, how to decode them to original PHP source code?
Is it possible to have a 4 level combo box dynamicaly populated from a mysql database using php and AJAX. Would be great to have a code for that but I'm not asking that much, a good tutoria...
Hello, Can anybody give me a simple way of inserting a user input data for example a choice from check box button, into database in form of array. TQ in advance for your answer.