2000 organizations, including eBay, Ericsson, and Lockheed Martin, now work smarter with Corporate Accounts. Save over 36%!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top PHP Solutions: 101 - 125 of 1483
 
I am trying to make a shopping cart for a website. After someone views and looks at an item, they can add it to their cart. After they click the "add to cart" button, I was thinking they could...
Hi E's, I need to know how I put a picture with 100% of opacity to 50% of opacity? Regards, JC
They are saying in the manual that the PHP ZIP package for php 5.3.0 you download contains the following files which are required for installing: php5isapi.dll php.ini-dist php.ini-recomm...
In our application we need to merge audio file(mp3) and a video file (flv). We have tried with [ffmpeg -i input.flv -i input.mp3 -vcodec copy -acodec copy output.flv] but we cant merge the fi...
I have a search box on my page. If a user enters some text in it, the script must scan a folder with file name similar containing similar characters (case-insensitive), and also search for sim...
Hello, I have XML data that looks like this: --------------------------------- <ALPHA ID="1">                     <NAME>     Boston     </NAME>      <DATE>     10/30/2009 3:45:00 PM     </DATE> </ALPHA>                                <ALPHA...
Hi E's, I want to know how I detect if a word inside string is first character uppercase (the word is always "moscow")? Like: $string = "travel to moscow"; if(moscow not uppercase){ echo "e...
strip_tags() leaves JavaScript, Object and Embed. How can I remove these so I have only content?
Hello.  I have a simple form that accepts a users first name and last name.  If the user's last name has an apostrophe, my form information will not save into my database. Example: O'Sulliv...
Hello, It looks like the print order button for the Magento application links to the same path to which a logged in user uses. And when clicked it, it takes me to the login page. Can any...
I need some help to get the messaage using IMAP and to display it using raw content and then to also get the attachments.  I don't need a fancy maiolbox display or anything, just something tha...
I am using code given in this link to create captcha images. http://www.dreamincode.net/forums/showtopic54275.htm The code is working fine, but I have a hyperlink on my page named "Reloa...
code $db=new PDO('odbc:Driver={SQL Native Client}; Server=74.xx.xxx.xxx.xxx; database=ow;dbname=ow',$user,$pass);
I have a PHP input form that take the user's input and places them into variables to send the information to an email address.  One of the fields is a textarea that has a property of 'value', ...
I have a page with an iframe. I need a function get the URL of the current page in the iframe. Is there a way this can be done? The page in the iframe can be anything/not in my domain like goo...
when i change information in my application i'm still seeing the old information when i refresh, clear cache, etc. i'd like to set a time limit for my session so my application will time out w...
The main purpose of my project is to check about 100,000 websites if they exist (not domain check only website check). Currently the way I am doing it is to run file_get_content for every url ...
I'm having trouble connecting to a database file using the "text/html" widget in Wordpress 2.8.4.  This is the widget that allows you to add text to a sidebar.  I found a plugin for including ...
I have a HTML file with a Form in it. I also have a PHP file whose code is given below. The PHP code contains a JavaScript code to dynamically adding TextArea inside the Form. I did some tw...
I'm trying to pass my session ID across 2 subdomains.  The domains are as follows: 1) http://www.mydomain.com 2) https://secure.mydomain.com I have added the following line to my .htacc...
Hi, What is the difference between include(), include_once(), require() or require_once() . Should I just be using only include_once() everytime to ensure I don't get any fatal errors and in...
Hi, Can anybody tell me of any PHP open source editors (for windows)? Thanks
i setup my config and opendb.php files to point to the database on my live server. if i run test.php from localhost to connect to my db on the server that works fine. if i run test.php...
Hi E's, how I delete characters in one string, like: $fordelete = box; $string = box10; $final = 10; How I get just the number ten(10) of box10? Regards, JC
hi i need to refresh a page when a session is unset or when the page is first loaded. have tried this: <meta http-equiv="refresh" content="600"> but didn't work. the page will refresh if i d...