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: 51 - 75 of 6735
 
I have a file thats at /home/server/letter.doc and I want to move it to another folder /home/server/files/letter.doc Is there a simple PHP command that would do this?
I am building a multilanguage site in PHP. The safest solution is probably to have "parallel trees" of pages of each language with "hard-coded" pages (eg, some info text taken from a MySQL da...
I need to trim a php string word by word until it is under a certain character limit. ie I have a string "word1 word2 word3 word4 word5 word6"   I have a string limit of 20 characters...wh...
In my server there is time display based on GMT. i.e  Thursday 25th 2007f October 2007 03:52:44 AM.... which has to be converted to my local time as of now (2:30 IST)..... i have tried with m...
I have some PHP files encoded by Zend Encode, how to decode them to original PHP source code?
How can I create a printer friendly page, for eg an invoice, which doesn't print out a header and footer. When printing a page using the IE browser it includes the url in the footer. I don't w...
I'm using PHP and MySQL. My table structure is basically as such: id   date                   playerid   points 1    2007-01-02            65           100 2    2007-01-03            6...
I'm trying to figure out how to add x number of minutes to a date object in PHP. I've tried several ways, but have not been able to figure it out. Here is what I have: <? $today = getdate(...
I wanna learn about make paging with php, perhaps you can help me for your favorite tutorial link around paging with php. I do my search in google but maybe your url better than url I found. ...
I just moved an entire website to a new web server and on a particular php page I am geting the following: Unable to find the socket transport "ssl" - did you forget to enable it when you c...
I am trying to do a login function using Md5 encryption.  Here is my function in php: function authenticate($username_auth, $password_auth){      $connection = mysql_connect(localhost,xxxxx,xx...
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 anyway to check if a number is a valid U.S. cellphone number? it will be in this format: 0000000000 (10 digits, area code+number) and the user will have selected their service ...
I run a website which lists real estate for sale. On this site I've been using Yahoo Maps to run maps of properties for sale. However, increasingly Yahoo is not keeping up to date with newer r...
I want to make a site such as http://xeeber.com. I want to check status and get avatar of any yahoo ID. Please help me, thanks. How to solve this problem?
Hello Experts, We are developing an php/mysql application where in we are planning a menu as seen in the following website( http://www.xtrememac.com/ ).The menu options should come from the...
Is there a AJAX based solution or PHP based solution to check the filesize a user is trying to upload via a form. If the filesize exceeds more than 2 MB we want to give a message to the user ...
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...
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...
Following is the first statement in the index.php file of a website:                 ini_set('display_errors', E_ALL); After checking the manual in http://ca.php.net/ini_set, I want to mak...
hi, How do i remove the left most character from a string?
I want to pass parameters to a page using a anchor and href.  How do I pass and then read the parameters. Here's my code. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "htt...
Im getting the following while creating a big string. Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 4034460 bytes) in /home/httpd/vhosts/website.com/httpdoc...
Is there a sample application/example that i can download somewhere. I'm new to cakePHP and I'm not understanding the manual and need to see how someone else did it. Thanks
Hi, I've got some problems while using the GD library with PHP: 1. How can i layer a transparent png/gif image onto a colored background without the white border that surrounds the non-tr...