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: 101 - 125 of 6461
 
Hi, I have a Mysql server, a webserver with php. I want the tables to be generated in the browser window to be allso available as excell sheet, if requested through the webform (only the t...
I just need some links to tutorials showing how to upload videos with PHP.  In the past I made a Flash/PHP upload system for audio files, but I am not 100% sure on how to convert this to video...
I need a data-structure that stores key-value pairs and supports access by key, as well as addition and removal of elements. I also need to be able to iterate over it. A Hashtable or a Vector ...
I want to display to the the user this date will expire in  1 day 2 hours 30 min and 45 seconds. or what ever the time is.. Here is the script that I have currently, There may be a better w...
i want to convert a 24 hour format like 23:11:17 to a 12 hr format 12:09:01 PM can this be done with a function already in php?
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...
How I can convert image format .tif to jpg(or gif or png) through PHP script ?, do you know some script???
Hello i'm using this simple php file (rssF.php) to invoke the Get method in the following code: --------------------------------------------------------------- <?php var $rss_url="http://f...
Hi folks, I have a password protected area of a site that uses sessions to store username and access level.   Most of the stuff protected is just http, however there is one page that requir...
HI I need to clean up an html string ($text) for inculding in a csv file, so it needs all html, tabs, white space, (comma's?) removed of commmnted in sure a way that we can build a valid c...
<?php $arr = array("one", "two", "three","four","five","six","seven"); shuffle($arr); // need to limit 5 foreach ($arr as $value) {     echo "Value: $value<br />\n"; } ?> I have...
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(...
Using MediaWiki 1.11.0, is there a way I can add/delete users when logged in as WikiSysop? I see the special page UserRights, but that only allows me to control which groups existing users ...
Hi there, In my database, for every item in a table, i have a string that contains the name of a function that should be called in order to do something. So lets say i have the function name ...
Hi, I'm having trouble trying to merge two SimpleXML objects (user preference settings) in PHP.  It should be simple enough - the objects have the same root element, and I simply want to me...
Hey, I've been using PHP for a few years properly now and there's one thing that's bugged me for a while and I need somebody to give me a hand. Now, let's say I have a link like this: pa...
I'm making an interface-website to update a concert-list on a band-website. The list is stored as an XML file an has this structure : <?xml version='1.0' encoding='ISO-8859-1'?> <gigs><g...
i want to create pdf pages via php. i find a library for that. http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=tcpdf supports UTF-8 Unicode and Right-To-Left languages; ther...
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 "...
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...
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 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...
i want the code of onmouseover on the image  and enlarge like the following url..(see as a example the effect of onmouseover) http://www.istockphoto.com/file_search.php?text=flower&action=f...
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 website and need a video to start playing when the page loads. I can't get it to work using a swf, flv or mp3 file at all. It works if I put it on an HTML file. website is http...