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 6735
 
Dear all, I'd like to have the text inside a cell to wrap so as not to go out of the cell border. But it does not wrap. So I tried t insert a line break with "\n" but it is not interp...
Hi there, I've checked all posts in regards to checking if JavaScript enabled or disabled on the remote computer. I would like to solve that task my way but I do not understand why it's not w...
I would like to determine the driving distance between two locations.  I have a vague sense that I might be able to do this with Google Maps API. I have used zipcode-based geolocation algor...
OK, maybe it's late, but this is just driving me bananas.  I'm doing a simple logical operation which took in another program I wrote, but now it's just not seeming to work.  I've simplified m...
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...
I am using phpBB as my forum for my site and I am getting spammed in bulks In the advanced Forum permissions control I have 'post' as REG Also I went to Configuration   -turned on "En...
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...
my companies working week runs from saturday to saturday.  i want to get the date for the end of the week i pass the current week number and the current year - see my code below. the cod...
Hey, I'm not sure how difficult this but I have an array and would like to put it into and html table. I need to have two array strings per row, so if this were the array:    $array1 = ar...
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
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...
I am using Apache/1.3.26 (Unix) mod_ssl/2.8.10 OpenSSL/0.9.6g with the latest version of PhP.  I have everything working except one thing... not sure what th deal is.. I'm under the impress...
I want to delete the last character of a given string.. ?
Hi Im having loads of issues with some functions to convert dates between php and mysql format. I need dates stored as DATE in my database so i cant go down the route of storing them as a s...
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...
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 have a login/password system set up in PHP to gain access to the interface for a content mamangement site. Every page in the admin area checks for the existence of a Session variable.  If...
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...
I am looking for a paid or free currency converter that updates the rates regularly for my little shop. Any suggestion would be welcome but probably a php solution would be best.
I have a text file with UTF-8 encoded, written and saved by Notepad. It contains both English and Foreign characters. When saved, the file contains 4 byte header that shows UTF-8 file. When...
Hello, I am currently using PHP and MySQL to develop my website. I need to know the way to convert time from a 12 hour format to a 24 hour format in order for MySQL to receive it and record it...
Hi all. This is a tough one. I'm trying to integrate the code from http://swfupload.mammon.se/ into Code Igniter, an MVC framework for PHP.  I want to allow for multiple uploads of images o...
My form requires Date of Birth entered in three selects as MM/DD/YYYY and there are two different age limits, depending on the type of user entered.  Both are currently being validated through...
I can use setcookie(), but I just fail to use getcookie()....so what is the function for getting a cookie?
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,...