What do you think about Windows 7? Write a review or a how-to about Microsoft's newest product and earn unlimited points!

 

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

 
Top PHP Solutions: 1451 - 1475 of 1484
 
Experts, Hi, I've added a custom PHP page (following the tutorials out there) which includes another HTML page from the templates directory of my working style.  I've then added PHP usin...
i have registration form in which user has to put his ; email : name: phone: Altphone: and select courses . when he clicks submit control is passed to below php form . this has coded...
I'm trying to file_get_contents, but I get an error (posted below). The author of the script says my server must not allow it.  However, I checked at allow_url_fopen is 'On' in php.ini (con...
$today=date("Y-m-d"); Can anyone show more a quick and easy way to cacluate the date a year from now (365 days)?
I'm developing a website on a windows-based shared hosting environment, and have encountered a problem with uploading large files through a browser over HTTP.   Apparently, my PHP configura...
Hi, from a first PHP script which is called up, I'm trying to find a way to call another PHP script, which needs to do quite a bit of processing in the background. So logically, that seco...
Dear all, I am facing a little problem when I tried to browse a php page, the following lines appear in the page "CGI Error The specified CGI application misbehaved by not returning a c...
I'm wondering if its posable to force a PDF to open in a browser window and not in Reader.  It seams customers are clicking the links, files are being downloaded and the user is not realizing ...
I have a variable called $ItemName and I have a link to another page.  I want to store the $ItemName in a session when it is clicked.  The reason is because there are several $ItemName links o...
I am new to PHP and one of my application gives me an error when I run it on my server.I have root permissions on this server .Its is a Linux server. What is the best way to install this ph...
When I send an email to the bounce address hits a catch-all mail-pipe (121-314-bounce@myaddress.com) using PHP with the FROM and REPLY-TO and RETURN-PATH variables set as 121-314-bounce@myaddr...
Hi Experts, I am currently coding something which allows users to create an announcement in their group. My idea is that the announcement will be shown on the group page for each member and...
hi, Is it possible to configure stealth URL on IIS? for eg: domain.isp.com is hosted on IIS server and www.domain.com is hosted on another server is it possible to maintain stea...
I'm using a combination of different PHP functions to intelligently truncate an article description (so that the word at the end of my shortened descriptions don't get cut off in the middle) ...
I need to have two files upload in a page of the admin I made in Flex. These files need to be chosen individually and uploaded because they represent two different images in the layout. This i...
Hi EE I have into array some key "00001" etc... as in code I need to replace the string from "00001" to "1" I use str_replace('0', '', $myarra[riga]); my problem is: if value is f...
Hello I am trying to make changes to the RSS 2.0 output of a Wordpress site using these instructions. http://www.memwg.com/enabling-wordpress-full-feeds/ I inserted the suggested php...
Looking for a little PHP that will allow me to have 2 includes and which one is displayed is random.
I have a website, which I have an upload page where you can upload files. The framework is on PHP and the Uploader is Fancy Upload 2, written in JS. I do not know Javascript, but am very good ...
I'm not sure how regular expression stuff works, but I have a snippet of script that someone here helped me with. I need to take the url if finds, and have the link title be just the first ...
Hello i  have for example mysite/p.php?id=441&title=ketron-vega I need to convert it into this url mysite/products/441/ketron-vega what is the simple to implement it thanks.
What i want to do is populate one Drop down menu with a SQL database, and then have another list where i can choose between 4 different options. Then once the username from the first table, an...
We have currently migrated from PHP4 tot PHP5.2.x. For date calculations we were using the Pear Date Packages (PHP4 and pre 1970 dates was a no no), but our functions based on Pear Date don't...
I have a problem with my array and I can't figure out what it might be. here is the array: {str_ireplace(array("After hours","Dinner and dancing","Dance","Adult","Mature Audience","Karao...
How to send mail and this mail is save to send folder ? I use mail() or imap_mail() it does't work. Thank you very much. Please example code for me.