Advertisement

Over 40 Experts attended the first Annual Core Conference! Take a look at what happened throughout the week...

2008 Core Conference

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top PHP Solutions: 26 - 50 of 1573
 
I understand that PHP GD library does not support convesion from a PDF file to a raster format. Does anyone have a suggestion for a PHP script or Linux script (callable from PHP) that can d...
Hi Experts Ive created a site using smarty templates/PHP5/Mysql and I am trying to keep my scroll position when I hit the edit products button in my admin page <form action="catalog_admi...
I'm using this code to calculate the difference (number of days) between any two dates.   Both $begin_mk and $end_mk are in YYYY-mm-dd format, like   2008-06-19 . How could I modify it to ...
Hi I'm putting together a website and I need a 'send to a friend' form to enable people to forward campaign details on by email. I have no experience with PHP. I know there is a recent vers...
I use ajax to extract the content from database and display to the page (DIV). But before the page data display, i want display a "loading" animated gif instead first. how could i do that? ...
I'm trying to complete the following: 1. Provide an upload script for 1 single file which will accept only .mp3 files 2. Once the form is submitted i would ideally like to display a progre...
I'm developing a PHP-Driven website that will need to have support for multiple languages. Depending on the language the browser uses, or the language the user sets, that language will need to...
I wrote the following code to export a multi-dimensional array to rows in an excel spreadsheet for the user to download.  But in the fields where the data is "" or Null, it doesn't tab over to...
I am working on cakephp  and i have given the redirection in the logout function $this->Session->delete('User'); $this->Session->setFlash('Successfully Logged out.'); $this->redirect(ar...
Hello, I am converting a site from ASP to PHP.  The conversion are just about done with one exception.  I am having an issue with form fields with the same name and how they are handled dif...
Hi Guys, I have a 2 part question. #1. I have a script that works fine to convert uploaded video to an flv file using ffmpeg but the quality isn't great. I have tried increasing the bitr...
I am using flashpaper on my website to display swf documents however I seem to be only able to load the swf file using actionscript code. I looked in the internet but could not find a solution...
I pass an unicode string to my php with myscript.php?es=65e5672c8a9e Each 4 chars group represents an unicode char value. Now I have to recompose the unicode string I sent to my php. So I d...
There was a question asked earlier this month with the same title as this question.  Here is the link I have for it: https://secure.experts-exchange.com/index.jsp?srid=4BOhf2SAwemlkD7caN%2FKSA...
I'm hoping this question is fairly simple but i'm having some trouble with it. I'm trying to convert a binary string into an image.  I'm using a system where you call a web service to request...
Hi all. I have a page where multiple records are shown. One of the pieces of data shown on each record is the time. This has been added to the database in 2 seperate fields timehr and timem...
Hello, I building a simple Content Management system, and I am using tinyMCE to format the files.  How do I load a .php page (example: Contact Us)  into a textarea, change its contents (addres...
I'm working on a webpage and i just had a cool idea. When searching for it i found some solutions on how to do this, but not exactly what i want. One of the solutions i found whas this one...
I'm using Lytebox http://www.dolem.com/lytebox/index.htm (Lytebox was written from the Lightbox class that Lokesh Dhakar (http://www.huddletogether.com) originally wrote. The purpose was to wr...
I am trying to create charts through Open Flash Charts (http://teethgrinder.co.uk/open-flash-chart/) ; its an open source charting bundle. I have attached the php code of the data file that qu...
I use this PHP script for download file, to Hide direct link of file, or for authenticate before Download. But this code is not allow Resume Download from client (for example , client uses so...
Hi all, I am very inexperienced with phpmyadmin however i knowhow to create databses and connect to them. Yesterday i felt a little brave and decided to use a sql query to create a new data...
I'm trying to get the daily prices of stocks from a webpage (Its a table) and store them in a MySQL database. Thats my initial goal in a much bigger project. So i want to be able to fetch the...
Hi Guys I need to find out what date the last friday in a month is. Is there a way of doing this with php? Thanks
hi, I recently started having issues with response times from a Web Service I use. The responses were taking over 2 minutes at times to come back whereas normally they are less than a seco...