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 5592
 
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...
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. ...
Hello, I was wondering if it was possible for me to send some variables as post data without actually having a form, or I could have the form but don't want to have a submit button. i have ...
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 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...
Is it possible to like Ping an IP address, but look at a specific port? Im looking at pinging an IP address, but need to find out if a specific port is open, specifically the telnet port. ...
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'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 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...
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 ...
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
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...
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 ...
I have some PHP files encoded by Zend Encode, how to decode them to original PHP source code?
I need a way to detect session close/expire and run a task when this happens. Here's the the situation: I have a custom shopping cart. When people add x of an item to the cart, the system "...
Hi, When i use "yum info php" command I be able to install PHP 5.0.4, but I need to install PHP 5.2.4. Is there any way to "add" the new version to the YUM?
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...
Dear ,    how can i export the data in the table to the excel file through PHP just like the ASP code "Response.ContentType = "application/vnd.ms-excel" and the data in the webpage will autom...
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 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...
I found what I was looking for, in an old thread (ID 11448788 posted by rockmansattic July 5, 2004) I do not want to set urls I want to pass the JavaScript variable straight into a PHP Session...
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 string sort of like this : - <property> asdadsadada </property> <property> asdadsadada </property> <property> asdadsadada </property> <property> asdadsadada </property> ...
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(...
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...